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

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