- use googlecode download for svn ant build

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7209 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 14 years ago
parent adfead7ee3
commit 04445d2458
  1. 3
      build.xml

@ -51,7 +51,8 @@
<target name="-check-platform" depends="-check-platform-present" unless="platform.present"> <target name="-check-platform" depends="-check-platform-present" unless="platform.present">
<echo message="Downloading base platform, this only has to be done once."/> <echo message="Downloading base platform, this only has to be done once."/>
<get src="http://jmonkeyengine.com/platform/base/alpha/platform-base.zip" dest="./" skipexisting="true"/> <get src="http://jmonkeyengine.googlecode.com/files/platform-base.zip" dest="./" skipexisting="true"/>
<!--get src="http://jmonkeyengine.com/platform/base/alpha/platform-base.zip" dest="./" skipexisting="true"/-->
<unzip src="platform-base.zip" dest="./"/> <unzip src="platform-base.zip" dest="./"/>
<antcall target="-update-sdk-platform-config"/> <antcall target="-update-sdk-platform-config"/>
<delete file="platform-base.zip"/> <delete file="platform-base.zip"/>

Loading…
Cancel
Save