浏览代码

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 年之前
父节点
当前提交
1a11f697cf
共有 1 个文件被更改,包括 2 次插入0 次删除
  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>
     <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>