- add init dependency to hudson target

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6981 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 14 years ago
parent 000c30b6b7
commit 4fb8579206
  1. 2
      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" />

Loading…
Cancel
Save