浏览代码

Update sdk build script

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6996 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 年之前
父节点
当前提交
288451a010
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      build.xml

+ 7 - 1
build.xml

@@ -39,7 +39,13 @@
     <target name="hudson-nightly" depends="update-platform">
         <ant dir="engine" target="deploy-hudson"/>
         <ant dir="engine" target="hudson-update-sdk"/>
-        <ant dir="sdk" target="hudson-updatecenter"/>
+        <ant dir="sdk" target="hudson-nightly"/>
+    </target>
+
+    <target name="hudson-stable" depends="update-platform">
+        <ant dir="engine" target="deploy-hudson"/>
+        <ant dir="engine" target="hudson-update-sdk"/>
+        <ant dir="sdk" target="hudson-nightly"/>
     </target>
 
     <target name="-check-platform" depends="-check-platform-present" unless="platform.present">