project.properties 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. application.title=JME3TestsTemplate
  2. application.vendor=jMonkeyEngine
  3. build.classes.dir=${build.dir}/classes
  4. build.classes.excludes=**/*.java,**/*.form
  5. # This directory is removed when the project is cleaned:
  6. build.dir=build
  7. build.generated.dir=${build.dir}/generated
  8. build.generated.sources.dir=${build.dir}/generated-sources
  9. # Only compile against the classpath explicitly listed here:
  10. build.sysclasspath=ignore
  11. build.test.classes.dir=${build.dir}/test/classes
  12. build.test.results.dir=${build.dir}/test/results
  13. # Uncomment to specify the preferred debugger connection transport:
  14. #debug.transport=dt_socket
  15. debug.classpath=\
  16. ${run.classpath}
  17. debug.test.classpath=\
  18. ${run.test.classpath}
  19. # This directory is removed when the project is cleaned:
  20. dist.dir=dist
  21. dist.jar=${dist.dir}/JME3TestsTemplate.jar
  22. dist.javadoc.dir=${dist.dir}/javadoc
  23. endorsed.classpath=
  24. excludes=
  25. includes=**
  26. jar.compress=false
  27. javac.classpath=\
  28. ${libs.jme3.classpath}:\
  29. ${libs.jme3-libraries.classpath}:\
  30. ${libs.jme3-test-data.classpath}
  31. # Space-separated list of extra javac options
  32. javac.compilerargs=
  33. javac.deprecation=false
  34. javac.source=1.5
  35. javac.target=1.5
  36. javac.test.classpath=\
  37. ${javac.classpath}:\
  38. ${build.classes.dir}:\
  39. ${libs.junit.classpath}:\
  40. ${libs.junit_4.classpath}
  41. javadoc.additionalparam=
  42. javadoc.author=false
  43. javadoc.encoding=${source.encoding}
  44. javadoc.noindex=false
  45. javadoc.nonavbar=false
  46. javadoc.notree=false
  47. javadoc.private=false
  48. javadoc.splitindex=true
  49. javadoc.use=true
  50. javadoc.version=false
  51. javadoc.windowtitle=
  52. jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
  53. jnlp.applet.class=jme3test.awt.TestApplet
  54. jnlp.applet.height=300
  55. jnlp.applet.width=300
  56. jnlp.codebase.type=local
  57. jnlp.descriptor=application
  58. jnlp.enabled=false
  59. jnlp.offline-allowed=false
  60. jnlp.signed=false
  61. main.class=jme3test.TestChooser
  62. manifest.file=manifest.mf
  63. meta.inf.dir=${src.dir}/META-INF
  64. platform.active=default_platform
  65. run.classpath=\
  66. ${javac.classpath}:\
  67. ${build.classes.dir}
  68. # Space-separated list of JVM arguments used when running the project
  69. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  70. # or test-sys-prop.name=value to set system properties for unit tests):
  71. run.jvmargs=
  72. run.test.classpath=\
  73. ${javac.test.classpath}:\
  74. ${build.test.classes.dir}
  75. source.encoding=UTF-8
  76. src.dir=src