project.properties 2.6 KB

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