- change jar name for android bullet natives

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8804 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-11-26 14:55:23 +00:00
parent a5d2fe07bc
commit 5212883f3b
2 changed files with 2 additions and 2 deletions

View File

@ -54,9 +54,9 @@
<target name="build-bullet-natives" description="builds the native bullet library for the platform being run on" depends=""> <target name="build-bullet-natives" description="builds the native bullet library for the platform being run on" depends="">
<echo message="Updating native jME3-bullet-natives.jar"/> <echo message="Updating native jME3-bullet-natives.jar"/>
<zip basedir="${bullet.output.base}/jarcontent" file="${bullet.output.base}/jME3-bullet-natives.jar" compress="true"/> <zip basedir="${bullet.output.base}/jarcontent" file="${bullet.output.base}/jME3-bullet-natives.jar" compress="true"/>
<zip basedir="${bullet.output.base}/android" file="${bullet.output.base}/jME3-bullet-android-natives.jar" compress="true"/> <zip basedir="${bullet.output.base}/android" file="${bullet.output.base}/jME3-bullet-natives-android.jar" compress="true"/>
<copy file="${bullet.output.base}/jME3-bullet-natives.jar" todir="dist/opt/native-bullet/lib/"/> <copy file="${bullet.output.base}/jME3-bullet-natives.jar" todir="dist/opt/native-bullet/lib/"/>
<copy file="${bullet.output.base}/jME3-bullet-android-natives.jar" todir="dist/opt/native-bullet/lib/"/> <copy file="${bullet.output.base}/jME3-bullet-natives-android.jar" todir="dist/opt/native-bullet/lib/"/>
</target> </target>
<target name="create-native-headers" description="creates the native headers"> <target name="create-native-headers" description="creates the native headers">