- add init dependency to hudson target

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6981 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-03-14 19:33:39 +00:00
parent 000c30b6b7
commit 4fb8579206

View File

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