ソースを参照

- sont use nightly jme3 target for stable build

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7055 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 年 前
コミット
dbc5e11de8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -43,7 +43,7 @@
     </target>
 
     <target name="hudson-stable" depends="update-platform">
-        <ant dir="engine" target="deploy-hudson"/>
+        <ant dir="engine" target="dist"/>
         <ant dir="engine" target="hudson-update-sdk"/>
         <ant dir="sdk" target="hudson-nightly"/>
     </target>