- remove bullet api diffing from build

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7615 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 14 years ago
parent 155ab1c1c6
commit 31c2fdab15
  1. 4
      engine/build.xml

@ -81,8 +81,8 @@
<!--native bullet--> <!--native bullet-->
<mkdir dir="dist/opt/native-bullet"/> <mkdir dir="dist/opt/native-bullet"/>
<mkdir dir="dist/opt/native-bullet/lib"/> <mkdir dir="dist/opt/native-bullet/lib"/>
<ant antfile="src/bullet/native/build.xml" target="bullet-api-diff"/> <!--ant antfile="src/bullet/native/build.xml" target="bullet-api-diff"/-->
<move file="bullet-api-diff.html" todir="dist/opt/native-bullet" overwrite="true"/> <!--move file="bullet-api-diff.html" todir="dist/opt/native-bullet" overwrite="true"/-->
<move file="dist/lib/jME3-bullet.jar" todir="dist/opt/native-bullet/lib" overwrite="true"/> <move file="dist/lib/jME3-bullet.jar" todir="dist/opt/native-bullet/lib" overwrite="true"/>
<move file="dist/lib/jME3-bullet-natives.jar" todir="dist/opt/native-bullet/lib" overwrite="true"/> <move file="dist/lib/jME3-bullet-natives.jar" todir="dist/opt/native-bullet/lib" overwrite="true"/>

Loading…
Cancel
Save