project.properties 2.6 KB

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