123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- annotation.processing.enabled=true
- annotation.processing.enabled.in.editor=false
- annotation.processing.processors.list=
- annotation.processing.run.all.processors=true
- ant.customtasks.libs=android-base
- application.homepage=http://jmonkeyenging.org
- application.title=jMonkeyEngine Test Applications
- application.vendor=jMonkeyEngine
- assets.jar.name=assets.jar
- assets.excludes=**/*.j3odata,**/*.mesh.xml,**/*.skeleton.xml,**/*.scene,**/*.material,**/*.obj,**/*.mtl,**/*.blend
- assets.folder.name=assets
- assets.compress=true
- build.classes.dir=${build.dir}/classes
- build.classes.excludes=**/*.java,**/*.form
- # This directory is removed when the project is cleaned:
- build.dir=build
- build.generated.dir=${build.dir}/generated
- build.generated.sources.dir=${build.dir}/generated-sources
- # Only compile against the classpath explicitly listed here:
- build.sysclasspath=ignore
- build.test.classes.dir=${build.dir}/test/classes
- build.test.results.dir=${build.dir}/test/results
- compile.on.save=false
- # Uncomment to specify the preferred debugger connection transport:
- #debug.transport=dt_socket
- debug.classpath=\
- ${run.classpath}
- debug.test.classpath=\
- ${run.test.classpath}
- # This directory is removed when the project is cleaned:
- dist.dir=dist
- dist.jar=${dist.dir}/${application.title}.jar
- dist.javadoc.dir=${dist.dir}/javadoc
- endorsed.classpath=
- excludes=
- includes=**
- jar.archive.disabled=${jnlp.enabled}
- jar.compress=false
- jar.index=${jnlp.enabled}
- javac.classpath=\
- ${libs.jme3-test-data.classpath}:\
- ${libs.jme3-plugins.classpath}:\
- ${libs.jme3-android.classpath}:\
- ${libs.jme3-android-native.classpath}:\
- ${libs.jme3-bullet-native-android.classpath}:\
- ${libs.jme3-networking.classpath}:\
- ${libs.jme3-blender.classpath}:\
- ${libs.jme3-core.classpath}:\
- ${libs.jme3-effects.classpath}:\
- ${libs.jme3-jogg.classpath}:\
- ${libs.jme3-bullet.classpath}:\
- ${libs.jme3-niftygui.classpath}:\
- ${libs.jme3-terrain.classpath}
- # Space-separated list of extra javac options
- javac.compilerargs=
- javac.deprecation=false
- javac.external.vm=false
- javac.processorpath=\
- ${javac.classpath}
- javac.source=1.7
- javac.target=1.7
- javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
- javadoc.additionalparam=
- javadoc.author=false
- javadoc.encoding=${source.encoding}
- javadoc.noindex=false
- javadoc.nonavbar=false
- javadoc.notree=false
- javadoc.private=false
- javadoc.splitindex=true
- javadoc.use=true
- javadoc.version=false
- javadoc.windowtitle=
- jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
- jnlp.applet.class=jme3test.awt.AppHarness
- jnlp.applet.height=300
- jnlp.applet.width=300
- jnlp.codebase.type=local
- jnlp.descriptor=application
- jnlp.enabled=false
- jnlp.mixed.code=default
- jnlp.offline-allowed=false
- jnlp.signed=false
- jnlp.signing=
- jnlp.signing.alias=
- jnlp.signing.keystore=
- main.class=jme3test.TestChooser
- meta.inf.dir=${src.dir}/META-INF
- manifest.file=MANIFEST.MF
- mkdist.disabled=false
- mobile.android.enabled=true
- mobile.android.package=com.jmonkeyengine.tests
- mobile.android.target=android-8
- platform.active=default_platform
- run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}:\
- ${assets.folder.name}
- # Space-separated list of JVM arguments used when running the project
- # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
- # or test-sys-prop.name=value to set system properties for unit tests):
- run.jvmargs=
- run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
- source.encoding=UTF-8
- src.dir=src
|