Unsupported library containing some previously-useful java methods
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

project.properties 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. build.classes.dir=${build.dir}/classes
  2. build.classes.excludes=**/*.java,**/*.form
  3. # This directory is removed when the project is cleaned:
  4. build.dir=build
  5. build.generated.dir=${build.dir}/generated
  6. # Only compile against the classpath explicitly listed here:
  7. build.sysclasspath=ignore
  8. build.test.classes.dir=${build.dir}/test/classes
  9. build.test.results.dir=${build.dir}/test/results
  10. # Uncomment to specify the preferred debugger connection transport:
  11. #debug.transport=dt_socket
  12. debug.classpath=\
  13. ${run.classpath}
  14. debug.test.classpath=\
  15. ${run.test.classpath}
  16. # This directory is removed when the project is cleaned:
  17. dist.dir=dist
  18. dist.jar=${dist.dir}/util.jar
  19. dist.javadoc.dir=${dist.dir}/javadoc
  20. excludes=
  21. includes=**
  22. jar.compress=false
  23. javac.classpath=
  24. # Space-separated list of extra javac options
  25. javac.compilerargs=
  26. javac.deprecation=false
  27. javac.source=1.5
  28. javac.target=1.5
  29. javac.test.classpath=\
  30. ${javac.classpath}:\
  31. ${build.classes.dir}:\
  32. ${libs.junit_4.classpath}
  33. javadoc.additionalparam=
  34. javadoc.author=false
  35. javadoc.encoding=${source.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=
  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. source.encoding=UTF-8
  57. src.dir=src
  58. test.src.dir=test