fix build script

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6977 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 14 years ago
parent ea3ee755c1
commit 1e92414492
  1. 2
      build.xml

@ -37,7 +37,7 @@
<antcall target="-get-platform"/> <antcall target="-get-platform"/>
</target> </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="deploy-hudson"/>
<ant dir="engine" target="hudson-update-sdk"/> <ant dir="engine" target="hudson-update-sdk"/>
<ant dir="sdk" target="hudson-updatecenter"/> <ant dir="sdk" target="hudson-updatecenter"/>

Loading…
Cancel
Save