[jbosstools-commits] JBoss Tools SVN: r23115 - trunk/build/target-platform.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jun 30 01:39:40 EDT 2010


Author: nickboldt
Date: 2010-06-30 01:39:40 -0400 (Wed, 30 Jun 2010)
New Revision: 23115

Modified:
   trunk/build/target-platform/e36-wtp32.target
   trunk/build/target-platform/e36-wtp32.unversioned.target
Log:
update to use Eclipse 3.6.x site; add core.runtime plugin

Modified: trunk/build/target-platform/e36-wtp32.target
===================================================================
--- trunk/build/target-platform/e36-wtp32.target	2010-06-30 00:41:42 UTC (rev 23114)
+++ trunk/build/target-platform/e36-wtp32.target	2010-06-30 05:39:40 UTC (rev 23115)
@@ -83,8 +83,9 @@
 <repository location="http://download.eclipse.org/tptp/4.7.0/TPTP-4.7.0/repo/"/>
 </location>
 <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
-<unit id="org.eclipse.platform.ide" version="3.6.0.I20100603-1500"/>
-<repository location="http://download.eclipse.org/eclipse/updates/3.6/"/>
+<unit id="org.eclipse.platform" version="3.6.0.v201006240800"/>
+<unit id="org.eclipse.core.runtime" version="3.6.0.v20100505"/>
+<repository location="http://download.eclipse.org/eclipse/updates/3.6.x/"/>
 </location>
 <!-- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
 <repository location="http://download.eclipse.org/eclipse/updates/3.6milestones/"/>

Modified: trunk/build/target-platform/e36-wtp32.unversioned.target
===================================================================
--- trunk/build/target-platform/e36-wtp32.unversioned.target	2010-06-30 00:41:42 UTC (rev 23114)
+++ trunk/build/target-platform/e36-wtp32.unversioned.target	2010-06-30 05:39:40 UTC (rev 23115)
@@ -40,7 +40,7 @@
 <repository location="http://download.eclipse.org/tptp/4.7.0/TPTP-4.7.0/repo/"/>
 </location>
 <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
-<repository location="http://download.eclipse.org/eclipse/updates/3.6/"/>
+<repository location="http://download.eclipse.org/eclipse/updates/3.6.x/"/>
 </location>
 <!-- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
 <repository location="http://download.eclipse.org/eclipse/updates/3.6milestones/"/>
@@ -53,6 +53,7 @@
 <plugin id="org.hamcrest.generator" />
 <plugin id="org.eclipse.tptp.platform.profile.server.core" />
 <plugin id="org.eclipse.platform.ide" />
+<plugin id="org.eclipse.core.runtime"/>
 <plugin id="org.easymock" />
 <plugin id="javax.wsdl" />
 <plugin id="com.thoughtworks.qdox" />



More information about the jbosstools-commits mailing list