project.properties 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. ant.customtasks.libs=android-base
  6. application.homepage=http://jmonkeyenging.org
  7. application.title=jMonkeyEngine Test Applications
  8. application.vendor=jMonkeyEngine
  9. assets.jar.name=assets.jar
  10. assets.excludes=**/*.j3odata,**/*.mesh.xml,**/*.skeleton.xml,**/*.scene,**/*.material,**/*.obj,**/*.mtl,**/*.blend
  11. assets.folder.name=assets
  12. assets.compress=true
  13. build.classes.dir=${build.dir}/classes
  14. build.classes.excludes=**/*.java,**/*.form
  15. # This directory is removed when the project is cleaned:
  16. build.dir=build
  17. build.generated.dir=${build.dir}/generated
  18. build.generated.sources.dir=${build.dir}/generated-sources
  19. # Only compile against the classpath explicitly listed here:
  20. build.sysclasspath=ignore
  21. build.test.classes.dir=${build.dir}/test/classes
  22. build.test.results.dir=${build.dir}/test/results
  23. compile.on.save=false
  24. # Uncomment to specify the preferred debugger connection transport:
  25. #debug.transport=dt_socket
  26. debug.classpath=\
  27. ${run.classpath}
  28. debug.test.classpath=\
  29. ${run.test.classpath}
  30. # This directory is removed when the project is cleaned:
  31. dist.dir=dist
  32. dist.jar=${dist.dir}/${application.title}.jar
  33. dist.javadoc.dir=${dist.dir}/javadoc
  34. endorsed.classpath=
  35. excludes=
  36. includes=**
  37. jar.archive.disabled=${jnlp.enabled}
  38. jar.compress=false
  39. jar.index=${jnlp.enabled}
  40. javac.classpath=\
  41. ${libs.jme3-test-data.classpath}:\
  42. ${libs.jme3-plugins.classpath}:\
  43. ${libs.jme3-android.classpath}:\
  44. ${libs.jme3-android-native.classpath}:\
  45. ${libs.jme3-bullet-native-android.classpath}:\
  46. ${libs.jme3-networking.classpath}:\
  47. ${libs.jme3-blender.classpath}:\
  48. ${libs.jme3-core.classpath}:\
  49. ${libs.jme3-effects.classpath}:\
  50. ${libs.jme3-jogg.classpath}:\
  51. ${libs.jme3-bullet.classpath}:\
  52. ${libs.jme3-niftygui.classpath}:\
  53. ${libs.jme3-terrain.classpath}
  54. # Space-separated list of extra javac options
  55. javac.compilerargs=
  56. javac.deprecation=false
  57. javac.external.vm=false
  58. javac.processorpath=\
  59. ${javac.classpath}
  60. javac.source=1.7
  61. javac.target=1.7
  62. javac.test.classpath=\
  63. ${javac.classpath}:\
  64. ${build.classes.dir}
  65. javadoc.additionalparam=
  66. javadoc.author=false
  67. javadoc.encoding=${source.encoding}
  68. javadoc.noindex=false
  69. javadoc.nonavbar=false
  70. javadoc.notree=false
  71. javadoc.private=false
  72. javadoc.splitindex=true
  73. javadoc.use=true
  74. javadoc.version=false
  75. javadoc.windowtitle=
  76. jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
  77. jnlp.applet.class=jme3test.awt.AppHarness
  78. jnlp.applet.height=300
  79. jnlp.applet.width=300
  80. jnlp.codebase.type=local
  81. jnlp.descriptor=application
  82. jnlp.enabled=false
  83. jnlp.mixed.code=default
  84. jnlp.offline-allowed=false
  85. jnlp.signed=false
  86. jnlp.signing=
  87. jnlp.signing.alias=
  88. jnlp.signing.keystore=
  89. main.class=jme3test.TestChooser
  90. meta.inf.dir=${src.dir}/META-INF
  91. manifest.file=MANIFEST.MF
  92. mkdist.disabled=false
  93. mobile.android.enabled=true
  94. mobile.android.package=com.jmonkeyengine.tests
  95. mobile.android.target=android-8
  96. platform.active=default_platform
  97. run.classpath=\
  98. ${javac.classpath}:\
  99. ${build.classes.dir}:\
  100. ${assets.folder.name}
  101. # Space-separated list of JVM arguments used when running the project
  102. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  103. # or test-sys-prop.name=value to set system properties for unit tests):
  104. run.jvmargs=
  105. run.test.classpath=\
  106. ${javac.test.classpath}:\
  107. ${build.test.classes.dir}
  108. source.encoding=UTF-8
  109. src.dir=src