OSDN Git Service

- enable target
authornormen667 <normen667@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Sun, 17 Apr 2011 19:23:51 +0000 (19:23 +0000)
committernormen667 <normen667@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Sun, 17 Apr 2011 19:23:51 +0000 (19:23 +0000)
git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7253 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

build.xml

index 40a98f3..56d64a7 100644 (file)
--- a/build.xml
+++ b/build.xml
 
     <target name="update-platform" description="Updates the base platform to the latest available build" depends="-remove-platform,-check-platform"/>
 
-    <target name="hudson-nightly" depends="update-platform">
+    <target name="hudson-nightly" depends="update-platform-hudson">
         <ant dir="engine" target="deploy-hudson"/>
         <ant dir="engine" target="hudson-update-sdk"/>
         <ant dir="sdk" target="hudson-nightly"/>
     </target>
 
-    <target name="hudson-stable" depends="update-platform">
+    <target name="hudson-stable" depends="update-platform-hudson">
         <ant dir="engine" target="dist"/>
         <ant dir="engine" target="hudson-update-sdk"/>
         <ant dir="sdk" target="hudson-nightly"/>