Author: nickboldt
Date: 2010-10-27 16:39:39 -0400 (Wed, 27 Oct 2010)
New Revision: 26092
Modified:
trunk/build/target-platform/build.xml
Log:
revert to using eclipse 3.6.1 instead of broken 3.6.2M build
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2010-10-27 15:08:32 UTC (rev 26091)
+++ trunk/build/target-platform/build.xml 2010-10-27 20:39:39 UTC (rev 26092)
@@ -81,10 +81,10 @@
<!-- TODO: make this work on Mac and Windows? Currently only meant to work with linux
32- and 64-bit slaves -->
<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="M20101020-0925" />
+ <property name="eclipse.version" value="3.6.1" />
+ <property name="eclipse.version" value="M20101013-0800" />
+ <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...
/>
- <!--<property name="eclipse.URL"
value="http://www.eclipse.org/downloads/download.php?r=1&fil...
/>
- <property name="eclipse.version" value="eclipse-SDK-3.6.1" />
-->
<if>
<equals arg1="${arch}" arg2="x86" />
<then>