build script:
- remove tests from default ant target git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8915 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
477f8b526b
commit
1a11f697cf
@ -4,6 +4,8 @@
|
|||||||
<description>Builds, tests, and runs the jMonkeyEngine3 core engine.</description>
|
<description>Builds, tests, and runs the jMonkeyEngine3 core engine.</description>
|
||||||
<import file="nbproject/build-impl.xml"/>
|
<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">
|
<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"/>
|
<ant antfile="nbproject/build-bullet-natives.xml" target="build-bullet-natives"/>
|
||||||
</target>
|
</target>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user