project.properties 2.4 KB

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