Explorar el Código

fix build script

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6977 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 hace 14 años
padre
commit
1e92414492
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"/>