Browse Source

build script:
- remove tests from default ant target

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8915 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 14 years ago
parent
commit
1a11f697cf
1 changed files with 2 additions and 0 deletions
  1. 2 0
      engine/build.xml

+ 2 - 0
engine/build.xml

@@ -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>