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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. libs.junit.classpath=/usr/share/java/junit.jar
  2. libs.junit_4.classpath=/usr/share/java/junit4.jar
  3. libs.junit.javadoc=
  4. doccheck.path=doccheck.jar
  5. doccheck.dir=reports/doccheck/
  6. application.args=
  7. build.classes.dir=${build.dir}/classes
  8. build.classes.excludes=**/*.java,**/*.form,**/*.svg,**/*.xcf,**/*.sh
  9. # This directory is removed when the project is cleaned:
  10. build.dir=build
  11. build.generated.dir=${build.dir}/generated
  12. # Only compile against the classpath explicitly listed here:
  13. build.sysclasspath=ignore
  14. build.test.classes.dir=${build.dir}/test/classes
  15. build.test.results.dir=${build.dir}/test/results
  16. debug.classpath=\
  17. ${run.classpath}
  18. debug.test.classpath=\
  19. ${run.test.classpath}
  20. # This directory is removed when the project is cleaned:
  21. dist.dir=dist
  22. dist.jar=${dist.dir}/DMDirc.jar
  23. dist.javadoc.dir=${dist.dir}/javadoc
  24. dist.jar.excludes=com/dmdirc/addons/**
  25. excludes=
  26. includes=**
  27. jar.compress=false
  28. javac.classpath=
  29. # Space-separated list of extra javac options
  30. javac.compilerargs=-Xlint:all
  31. javac.deprecation=true
  32. javac.source=1.6
  33. javac.target=1.6
  34. javac.test.classpath=\
  35. ${javac.classpath}:\
  36. ${build.classes.dir}:\
  37. ${libs.junit_4.classpath}
  38. javadoc.additionalparam=-overview ${src.dir}/overview.html
  39. javadoc.author=false
  40. javadoc.encoding=
  41. javadoc.noindex=false
  42. javadoc.nonavbar=false
  43. javadoc.notree=false
  44. javadoc.private=false
  45. javadoc.splitindex=true
  46. javadoc.use=true
  47. javadoc.version=false
  48. javadoc.windowtitle=DMDirc
  49. main.class=com.dmdirc.Main
  50. manifest.file=manifest.mf
  51. meta.inf.dir=${src.dir}/META-INF
  52. platform.active=default_platform
  53. run.classpath=\
  54. ${javac.classpath}:\
  55. ${build.classes.dir}
  56. # Space-separated list of JVM arguments used when running the project
  57. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  58. # or test-sys-prop.name=value to set system properties for unit tests):
  59. run.jvmargs=
  60. run.test.classpath=\
  61. ${javac.test.classpath}:\
  62. ${build.test.classes.dir}:\
  63. ${libs.junit.classpath}:${libs.junit_4.classpath}
  64. src.dir=src
  65. test.src.dir=test