project.properties 2.4 KB

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