project.properties 3.0 KB

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