project.properties 3.1 KB

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