project.properties 2.4 KB

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