bullet native:

- fix run ant target

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8864 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent 53b4d7a1bd
commit d9c2c7457f
  1. 2
      engine/build.xml

@ -8,7 +8,7 @@
<ant antfile="nbproject/build-bullet-natives.xml" target="build-bullet-natives"/>
</target>
<target name="run-bullet-native" description="runs the jMonkeyEngine3 demos using native bullet">
<target name="run-bullet-native" description="runs the jMonkeyEngine3 demos using native bullet" depends="init">
<copy file="${dist.dir}/opt/native-bullet/jME3-bullet-natives.jar" todir="${dist.dir}/lib" failonerror="false"/>
<copy file="${dist.dir}/opt/native-bullet/jME3-bullet.jar" todir="${dist.dir}/lib" failonerror="false"/>
<delete file="${dist.dir}/lib/jME3-jbullet.jar" failonerror="false"/>

Loading…
Cancel
Save