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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. dist.jar.excludes=com/dmdirc/addons/**
  20. excludes=
  21. includes=**
  22. jar.compress=false
  23. javac.classpath=
  24. # Space-separated list of extra javac options
  25. javac.compilerargs=-Xlint:all
  26. javac.deprecation=true
  27. javac.source=1.6
  28. javac.target=1.6
  29. javac.test.classpath=\
  30. ${javac.classpath}:\
  31. ${build.classes.dir}:\
  32. ${libs.junit_4.classpath}
  33. javadoc.additionalparam=-overview ${src.dir}/overview.html
  34. javadoc.author=false
  35. javadoc.encoding=
  36. javadoc.noindex=false
  37. javadoc.nonavbar=false
  38. javadoc.notree=false
  39. javadoc.private=false
  40. javadoc.splitindex=true
  41. javadoc.use=true
  42. javadoc.version=false
  43. javadoc.windowtitle=DMDirc
  44. main.class=com.dmdirc.Main
  45. manifest.file=manifest.mf
  46. meta.inf.dir=${src.dir}/META-INF
  47. platform.active=default_platform
  48. run.classpath=\
  49. ${javac.classpath}:\
  50. ${build.classes.dir}
  51. # Space-separated list of JVM arguments used when running the project
  52. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  53. # or test-sys-prop.name=value to set system properties for unit tests):
  54. run.jvmargs=
  55. run.test.classpath=\
  56. ${javac.test.classpath}:\
  57. ${build.test.classes.dir}:\
  58. ${libs.junit_4.classpath}
  59. src.dir=src
  60. test.src.dir=test