fix build script

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6977 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-03-14 19:10:19 +00:00
parent ea3ee755c1
commit 1e92414492

View File

@ -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"/>