Author: akazakov
Date: 2011-05-06 21:14:25 -0400 (Fri, 06 May 2011)
New Revision: 31142
Modified:
trunk/struts/plugins/org.jboss.tools.struts.text.ext/META-INF/MANIFEST.MF
trunk/struts/plugins/org.jboss.tools.struts.ui/META-INF/MANIFEST.MF
trunk/struts/plugins/org.jboss.tools.struts.validator.ui/META-INF/MANIFEST.MF
trunk/struts/plugins/org.jboss.tools.struts.verification/META-INF/MANIFEST.MF
trunk/struts/plugins/org.jboss.tools.struts/META-INF/MANIFEST.MF
Log:
https://issues.jboss.org/browse/JBIDE-8879
Modified: trunk/struts/plugins/org.jboss.tools.struts/META-INF/MANIFEST.MF
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts/META-INF/MANIFEST.MF 2011-05-07 00:55:10
UTC (rev 31141)
+++ trunk/struts/plugins/org.jboss.tools.struts/META-INF/MANIFEST.MF 2011-05-07 01:14:25
UTC (rev 31142)
@@ -40,22 +40,22 @@
org.jboss.tools.struts.model.handlers.refactoring,
org.jboss.tools.struts.messages
Require-Bundle: org.jboss.tools.common,
- org.eclipse.jdt.core,
+ org.eclipse.jdt.core;bundle-version="3.7.0",
org.jboss.tools.common.model,
org.jboss.tools.jst.web,
org.jboss.tools.jst.web.tiles,
- org.eclipse.ui,
- org.eclipse.debug.core,
- org.eclipse.wst.sse.core,
- org.eclipse.wst.xml.core,
+ org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.debug.core;bundle-version="3.7.0",
+ org.eclipse.wst.sse.core;bundle-version="1.1.600",
+ org.eclipse.wst.xml.core;bundle-version="1.1.600",
org.jboss.tools.common.projecttemplates,
- org.eclipse.ltk.core.refactoring,
- org.eclipse.ltk.ui.refactoring,
- org.eclipse.core.resources,
- org.eclipse.core.runtime,
+ org.eclipse.ltk.core.refactoring;bundle-version="3.5.200",
+ org.eclipse.ltk.ui.refactoring;bundle-version="3.5.100",
+ org.eclipse.core.resources;bundle-version="3.7.100",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
org.apache.velocity;bundle-version="1.5.0",
- org.eclipse.jface.text;visibility:=reexport,
- org.eclipse.jst.jsp.ui;visibility:=reexport
+ org.eclipse.jface.text;visibility:=reexport;bundle-version="3.7.0",
+ org.eclipse.jst.jsp.ui;visibility:=reexport;bundle-version="1.1.600"
Bundle-Version: 3.3.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ManifestVersion: 2
Modified: trunk/struts/plugins/org.jboss.tools.struts.text.ext/META-INF/MANIFEST.MF
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts.text.ext/META-INF/MANIFEST.MF 2011-05-07
00:55:10 UTC (rev 31141)
+++ trunk/struts/plugins/org.jboss.tools.struts.text.ext/META-INF/MANIFEST.MF 2011-05-07
01:14:25 UTC (rev 31142)
@@ -6,22 +6,22 @@
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.jboss.tools.struts.text.ext;singleton:=true
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.ui.ide,
- org.eclipse.core.runtime,
- org.eclipse.ui,
- org.eclipse.text,
- org.eclipse.jface.text,
- org.eclipse.ui.workbench,
- org.eclipse.jdt.core,
- org.eclipse.core.resources,
+Require-Bundle: org.eclipse.ui.ide;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.text;bundle-version="3.5.100",
+ org.eclipse.jface.text;bundle-version="3.7.0",
+ org.eclipse.ui.workbench;bundle-version="3.7.0",
+ org.eclipse.jdt.core;bundle-version="3.7.0",
+ org.eclipse.core.resources;bundle-version="3.7.100",
org.jboss.tools.struts,
org.jboss.tools.common.text.ext,
org.jboss.tools.jst.text.ext,
org.jboss.tools.jst.web,
- org.eclipse.wst.sse.core,
+ org.eclipse.wst.sse.core;bundle-version="1.1.600",
org.jboss.tools.common.model,
- org.eclipse.wst.xml.core,
- org.eclipse.jst.jsp.core,
+ org.eclipse.wst.xml.core;bundle-version="1.1.600",
+ org.eclipse.jst.jsp.core;bundle-version="1.2.400",
org.jboss.tools.common
Export-Package: org.jboss.tools.struts.text.ext.hyperlink
Bundle-Version: 3.3.0.qualifier
Modified: trunk/struts/plugins/org.jboss.tools.struts.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts.ui/META-INF/MANIFEST.MF 2011-05-07
00:55:10 UTC (rev 31141)
+++ trunk/struts/plugins/org.jboss.tools.struts.ui/META-INF/MANIFEST.MF 2011-05-07
01:14:25 UTC (rev 31142)
@@ -37,30 +37,30 @@
org.jboss.tools.struts.ui.editor
Require-Bundle: org.jboss.tools.common,
org.jboss.tools.common.gef,
- org.eclipse.ui.ide,
- org.eclipse.jface.text,
- org.eclipse.ui.workbench.texteditor,
- org.eclipse.ui.editors,
- org.eclipse.ui.views,
+ org.eclipse.ui.ide;bundle-version="3.7.0",
+ org.eclipse.jface.text;bundle-version="3.7.0",
+ org.eclipse.ui.workbench.texteditor;bundle-version="3.7.0",
+ org.eclipse.ui.editors;bundle-version="3.7.0",
+ org.eclipse.ui.views;bundle-version="3.6.0",
org.jboss.tools.common.model,
org.jboss.tools.common.model.ui,
org.jboss.tools.jst.web,
org.jboss.tools.jst.web.ui,
org.jboss.tools.jst.web.tiles,
org.jboss.tools.struts,
- org.eclipse.jface,
- org.eclipse.ui,
- org.eclipse.jdt.core,
- org.eclipse.jdt.ui,
+ org.eclipse.jface;bundle-version="3.7.0",
+ org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.jdt.core;bundle-version="3.7.0",
+ org.eclipse.jdt.ui;bundle-version="3.7.0",
org.jboss.tools.common.model.ui,
org.jboss.tools.common.text.xml,
- org.eclipse.debug.core,
- org.eclipse.wst.sse.ui,
- org.eclipse.wst.xml.ui,
- org.eclipse.core.resources,
- org.eclipse.core.runtime,
- org.eclipse.gef,
- org.eclipse.core.expressions
+ org.eclipse.debug.core;bundle-version="3.7.0",
+ org.eclipse.wst.sse.ui;bundle-version="1.3.0",
+ org.eclipse.wst.xml.ui;bundle-version="1.1.200",
+ org.eclipse.core.resources;bundle-version="3.7.100",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.gef;bundle-version="3.7.0",
+ org.eclipse.core.expressions;bundle-version="3.4.200"
Bundle-Version: 3.3.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Modified: trunk/struts/plugins/org.jboss.tools.struts.validator.ui/META-INF/MANIFEST.MF
===================================================================
---
trunk/struts/plugins/org.jboss.tools.struts.validator.ui/META-INF/MANIFEST.MF 2011-05-07
00:55:10 UTC (rev 31141)
+++
trunk/struts/plugins/org.jboss.tools.struts.validator.ui/META-INF/MANIFEST.MF 2011-05-07
01:14:25 UTC (rev 31142)
@@ -8,10 +8,10 @@
Bundle-Localization: plugin
Export-Package:
org.jboss.tools.struts.validator.ui,org.jboss.tools.struts.validator.ui.adapter,org.jboss.tools.struts.validator.ui.constants,org.jboss.tools.struts.validator.ui.formset,org.jboss.tools.struts.validator.ui.formset.model,org.jboss.tools.struts.validator.ui.global,org.jboss.tools.struts.validator.ui.internal,org.jboss.tools.struts.validator.ui.wizard.depends,org.jboss.tools.struts.validator.ui.wizard.key,org.jboss.tools.struts.validator.ui
Require-Bundle: org.jboss.tools.common,
- org.eclipse.ui.views,
- org.eclipse.jface.text,
- org.eclipse.ui.workbench.texteditor,
- org.eclipse.ui,
+ org.eclipse.ui.views;bundle-version="3.6.0",
+ org.eclipse.jface.text;bundle-version="3.7.0",
+ org.eclipse.ui.workbench.texteditor;bundle-version="3.7.0",
+ org.eclipse.ui;bundle-version="3.7.0",
org.jboss.tools.common.model,
org.jboss.tools.common.model.ui,
org.jboss.tools.jst.web,
@@ -20,12 +20,12 @@
org.jboss.tools.common.text.xml,
org.jboss.tools.common.model.ui,
org.jboss.tools.struts.ui,
- org.eclipse.ui.ide,
- org.eclipse.ui.editors,
- org.eclipse.wst.sse.ui,
- org.eclipse.wst.xml.ui,
- org.eclipse.core.resources,
- org.eclipse.core.runtime
+ org.eclipse.ui.ide;bundle-version="3.7.0",
+ org.eclipse.ui.editors;bundle-version="3.7.0",
+ org.eclipse.wst.sse.ui;bundle-version="1.3.0",
+ org.eclipse.wst.xml.ui;bundle-version="1.1.200",
+ org.eclipse.core.resources;bundle-version="3.7.100",
+ org.eclipse.core.runtime;bundle-version="3.7.0"
Bundle-Version: 3.1.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Modified: trunk/struts/plugins/org.jboss.tools.struts.verification/META-INF/MANIFEST.MF
===================================================================
---
trunk/struts/plugins/org.jboss.tools.struts.verification/META-INF/MANIFEST.MF 2011-05-07
00:55:10 UTC (rev 31141)
+++
trunk/struts/plugins/org.jboss.tools.struts.verification/META-INF/MANIFEST.MF 2011-05-07
01:14:25 UTC (rev 31142)
@@ -5,14 +5,14 @@
Bundle-SymbolicName: org.jboss.tools.struts.verification;singleton:=true
Bundle-Localization: plugin
Export-Package: org.jboss.tools.struts.verification
-Require-Bundle: org.eclipse.core.resources,
- org.eclipse.core.runtime,
- org.eclipse.jdt.core,
+Require-Bundle: org.eclipse.core.resources;bundle-version="3.7.100",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.jdt.core;bundle-version="3.7.0",
org.jboss.tools.common.model,
org.jboss.tools.jst.web,
org.jboss.tools.common.verification,
org.jboss.tools.struts,
- org.eclipse.ui,
+ org.eclipse.ui;bundle-version="3.7.0",
org.jboss.tools.jst.web.verification
Bundle-Version: 3.1.0.qualifier
Bundle-Activator: org.jboss.tools.struts.verification.StrutsVerificationPlugin