Browse Source

- fix ant target name

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7410 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 years ago
parent
commit
73517c1c52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engine/build.xml

+ 1 - 1
engine/build.xml

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