Browse Source

Merge pull request #120 from stephengold/master

jbullet lib lacks jbullet.jar: use native bullet in JmeTests template
MeFisto94 8 years ago
parent
commit
641ddb34f7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      JME3TestsTemplate/nbproject/project.properties

+ 2 - 1
JME3TestsTemplate/nbproject/project.properties

@@ -35,7 +35,8 @@ javac.classpath=\
     ${libs.jme3-niftygui.classpath}:\
     ${libs.jme3-effects.classpath}:\
     ${libs.jme3-terrain.classpath}:\
-    ${libs.jme3-jbullet.classpath}:\
+    ${libs.jme3-bullet.classpath}:\
+    ${libs.jme3-bullet-native.classpath}:\
     ${libs.jme3-test-data.classpath}
 # Space-separated list of extra javac options
 javac.compilerargs=