Selaa lähdekoodia

- add init dependency to hudson target

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6981 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 vuotta sitten
vanhempi
commit
4fb8579206
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      engine/build.xml

+ 1 - 1
engine/build.xml

@@ -80,7 +80,7 @@
     </target>
 
     <!-- convenience target to transfer jme3 libraries to the jme3-jmp folder on the Hudson build server (jMonkeyPlatform) -->
-    <target name="hudson-update-sdk">
+    <target name="hudson-update-sdk" depends="init">
         <!--update jme3 svn revision info properly-->
         <exec executable="svn" dir=".">
             <arg value="update" />