Author: nickboldt
Date: 2011-02-28 16:08:37 -0500 (Mon, 28 Feb 2011)
New Revision: 29390
Modified:
trunk/build/target-platform/build.xml
Log:
TP build script should use Eclipse 3.6.2R, not M
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2011-02-28 20:50:14 UTC (rev 29389)
+++ trunk/build/target-platform/build.xml 2011-02-28 21:08:37 UTC (rev 29390)
@@ -128,10 +128,12 @@
<!-- should work on osx-cocoa32, win32, lin32, lin64 -->
<target name="get.eclipse">
<!-- NOTE: must use same platform (50M) or SDK (103M - 168M) version as feature
version on target platform, or will get install/update conflicts -->
+ <property name="eclipse.version" value="3.6.2" />
+ <property name="eclipse.URL"
value="http://www.eclipse.org/downloads/download.php?r=1&fil...
/>
+ <!--
<property name="eclipse.version" value="M20110105-0951" />
- <property name="eclipse.version" value="3.6.2" />
<property name="eclipse.URL"
value="http://www.eclipse.org/downloads/download.php?r=1&fil...
/>
- <property name="eclipse.URL"
value="http://www.eclipse.org/downloads/download.php?r=1&fil...
/>
+ -->
<if>
<equals arg1="${arch}" arg2="x86" />