- add default build target to trunk

- fix update-sdk target

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7415 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-05-03 20:21:16 +00:00
parent f1b66746cb
commit 4902cd06b7
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@
</condition> </condition>
</fail> </fail>
<target name="default" depends="zip"/>
<target name="build" description="Builds the complete SDK" depends="-check-platform, -update-sdk-platform-config"> <target name="build" description="Builds the complete SDK" depends="-check-platform, -update-sdk-platform-config">
<ant dir="engine" target="update-sdk"/> <ant dir="engine" target="update-sdk"/>
<ant dir="sdk" target="zip-templates"/> <ant dir="sdk" target="zip-templates"/>

View File

@ -154,7 +154,7 @@
--> -->
<!-- convenience target to transfer jme3 libraries to sdk (jMonkeyPlatform) --> <!-- convenience target to transfer jme3 libraries to sdk (jMonkeyPlatform) -->
<target name="update-sdk" depends="jar"> <target name="update-sdk" depends="jar, javadoc">
<antcall target="-do-update-sdk" inheritall="true"> <antcall target="-do-update-sdk" inheritall="true">
<param name="jmp_dir" value="../sdk/"/> <param name="jmp_dir" value="../sdk/"/>
</antcall> </antcall>