Browse Source

fix build script

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6977 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 years ago
parent
commit
1e92414492
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -37,7 +37,7 @@
         <antcall target="-get-platform"/>
     </target>
 
-    <target name="hudson-nightly" depends="clean" depends="update-platform">
+    <target name="hudson-nightly" depends="clean, update-platform">
         <ant dir="engine" target="deploy-hudson"/>
         <ant dir="engine" target="hudson-update-sdk"/>
         <ant dir="sdk" target="hudson-updatecenter"/>