OSDN Git Service

- add default build target to trunk
authornormen667 <normen667@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Tue, 3 May 2011 20:21:16 +0000 (20:21 +0000)
committernormen667 <normen667@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Tue, 3 May 2011 20:21:16 +0000 (20:21 +0000)
- fix update-sdk target

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

build.xml
engine/build.xml

index 5e1981c..c284510 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -9,6 +9,8 @@
             </not>
         </condition>
     </fail>
+    
+    <target name="default" depends="zip"/>
 
     <target name="build" description="Builds the complete SDK" depends="-check-platform, -update-sdk-platform-config">
         <ant dir="engine" target="update-sdk"/>
index ca0cb81..0eba50d 100644 (file)
       -->\r
 \r
     <!-- convenience target to transfer jme3 libraries to sdk (jMonkeyPlatform) -->\r
-    <target name="update-sdk" depends="jar">\r
+    <target name="update-sdk" depends="jar, javadoc">\r
         <antcall target="-do-update-sdk" inheritall="true">\r
             <param name="jmp_dir" value="../sdk/"/>\r
         </antcall>\r