build script:

- remove tests from default ant target

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

@ -4,6 +4,8 @@
<description>Builds, tests, and runs the jMonkeyEngine3 core engine.</description>
<import file="nbproject/build-impl.xml"/>
<target depends="jar,javadoc" description="Build and test whole project." name="default"/>
<target name="build-bullet-natives" description="uses native build tools to build the bulletjme binary (read bullet-native-build.txt for more info)" depends="jar">
<ant antfile="nbproject/build-bullet-natives.xml" target="build-bullet-natives"/>
</target>

Loading…
Cancel
Save