Author: nickboldt
Date: 2009-12-09 16:40:25 -0500 (Wed, 09 Dec 2009)
New Revision: 19168
Modified:
trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.resref.ui/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF
trunk/tests/tests/org.jboss.tools.tests/META-INF/MANIFEST.MF
Log:
fix MANIFEST.MF requirement ranges
Modified: trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF 2009-12-09
21:32:46 UTC (rev 19167)
+++ trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF 2009-12-09
21:40:25 UTC (rev 19168)
@@ -22,6 +22,6 @@
org.jboss.tools.common.model,
org.jboss.tools.common.resref.core;visibility:=reexport,
org.eclipse.ui,
- org.eclipse.jdt.ui;bundle-version="3.5.0",
- org.eclipse.ltk.core.refactoring;bundle-version="3.5.0"
+ org.eclipse.jdt.ui;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.ltk.core.refactoring;bundle-version="[3.5.0,4.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF 2009-12-09
21:32:46 UTC (rev 19167)
+++ trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF 2009-12-09
21:40:25 UTC (rev 19168)
@@ -11,19 +11,19 @@
Bundle-Activator: org.jboss.tools.common.el.ui.ElUiPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.jboss.tools.common.el.core;bundle-version="2.0.0",
- org.jboss.tools.common.resref.ui;bundle-version="1.0.0",
- org.eclipse.core.resources;bundle-version="3.4.0",
- org.jboss.tools.common.model.ui;bundle-version="2.0.0",
- org.eclipse.ltk.core.refactoring;bundle-version="3.5.0",
- org.eclipse.jdt.ui;bundle-version="3.5.0",
- org.eclipse.search;bundle-version="3.5.0",
- org.eclipse.ui.ide;bundle-version="3.5.0",
- org.jboss.tools.jst.web.ui;bundle-version="2.0.0",
- org.eclipse.jface.text;bundle-version="3.5.0",
- org.eclipse.core.expressions;bundle-version="3.4.100",
- org.eclipse.ltk.ui.refactoring;bundle-version="3.4.100",
- org.jboss.tools.common.ui;bundle-version="1.0.0",
+ org.jboss.tools.common.el.core;bundle-version="[2.0.0,3.0.0)",
+ org.jboss.tools.common.resref.ui;bundle-version="[1.0.0,3.0.0)",
+ org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
+ org.jboss.tools.common.model.ui;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.ltk.core.refactoring;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.jdt.ui;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.search;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",
+ org.jboss.tools.jst.web.ui;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.core.expressions;bundle-version="[3.4.100,4.0.0)",
+ org.eclipse.ltk.ui.refactoring;bundle-version="[3.4.100,4.0.0)",
+ org.jboss.tools.common.ui;bundle-version="[1.0.0,2.0.0)",
org.eclipse.wst.xml.ui
Bundle-Vendor: %Bundle-Vendor.0
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF 2009-12-09
21:32:46 UTC (rev 19167)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF 2009-12-09
21:40:25 UTC (rev 19168)
@@ -90,6 +90,6 @@
org.eclipse.jdt.launching,
org.eclipse.wst.html.core,
org.eclipse.pde.ui,
- org.eclipse.core.expressions;bundle-version="3.4.100"
+ org.eclipse.core.expressions;bundle-version="[3.4.100,4.0.0)"
Bundle-Version: 2.0.0
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF 2009-12-09
21:32:46 UTC (rev 19167)
+++
trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF 2009-12-09
21:40:25 UTC (rev 19168)
@@ -6,7 +6,7 @@
Bundle-Activator: org.jboss.tools.common.resref.core.ResourceReferencePlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.jboss.tools.common.model;bundle-version="2.0.0"
+ org.jboss.tools.common.model;bundle-version="[2.0.0,3.0.0)"
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.common.resref.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/common/plugins/org.jboss.tools.common.resref.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.resref.ui/META-INF/MANIFEST.MF 2009-12-09
21:32:46 UTC (rev 19167)
+++ trunk/common/plugins/org.jboss.tools.common.resref.ui/META-INF/MANIFEST.MF 2009-12-09
21:40:25 UTC (rev 19168)
@@ -6,8 +6,8 @@
Bundle-Activator: org.jboss.tools.common.resref.ui.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.jboss.tools.common.model.ui;bundle-version="2.0.0",
- org.jboss.tools.common.resref.core;bundle-version="1.0.0"
+ org.jboss.tools.common.model.ui;bundle-version="[2.0.0,3.0.0)",
+ org.jboss.tools.common.resref.core;bundle-version="[1.0.0,2.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.jboss.tools.common.resref.ui
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-12-09
21:32:46 UTC (rev 19167)
+++ trunk/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF 2009-12-09
21:40:25 UTC (rev 19168)
@@ -25,8 +25,8 @@
org.eclipse.jst.jsp.core;visibility:=reexport,
org.eclipse.wst.common.modulecore;visibility:=reexport,
org.eclipse.pde.ui,
- org.jboss.tools.common.el.core;bundle-version="2.0.0",
- org.eclipse.emf.ecore;bundle-version="2.5.0",
+ org.jboss.tools.common.el.core;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.emf.ecore;bundle-version="[2.5.0,3.0.0)",
org.eclipse.wst.css.core,
org.eclipse.wst.html.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/tests/tests/org.jboss.tools.tests/META-INF/MANIFEST.MF
===================================================================
--- trunk/tests/tests/org.jboss.tools.tests/META-INF/MANIFEST.MF 2009-12-09 21:32:46 UTC
(rev 19167)
+++ trunk/tests/tests/org.jboss.tools.tests/META-INF/MANIFEST.MF 2009-12-09 21:40:25 UTC
(rev 19168)
@@ -9,7 +9,7 @@
org.eclipse.core.resources,
org.junit,
org.eclipse.ui.ide,
- org.apache.xerces;bundle-version="2.9.0"
+ org.apache.xerces;bundle-version="[2.9.0,3.0.0)"
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.test.util,
org.jboss.tools.test.util.xpl,