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 2.8KB

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