OSDN Git Service

- add target to zip templates to main build.xml
authornormen667 <normen667@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Tue, 29 Mar 2011 15:30:38 +0000 (15:30 +0000)
committernormen667 <normen667@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Tue, 29 Mar 2011 15:30:38 +0000 (15:30 +0000)
git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7140 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

build.xml

index 1ac78ee..4e0dc84 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -12,6 +12,7 @@
 
     <target name="build" description="Builds the complete SDK" depends="-check-platform, -update-sdk-platform-config">
         <ant dir="engine" target="update-sdk"/>
+        <ant dir="sdk" target="zip-templates"/>
         <ant dir="sdk" target="build"/>
     </target>