[jbosstools-commits] JBoss Tools SVN: r42516 - in trunk: central/plugins/org.jboss.tools.central.discovery and 1 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jul 11 16:32:18 EDT 2012


Author: nickboldt
Date: 2012-07-11 16:32:17 -0400 (Wed, 11 Jul 2012)
New Revision: 42516

Modified:
   trunk/build/aggregate/site/site.xml
   trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml
   trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF
Log:
re-enable GWT - bump up to version 3.0.1 as that's the first one available for Juno (e42) - JBIDE-11549, JBIDE-12287, JBDS-2235, JBDS-2237

Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml	2012-07-11 20:08:01 UTC (rev 42515)
+++ trunk/build/aggregate/site/site.xml	2012-07-11 20:32:17 UTC (rev 42516)
@@ -203,17 +203,13 @@
 		<category name="AbridgedTools" />
 		<category name="MavenTools" />
 	</feature>
-	<!-- JBDS-2235, JBIDE-11549 temporarily remove because com.google.gdt.eclipse.suite.e37.feature.feature.group 2.5.2.v201202290255-rel-r37 requires 'org.eclipse.platform.feature.group [3.7.0,3.8.0)'
 	<feature url="features/org.jboss.tools.maven.gwt.feature_0.0.0.jar" id="org.jboss.tools.maven.gwt.feature" version="0.0.0">
 		<category name="MavenTools" />
 	</feature>
-	-->
 	<!-- only in JBT -->
-	<!-- JBDS-2235, JBIDE-11549 temporarily remove because com.google.gdt.eclipse.suite.e37.feature.feature.group 2.5.2.v201202290255-rel-r37 requires 'org.eclipse.platform.feature.group [3.7.0,3.8.0)'
 	<feature url="features/org.jboss.tools.gwt.feature_0.0.0.jar" id="org.jboss.tools.gwt.feature" version="0.0.0">
 		<category name="GeneralTools" />
 	</feature>
-	-->
 	<feature url="features/org.jboss.tools.common.mylyn.feature_0.0.0.jar" id="org.jboss.tools.common.mylyn.feature" version="0.0.0">
 		<category name="AbridgedTools" />
 		<category name="GeneralTools"/>
@@ -394,17 +390,13 @@
 	<feature url="features/org.jboss.tools.maven.jbosspackaging.feature.source_0.0.0.jar" id="org.jboss.tools.maven.jbosspackaging.feature.source" version="0.0.0">
 		<category name="AllSources" />
 	</feature>
-	<!-- JBDS-2235, JBIDE-11549 temporarily remove because com.google.gdt.eclipse.suite.e37.feature.feature.group 2.5.2.v201202290255-rel-r37 requires 'org.eclipse.platform.feature.group [3.7.0,3.8.0)'
 	<feature url="features/org.jboss.tools.maven.gwt.feature.source_0.0.0.jar" id="org.jboss.tools.maven.gwt.feature.source" version="0.0.0">
 		<category name="AllSources" />
 	</feature>
-	-->
 	<!-- only in JBT -->
-	<!-- JBDS-2235, JBIDE-11549 temporarily remove because com.google.gdt.eclipse.suite.e37.feature.feature.group 2.5.2.v201202290255-rel-r37 requires 'org.eclipse.platform.feature.group [3.7.0,3.8.0)'
 	<feature url="features/org.jboss.tools.gwt.feature.source_0.0.0.jar" id="org.jboss.tools.gwt.feature.source" version="0.0.0">
 		<category name="AllSources" />
 	</feature>
-	-->
 	<feature url="features/org.jboss.tools.common.mylyn.feature.source_0.0.0.jar" id="org.jboss.tools.common.mylyn.feature.source" version="0.0.0">
 		<category name="AllSources"/>
 	</feature>

Modified: trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml	2012-07-11 20:08:01 UTC (rev 42515)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml	2012-07-11 20:32:17 UTC (rev 42516)
@@ -61,7 +61,7 @@
             provider="JBoss by Red Hat"
             siteUrl="http://download.jboss.org/jbosstools/updates/development/juno/central/core/">
             <iu id="org.jboss.tools.maven.gwt.feature"/>
-            <iu id="com.google.gdt.eclipse.suite.e37.feature"/>
+            <iu id="com.google.gdt.eclipse.suite.e42.feature"/>
          <icon
                image32="images/jbosstools_icon32.png">
          </icon>
@@ -555,14 +555,14 @@
             categoryId="org.jboss.tools.central.discovery.web"
             groupId="org.jboss.tools.central.discovery.web.extras"
             description="Google Plugin for Eclipse (GPE) + Google Web Toolkit SDK (GWT)"
-            id="com.google.gwt.eclipse.sdkbundle.e37.feature"
+            id="com.google.gwt.eclipse.sdkbundle.e42.feature"
             kind="task"
             license="EPL, Other"
             name="Google Plugin + Web Toolkit"
             provider="Google, Inc."
             siteUrl="http://download.jboss.org/jbosstools/updates/development/juno/central/core/">
-            <iu id="com.google.gwt.eclipse.sdkbundle.e37.feature"/>
-            <iu id="com.google.gdt.eclipse.suite.e37.feature"/>
+            <iu id="com.google.gwt.eclipse.sdkbundle.e42.feature"/>
+            <iu id="com.google.gdt.eclipse.suite.e42.feature"/>
          <icon
                image32="images/google_32.png">
          </icon>

Modified: trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF	2012-07-11 20:08:01 UTC (rev 42515)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF	2012-07-11 20:32:17 UTC (rev 42516)
@@ -8,8 +8,8 @@
 Require-Bundle: 
  org.jboss.tools.common;bundle-version="[3.2.0,4.0.0)",
  com.google.gwt.eclipse.core,
- com.google.gwt.eclipse.sdkbundle;bundle-version="[2.3.0,3.0.0)",
- com.google.gdt.eclipse.suite;bundle-version="2.5.0",
+ com.google.gwt.eclipse.sdkbundle;bundle-version="[2.4.0,3.0.0)",
+ com.google.gdt.eclipse.suite;bundle-version="3.0.1",
  org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
  org.eclipse.wst.common.project.facet.core;bundle-version="[1.4.0,2.0.0)",
  org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",



More information about the jbosstools-commits mailing list