project.properties 2.4 KB

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