- fix ant target name

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7410 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-05-03 15:46:13 +00:00
parent 2bf706feef
commit 73517c1c52

View File

@ -289,7 +289,7 @@
</target> </target>
<!-- copy jme3 zip to jmonkeyengine.com/nightly --> <!-- 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 <copy
file="${jme3zip}" file="${jme3zip}"
toDir="/var/www/com/nightly" overwrite="true" failonerror="true" verbose="false" toDir="/var/www/com/nightly" overwrite="true" failonerror="true" verbose="false"