- re-enable download of current platform version from jmonkeyengine.com

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7262 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 14 years ago
parent cdba72d2b7
commit 23867c866d
  1. 4
      build.xml

@ -58,8 +58,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.googlecode.com/files/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"/--> <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