Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

project.properties 1.7KB

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