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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. parser.src.dir=modules/parser/src
  55. plugins.src.dir=modules/plugins/src
  56. main.test.dir=test
  57. parser.test.dir=modules/parser/test
  58. plugins.test.dir=modules/plugins/test
  59. # Classpaths
  60. # ${plugins.libs.path} generates at compile-time a string containing all
  61. # the plugin jars.
  62. # However netbeans fails miserably at understanding this in the IDE, so we
  63. # have the private.classpath variable that can be defined by the user in
  64. # private.properties that contains any jars they need to satisfy netbeans
  65. # suckiness.
  66. # Without this parameter, everything will still compile, but netbeans won't
  67. # know about any files it isn't explicitly told about.
  68. javac.classpath=\
  69. ${private.classpath}:\
  70. ${plugins.libs.path}
  71. javac.test.classpath=\
  72. ${javac.classpath}:\
  73. ${build.classes.dir}:\
  74. ${file.reference.junit-4.8.1.jar}:\
  75. ${file.reference.mockito-all-1.8.2.jar}
  76. run.classpath=\
  77. ${javac.classpath}:\
  78. ${build.classes.dir}
  79. run.test.classpath=\
  80. ${javac.test.classpath}:\
  81. ${build.test.classes.dir}:\
  82. ${file.reference.junit-4.8.1.jar}:\
  83. ${file.reference.mockito-all-1.8.2.jar}
  84. debug.classpath=\
  85. ${run.classpath}
  86. debug.test.classpath=\
  87. ${run.test.classpath}