[jbosstools-commits] JBoss Tools SVN: r35411 - trunk/build/target-platform.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Oct 6 01:28:19 EDT 2011
Author: nickboldt
Date: 2011-10-06 01:28:19 -0400 (Thu, 06 Oct 2011)
New Revision: 35411
Modified:
trunk/build/target-platform/build.xml
Log:
switch to using Eclipse R-3.7.1-201109091335
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2011-10-06 05:22:13 UTC (rev 35410)
+++ trunk/build/target-platform/build.xml 2011-10-06 05:28:19 UTC (rev 35411)
@@ -145,8 +145,8 @@
<!-- 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 -->
- <property name="eclipse.version" value="M20110831-1030" />
- <property name="eclipse.URL" value="http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops/M20110831-1030"/>
+ <property name="eclipse.version" value="3.7.1" />
+ <property name="eclipse.URL" value="http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops/R-3.7.1-201109091335"/>
<if>
<equals arg1="${arch}" arg2="x86" />
More information about the jbosstools-commits
mailing list