Author: nickboldt
Date: 2011-12-22 21:58:51 -0500 (Thu, 22 Dec 2011)
New Revision: 37547
Modified:
trunk/build/target-platform/build.xml
Log:
use newer eclipse platform
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2011-12-23 01:39:25 UTC (rev 37546)
+++ trunk/build/target-platform/build.xml 2011-12-23 02:58:51 UTC (rev 37547)
@@ -145,9 +145,9 @@
<!-- NOTE: must use same platform (50M) or SDK (103M - 168M) version as feature
version on target platform, or will get install/update conflicts -->
<!-- don't forget to increment these files when moving up a version:
build.xml, *.target*, publish.sh, target2p2mirror.xml -->
- <!--
http://download.eclipse.org/eclipse/downloads/drops/M20111201-1437/downlo...
-->
- <property name="eclipse.version" value="M20111201-1437" />
- <property name="eclipse.URL"
value="http://www.eclipse.org/downloads/download.php?r=1&fil...
+ <!--
http://download.eclipse.org/eclipse/downloads/drops/M20111214-1406/downlo...
-->
+ <property name="eclipse.version" value="M20111214-1406" />
+ <property name="eclipse.URL"
value="http://www.eclipse.org/downloads/download.php?r=1&fil...
<if>
<equals arg1="${arch}" arg2="x86" />