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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. file.reference.fest-assert-1.0a1.jar=lib/fest-assert-1.0a1.jar
  2. file.reference.fest-reflect-0.4.jar=lib/fest-reflect-0.4.jar
  3. file.reference.fest-swing-1.0b1.jar=lib/fest-swing-1.0b1.jar
  4. file.reference.fest-swing-junit-1.0b1.jar=lib/fest-swing-junit-1.0b1.jar
  5. file.reference.fest-util-0.4.jar=lib/fest-util-0.4.jar
  6. libs.junit.classpath=/usr/share/java/junit.jar
  7. libs.junit_4.classpath=/usr/share/java/junit4.jar
  8. libs.junit.javadoc=
  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. debug.classpath=\
  22. ${run.classpath}
  23. debug.test.classpath=\
  24. ${run.test.classpath}
  25. # This directory is removed when the project is cleaned:
  26. dist.dir=dist
  27. dist.jar=${dist.dir}/DMDirc.jar
  28. dist.javadoc.dir=${dist.dir}/javadoc
  29. dist.jar.excludes=com/dmdirc/addons/**
  30. excludes=
  31. includes=**
  32. jar.compress=false
  33. javac.classpath=
  34. # Space-separated list of extra javac options
  35. javac.compilerargs=-Xlint:all
  36. javac.deprecation=true
  37. javac.source=1.6
  38. javac.target=1.6
  39. javac.test.classpath=\
  40. ${javac.classpath}:\
  41. ${build.classes.dir}:\
  42. ${libs.junit_4.classpath}:\
  43. ${file.reference.fest-swing-junit-1.0b1.jar}:\
  44. ${file.reference.fest-swing-1.0b1.jar}:\
  45. ${file.reference.fest-assert-1.0a1.jar}:\
  46. ${file.reference.fest-reflect-0.4.jar}:\
  47. ${file.reference.fest-util-0.4.jar}
  48. javadoc.additionalparam=-overview ${src.dir}/overview.html
  49. javadoc.author=false
  50. javadoc.encoding=
  51. javadoc.noindex=false
  52. javadoc.nonavbar=false
  53. javadoc.notree=false
  54. javadoc.private=false
  55. javadoc.splitindex=true
  56. javadoc.use=true
  57. javadoc.version=false
  58. javadoc.windowtitle=DMDirc
  59. main.class=com.dmdirc.Main
  60. manifest.file=manifest.mf
  61. meta.inf.dir=${src.dir}/META-INF
  62. platform.active=default_platform
  63. run.classpath=\
  64. ${javac.classpath}:\
  65. ${build.classes.dir}
  66. # Space-separated list of JVM arguments used when running the project
  67. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  68. # or test-sys-prop.name=value to set system properties for unit tests):
  69. run.jvmargs=
  70. run.test.classpath=\
  71. ${javac.test.classpath}:\
  72. ${build.test.classes.dir}:\
  73. ${libs.junit.classpath}:\
  74. ${libs.junit_4.classpath}
  75. src.dir=src
  76. test.src.dir=test