Procházet zdrojové kódy

- add init dependency to hudson target

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6981 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 před 14 roky
rodič
revize
4fb8579206
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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" />