Author: nickboldt
Date: 2012-02-11 01:24:07 -0500 (Sat, 11 Feb 2012)
New Revision: 38642
Modified:
trunk/build/target-platform/build.xml
Log:
use newer eclipse driver to run tp generation
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2012-02-11 05:39:23 UTC (rev 38641)
+++ trunk/build/target-platform/build.xml 2012-02-11 06:24:07 UTC (rev 38642)
@@ -140,9 +140,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/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...
+ <!--
http://download.eclipse.org/eclipse/downloads/drops/M20120201-1336/downlo...
-->
+ <property name="eclipse.version" value="M20120201-1336" />
+ <property name="eclipse.URL"
value="http://www.eclipse.org/downloads/download.php?r=1&fil...
<if>
<equals arg1="${arch}" arg2="x86" />