project.properties 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. annotation.processing.enabled=true
  2. annotation.processing.enabled.in.editor=false
  3. annotation.processing.processors.list=
  4. annotation.processing.run.all.processors=true
  5. application.title=MyGame
  6. application.vendor=MyCompany
  7. assets.jar.name=assets.jar
  8. assets.excludes=**/*.j3odata,**/*.mesh,**/*.skeleton,**/*.mesh\.xml,**/*.skeleton\.xml,**/*.scene,**/*.material,**/*.obj,**/*.mtl,**/*.3ds,**/*.dae,**/*.blend,**/*.blend*[0-9],**/*.gltf,**/*.bin,**/*.glb,**/*.xbuf
  9. assets.folder.name=assets
  10. assets.compress=true
  11. build.classes.dir=${build.dir}/classes
  12. build.classes.excludes=**/*.java,**/*.form
  13. # This directory is removed when the project is cleaned:
  14. build.dir=build
  15. build.generated.dir=${build.dir}/generated
  16. build.generated.sources.dir=${build.dir}/generated-sources
  17. # Only compile against the classpath explicitly listed here:
  18. build.sysclasspath=ignore
  19. build.test.classes.dir=${build.dir}/test/classes
  20. build.test.results.dir=${build.dir}/test/results
  21. compile.on.save=true
  22. # Uncomment to specify the preferred debugger connection transport:
  23. #debug.transport=dt_socket
  24. debug.classpath=\
  25. ${run.classpath}
  26. debug.test.classpath=\
  27. ${run.test.classpath}
  28. # This directory is removed when the project is cleaned:
  29. dist.dir=dist
  30. dist.jar=${dist.dir}/${application.title}.jar
  31. dist.javadoc.dir=${dist.dir}/javadoc
  32. endorsed.classpath=
  33. excludes=
  34. includes=**
  35. jar.compress=false
  36. javac.classpath=\
  37. ${libs.jme3-jogg.classpath}:\
  38. ${libs.jme3-networking.classpath}:\
  39. ${libs.jme3-plugins.classpath}:\
  40. ${libs.jme3-core.classpath}:\
  41. ${libs.jme3-desktop.classpath}:\
  42. ${libs.jme3-lwjgl.classpath}:\
  43. ${libs.jme3-effects.classpath}:\
  44. ${libs.jme3-terrain.classpath}:\
  45. ${libs.jme3-jbullet.classpath}
  46. # Space-separated list of extra javac options
  47. javac.compilerargs=
  48. javac.deprecation=false
  49. javac.processorpath=\
  50. ${javac.classpath}
  51. javac.source=11
  52. javac.target=11
  53. javac.test.classpath=\
  54. ${javac.classpath}:\
  55. ${build.classes.dir}
  56. javadoc.additionalparam=
  57. javadoc.author=false
  58. javadoc.encoding=${source.encoding}
  59. javadoc.noindex=false
  60. javadoc.nonavbar=false
  61. javadoc.notree=false
  62. javadoc.private=false
  63. javadoc.splitindex=true
  64. javadoc.use=true
  65. javadoc.version=false
  66. javadoc.windowtitle=
  67. jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
  68. jme.project.version=3.4.1
  69. jnlp.codebase.type=local
  70. jnlp.descriptor=application
  71. jnlp.enabled=false
  72. jnlp.offline-allowed=false
  73. jnlp.signed=false
  74. main.class=mygame.Main
  75. meta.inf.dir=${src.dir}/META-INF
  76. manifest.file=MANIFEST.MF
  77. mkdist.disabled=false
  78. platform.active=default_platform
  79. run.classpath=\
  80. ${javac.classpath}:\
  81. ${build.classes.dir}:\
  82. ${assets.folder.name}
  83. # Space-separated list of JVM arguments used when running the project
  84. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  85. # or test-sys-prop.name=value to set system properties for unit tests):
  86. run.jvmargs=
  87. run.test.classpath=\
  88. ${javac.test.classpath}:\
  89. ${build.test.classes.dir}
  90. source.encoding=UTF-8
  91. src.dir=src