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.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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=80
  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.countForUsingStaticStarImport=1
  14. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.importGroupsOrder=com.dmdirc;java;javax;org;*;static *
  15. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.separateStaticImports=true
  16. endorsed.classpath=
  17. javac.processorpath=\
  18. ${javac.classpath}
  19. jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
  20. mkdist.disabled=false
  21. project.license=dmdirc
  22. application.title=DMDirc
  23. application.vendor=chris
  24. build.generated.sources.dir=${build.dir}/generated-sources
  25. source.encoding=UTF-8
  26. doccheck.path=doccheck.jar
  27. doccheck.dir=reports/doccheck/
  28. # application.args=
  29. build.classes.dir=${build.dir}/classes
  30. build.classes.excludes=**/*.java,**/*.form,**/*.svg,**/*.xcf,**/*.sh
  31. # This directory is removed when the project is cleaned:
  32. build.dir=build
  33. build.generated.dir=${build.dir}/generated
  34. # Only compile against the classpath explicitly listed here:
  35. build.sysclasspath=ignore
  36. build.test.classes.dir=${build.dir}/test/classes
  37. build.test.results.dir=${build.dir}/test/results
  38. # This directory is removed when the project is cleaned:
  39. dist.dir=dist
  40. dist.jar=${dist.dir}/DMDirc.jar
  41. dist.javadoc.dir=${dist.dir}/javadoc
  42. dist.jar.excludes=com/dmdirc/addons/**,com/dmdirc/parser/irc/**
  43. excludes=
  44. includes=**
  45. jar.compress=false
  46. # Space-separated list of extra javac options
  47. javac.compilerargs=-Xlint:all -Xmaxerrs 1000 -Xmaxwarns 1000
  48. javac.deprecation=true
  49. javac.source=1.6
  50. javac.target=1.6
  51. javadoc.additionalparam=-overview ${main.src.dir}/overview.html
  52. javadoc.author=false
  53. javadoc.encoding=
  54. javadoc.noindex=false
  55. javadoc.nonavbar=false
  56. javadoc.notree=false
  57. javadoc.private=false
  58. javadoc.splitindex=true
  59. javadoc.use=true
  60. javadoc.version=false
  61. javadoc.windowtitle=DMDirc
  62. main.class=com.dmdirc.Main
  63. manifest.file=manifest.mf
  64. meta.inf.dir=${main.src.dir}/META-INF
  65. platform.active=default_platform
  66. # Space-separated list of JVM arguments used when running the project
  67. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  68. # or test-sys-prop.name=value to set system properties for unit tests):
  69. run.jvmargs=
  70. main.src.dir=src
  71. main.test.dir=test
  72. parser.src.dir=modules/parser/src
  73. parser.test.dir=modules/parser/test
  74. plugins.src.dir=modules/plugins/src
  75. plugins.test.dir=modules/plugins/test
  76. util.src.dir=modules/util/src
  77. util.test.dir=modules/util/test
  78. # Classpaths
  79. # The plugin libraries are automatically added at compile time by the javac
  80. # task.
  81. # However netbeans fails miserably at understanding this in the IDE, so we
  82. # have the private.classpath variable that will be updated in dynamic.propeties
  83. # automatically by ant.
  84. javac.classpath=\
  85. ${private.classpath}
  86. javac.test.classpath=\
  87. ${javac.classpath}:\
  88. ${build.classes.dir}:\
  89. modules/plugins/build/classes
  90. run.classpath=\
  91. ${javac.classpath}:\
  92. ${build.classes.dir}
  93. run.test.classpath=\
  94. ${javac.test.classpath}:\
  95. ${build.test.classes.dir}
  96. debug.classpath=${run.classpath}
  97. debug.test.classpath=\
  98. ${run.test.classpath}