Author: dgolovin
Date: 2009-08-14 19:58:20 -0400 (Fri, 14 Aug 2009)
New Revision: 17097
Modified:
trunk/common/plugins/org.jboss.tools.common.kb/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF
trunk/seam/plugins/org.jboss.tools.seam.ui/META-INF/MANIFEST.MF
Log:
surplus dependencies were removed from plug-ins:
common.kb
common.text.ext
seam.ui
Modified: trunk/common/plugins/org.jboss.tools.common.kb/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.kb/META-INF/MANIFEST.MF 2009-08-14
23:49:32 UTC (rev 17096)
+++ trunk/common/plugins/org.jboss.tools.common.kb/META-INF/MANIFEST.MF 2009-08-14
23:58:20 UTC (rev 17097)
@@ -12,15 +12,9 @@
org.jboss.tools.common.kb.configuration,
org.jboss.tools.common.kb.wtp
Require-Bundle: org.jboss.tools.common,
- org.junit,
- org.eclipse.swt,
org.eclipse.ui.workbench,
org.eclipse.jface,
- org.eclipse.core.resources,
- org.eclipse.core.runtime,
- org.eclipse.wst.xml.core,
- org.eclipse.jst.jsp.core,
- org.eclipse.jface.text
+ org.eclipse.core.runtime
Bundle-Version: 2.0.0
Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF 2009-08-14
23:49:32 UTC (rev 17096)
+++ trunk/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF 2009-08-14
23:58:20 UTC (rev 17097)
@@ -15,29 +15,17 @@
Plugin-Class: org.jboss.tools.common.text.ext.ExtensionsPlugin
Bundle-SymbolicName: org.jboss.tools.common.text.ext;singleton:=true
Bundle-Localization: plugin
-Require-Bundle: org.jboss.tools.common,
- org.jboss.tools.common.model,
+Require-Bundle: org.jboss.tools.common.model,
org.eclipse.ui.ide,
- org.eclipse.ui.views,
- org.eclipse.ui.editors,
- org.eclipse.core.runtime,
- org.eclipse.swt,
org.eclipse.ui,
- org.eclipse.text,
- org.eclipse.jface,
org.eclipse.jface.text,
- org.eclipse.ui.workbench,
org.eclipse.ui.workbench.texteditor,
- org.eclipse.jdt.core,
org.eclipse.jdt.ui,
- org.eclipse.core.resources,
org.eclipse.wst.sse.core;visibility:=reexport,
org.eclipse.wst.sse.ui;visibility:=reexport,
- org.eclipse.wst.xml.core;visibility:=reexport,
org.eclipse.jst.jsp.core;visibility:=reexport,
- org.eclipse.jst.j2ee.web;visibility:=reexport,
org.eclipse.wst.common.modulecore;visibility:=reexport,
- org.eclipse.emf.ecore,
org.eclipse.pde.ui,
- org.jboss.tools.common.el.core;bundle-version="2.0.0"
+ org.jboss.tools.common.el.core;bundle-version="2.0.0",
+ org.eclipse.emf.ecore;bundle-version="2.5.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/META-INF/MANIFEST.MF 2009-08-14 23:49:32
UTC (rev 17096)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/META-INF/MANIFEST.MF 2009-08-14 23:58:20
UTC (rev 17097)
@@ -38,7 +38,8 @@
org.eclipse.ltk.ui.refactoring,
org.jboss.ide.eclipse.as.core,
org.jboss.tools.jsf,
- org.jboss.tools.jst.web.ui;bundle-version="2.0.0"
+ org.jboss.tools.jst.web.ui;bundle-version="2.0.0",
+ org.eclipse.jst.j2ee.web;bundle-version="1.1.300"
Eclipse-LazyStart: true
Export-Package: org.jboss.tools.seam.ui,
org.jboss.tools.seam.ui.actions,