project.properties 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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-jogg.classpath}:\
  29. ${libs.jme3-plugins-json.classpath}:\
  30. ${libs.jme3-plugins-json-gson.classpath}:\
  31. ${libs.jme3-networking.classpath}:\
  32. ${libs.jme3-plugins.classpath}:\
  33. ${libs.jme3-core.classpath}:\
  34. ${libs.jme3-desktop.classpath}:\
  35. ${libs.jme3-lwjgl.classpath}:\
  36. ${libs.jme3-niftygui.classpath}:\
  37. ${libs.jme3-effects.classpath}:\
  38. ${libs.jme3-terrain.classpath}:\
  39. ${libs.jme3-jbullet.classpath}:\
  40. ${libs.jme3-test-data.classpath}:\
  41. ${libs.jme3-awt-dialogs.classpath}
  42. # Space-separated list of extra javac options
  43. javac.compilerargs=
  44. javac.deprecation=false
  45. javac.source=21
  46. javac.target=21
  47. javac.test.classpath=\
  48. ${javac.classpath}:\
  49. ${build.classes.dir}
  50. javadoc.additionalparam=
  51. javadoc.author=false
  52. javadoc.encoding=${source.encoding}
  53. javadoc.noindex=false
  54. javadoc.nonavbar=false
  55. javadoc.notree=false
  56. javadoc.private=false
  57. javadoc.splitindex=true
  58. javadoc.use=true
  59. javadoc.version=false
  60. javadoc.windowtitle=
  61. jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
  62. jnlp.applet.class=jme3test.awt.TestApplet
  63. jnlp.applet.height=300
  64. jnlp.applet.width=300
  65. jnlp.codebase.type=local
  66. jnlp.descriptor=application
  67. jnlp.enabled=false
  68. jnlp.offline-allowed=false
  69. jnlp.signed=false
  70. main.class=jme3test.TestChooser
  71. manifest.file=manifest.mf
  72. meta.inf.dir=${src.dir}/META-INF
  73. platform.active=default_platform
  74. run.classpath=\
  75. ${javac.classpath}:\
  76. ${build.classes.dir}
  77. # Space-separated list of JVM arguments used when running the project
  78. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  79. # or test-sys-prop.name=value to set system properties for unit tests):
  80. run.jvmargs=
  81. run.test.classpath=\
  82. ${javac.test.classpath}:\
  83. ${build.test.classes.dir}
  84. source.encoding=UTF-8
  85. src.dir=src