git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7410 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
@@ -289,7 +289,7 @@
</target>
<!-- copy jme3 zip to jmonkeyengine.com/nightly -->
- <target name="deploy-hudson" depends="dist, -build-bullet-natives">
+ <target name="deploy-hudson" depends="dist, build-bullet-natives">
<copy
file="${jme3zip}"
toDir="/var/www/com/nightly" overwrite="true" failonerror="true" verbose="false"