[jbosstools-commits] JBoss Tools SVN: r30681 - branches/jbosstools-3.2.x/gwt/plugins/org.jboss.tools.gwt.core/META-INF.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Apr 20 12:47:44 EDT 2011


Author: adietish
Date: 2011-04-20 12:47:44 -0400 (Wed, 20 Apr 2011)
New Revision: 30681

Modified:
   branches/jbosstools-3.2.x/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF
Log:
[JBIDE-8145] removed dependency to gwt sdk

Modified: branches/jbosstools-3.2.x/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF	2011-04-20 15:58:03 UTC (rev 30680)
+++ branches/jbosstools-3.2.x/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF	2011-04-20 16:47:44 UTC (rev 30681)
@@ -6,9 +6,8 @@
 Bundle-Activator: org.jboss.tools.gwt.core.internal.GWTCoreActivator
 Bundle-Vendor: JBoss by Red Hat
 Require-Bundle: 
- org.jboss.tools.common;bundle-version="[3.2.0,4.0.0)",
  com.google.gwt.eclipse.core,
- com.google.gwt.eclipse.sdkbundle.2.1.1;resolution:=optional,
+ org.jboss.tools.common;bundle-version="[3.2.0,4.0.0)",
  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)",
@@ -21,8 +20,7 @@
  org.eclipse.emf.ecore;bundle-version="[2.5.0,3.0.0)",
  org.eclipse.wst.common.modulecore;bundle-version="[1.1.301,2.0.0)",
  org.eclipse.wst.common.frameworks;bundle-version="[1.1.300,2.0.0)",
- org.jboss.tools.usage;bundle-version="1.0.0";resolution:=optional,
- com.google.gdt.eclipse.suite;bundle-version="[1.4.2,2.0.0)"
+ org.jboss.tools.usage;bundle-version="1.0.0";resolution:=optional
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Export-Package: org.jboss.tools.gwt.core,
  org.jboss.tools.gwt.core.util



More information about the jbosstools-commits mailing list