You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.properties 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. annotation.processing.enabled=true
  2. annotation.processing.enabled.in.editor=true
  3. annotation.processing.processors.list=
  4. annotation.processing.run.all.processors=true
  5. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs=true
  6. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width=4
  7. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab=4
  8. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8
  9. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=100
  10. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap=none
  11. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=project
  12. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.allowConvertToStarImport=false
  13. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.classMembersOrder=STATIC_INIT;STATIC FIELD;FIELD;INSTANCE_INIT;CONSTRUCTOR;METHOD;STATIC METHOD;STATIC CLASS;CLASS
  14. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.countForUsingStaticStarImport=1
  15. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.importGroupsOrder=com.dmdirc;com.google;com.palantir;java;javax;lombok;net.miginfocom;org;*;static *
  16. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.separateStaticImports=true
  17. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapOneLineComment=false
  18. auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
  19. endorsed.classpath=
  20. javac.classpath=
  21. javac.processorpath=\
  22. ${javac.classpath}
  23. javac.test.classpath=
  24. jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
  25. mkdist.disabled=false
  26. project.license=dmdirc
  27. application.title=DMDirc
  28. application.vendor=chris
  29. build.generated.sources.dir=${build.dir}/generated-sources
  30. source.encoding=UTF-8
  31. doccheck.path=doccheck.jar
  32. doccheck.dir=reports/doccheck/
  33. # application.args=
  34. build.classes.dir=${build.dir}/classes
  35. build.classes.excludes=**/*.java,**/*.form,**/*.svg,**/*.xcf,**/*.sh
  36. # This directory is removed when the project is cleaned:
  37. build.dir=build
  38. build.generated.dir=${build.dir}/generated
  39. # Only compile against the classpath explicitly listed here:
  40. build.sysclasspath=ignore
  41. build.test.classes.dir=${build.dir}/test/classes
  42. build.test.results.dir=${build.dir}/test/results
  43. # This directory is removed when the project is cleaned:
  44. dist.dir=dist
  45. dist.jar=${dist.dir}/DMDirc.jar
  46. dist.javadoc.dir=${dist.dir}/javadoc
  47. dist.jar.excludes=com/dmdirc/addons/**,com/dmdirc/parser/irc/**
  48. excludes=
  49. includes=**
  50. jar.compress=false
  51. # Space-separated list of extra javac options
  52. javac.compilerargs=-Xlint:all -Xmaxerrs 1000 -Xmaxwarns 1000
  53. javac.deprecation=true
  54. javac.source=1.7
  55. javac.target=1.7
  56. javadoc.additionalparam=-overview ${main.src.dir}/overview.html
  57. javadoc.author=false
  58. javadoc.encoding=
  59. javadoc.noindex=false
  60. javadoc.nonavbar=false
  61. javadoc.notree=false
  62. javadoc.private=false
  63. javadoc.splitindex=true
  64. javadoc.use=true
  65. javadoc.version=false
  66. javadoc.windowtitle=DMDirc
  67. main.class=com.dmdirc.Main
  68. manifest.file=manifest.mf
  69. meta.inf.dir=${main.src.dir}/META-INF
  70. platform.active=default_platform
  71. main.src.dir=src
  72. main.test.dir=test
  73. parser.src.dir=modules/parser/src
  74. parser.test.dir=modules/parser/test
  75. plugins.src.dir=modules/plugins/src
  76. plugins.test.dir=modules/plugins/test
  77. util.src.dir=modules/util/src
  78. util.test.dir=modules/util/test
  79. # Classpaths
  80. # The plugin libraries are automatically added at compile time by the javac
  81. # task.
  82. # However netbeans fails miserably at understanding this in the IDE, so we
  83. # have the private.classpath variable that will be updated in dynamic.propeties
  84. # automatically by ant.
  85. run.classpath=\
  86. ${javac.classpath}:\
  87. ${build.classes.dir}
  88. run.test.classpath=\
  89. ${javac.test.classpath}:\
  90. ${build.test.classes.dir}
  91. debug.classpath=${run.classpath}
  92. debug.test.classpath=\
  93. ${run.test.classpath}