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

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