Browse Source

fixed project template

Nehon 10 years ago
parent
commit
7966f0fb2c

+ 0 - 0
BasicGameTemplate/assets/Interface/.keep


+ 0 - 0
BasicGameTemplate/assets/MatDefs/.keep


+ 0 - 0
BasicGameTemplate/assets/Materials/.keep


+ 0 - 0
BasicGameTemplate/assets/Models/.keep


+ 0 - 0
BasicGameTemplate/assets/Scenes/.keep


+ 0 - 0
BasicGameTemplate/assets/Shaders/.keep


+ 0 - 0
BasicGameTemplate/assets/Sounds/.keep


+ 0 - 0
BasicGameTemplate/assets/Textures/.keep


+ 3 - 3
BasicGameTemplate/nbproject/genfiles.properties

@@ -3,6 +3,6 @@ build.xml.script.CRC32=79a29eb7
 [email protected]
 [email protected]
 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=13834f8c
-nbproject/build-impl.xml.script.CRC32=d1cfc99b
-nbproject/build-impl.xml.stylesheet.CRC32=[email protected]
+nbproject/build-impl.xml.data.CRC32=1ac6e2f9
+nbproject/build-impl.xml.script.CRC32=28b1a2c2
+nbproject/build-impl.xml.stylesheet.CRC32=[email protected]

+ 21 - 2
BasicGameTemplate/nbproject/project.properties

@@ -1,3 +1,7 @@
+annotation.processing.enabled=true
+annotation.processing.enabled.in.editor=false
+annotation.processing.processors.list=
+annotation.processing.run.all.processors=true
 application.title=MyGame
 application.title=MyGame
 application.vendor=MyCompany
 application.vendor=MyCompany
 assets.jar.name=assets.jar
 assets.jar.name=assets.jar
@@ -30,11 +34,25 @@ excludes=
 includes=**
 includes=**
 jar.compress=false
 jar.compress=false
 javac.classpath=\
 javac.classpath=\
-    ${libs.jme3.classpath}:\
-    ${libs.jme3-libraries.classpath}
+    ${libs.jme3-jogg.classpath}:\
+    ${libs.jme3-blender.classpath}:\
+    ${libs.jme3-networking.classpath}:\
+    ${libs.jme3-plugins.classpath}:\
+    ${libs.jme3-core.classpath}:\
+    ${libs.jme3-desktop.classpath}:\
+    ${libs.jme3-lwjgl.classpath}:\
+    ${libs.jme3-niftygui.classpath}:\
+    ${libs.jme3-jogl.classpath}:\
+    ${libs.jme3-effects.classpath}:\
+    ${libs.jme3-terrain.classpath}:\
+    ${libs.jme3-android.classpath}:\
+    ${libs.jme3-jbullet.classpath}:\
+    ${libs.jme3-ios.classpath}
 # Space-separated list of extra javac options
 # Space-separated list of extra javac options
 javac.compilerargs=
 javac.compilerargs=
 javac.deprecation=false
 javac.deprecation=false
+javac.processorpath=\
+    ${javac.classpath}
 javac.source=1.5
 javac.source=1.5
 javac.target=1.5
 javac.target=1.5
 javac.test.classpath=\
 javac.test.classpath=\
@@ -60,6 +78,7 @@ jnlp.signed=false
 main.class=mygame.Main
 main.class=mygame.Main
 meta.inf.dir=${src.dir}/META-INF
 meta.inf.dir=${src.dir}/META-INF
 manifest.file=MANIFEST.MF
 manifest.file=MANIFEST.MF
+mkdist.disabled=false
 platform.active=default_platform
 platform.active=default_platform
 run.classpath=\
 run.classpath=\
     ${javac.classpath}:\
     ${javac.classpath}:\

+ 1 - 1
BasicGameTemplate/nbproject/project.xml

@@ -8,7 +8,7 @@
             </extension>
             </extension>
         </buildExtensions>
         </buildExtensions>
         <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
         <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
-            <name>BasicGameTemplate</name>
+            <name>BasicGameProject</name>
             <source-roots>
             <source-roots>
                 <root id="src.dir"/>
                 <root id="src.dir"/>
             </source-roots>
             </source-roots>

+ 1 - 0
build.xml

@@ -54,6 +54,7 @@
             <exclude name="**/build/"/>
             <exclude name="**/build/"/>
             <exclude name="**/dist/"/>
             <exclude name="**/dist/"/>
             <exclude name="**/nbproject/private/"/>
             <exclude name="**/nbproject/private/"/>
+            <exclude name="**/*.keep"/>
         </zip>
         </zip>
         <zip basedir="JME3TestsTemplate/" destfile="jme3-tests-template/src/com/jme3/gde/templates/tests/JmeTestsProject.zip">
         <zip basedir="JME3TestsTemplate/" destfile="jme3-tests-template/src/com/jme3/gde/templates/tests/JmeTestsProject.zip">
             <exclude name="**/build/"/>
             <exclude name="**/build/"/>

BIN
jme3-templates/src/com/jme3/gde/templates/BasicGameProject.zip