Author: nickboldt
Date: 2009-11-17 14:46:05 -0500 (Tue, 17 Nov 2009)
New Revision: 18723
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/META-INF/MANIFEST.MF
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/META-INF/MANIFEST.MF
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/META-INF/MANIFEST.MF
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/META-INF/MANIFEST.MF
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/META-INF/MANIFEST.MF
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/META-INF/MANIFEST.MF
trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/META-INF/MANIFEST.MF
trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/META-INF/MANIFEST.MF
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/META-INF/MANIFEST.MF
trunk/vpe/plugins/org.jboss.tools.vpe.html/META-INF/MANIFEST.MF
trunk/vpe/plugins/org.jboss.tools.vpe.jsp/META-INF/MANIFEST.MF
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/META-INF/MANIFEST.MF
trunk/vpe/plugins/org.jboss.tools.vpe/META-INF/MANIFEST.MF
trunk/vpe/tests/org.jboss.tools.vpe.html.test/META-INF/MANIFEST.MF
trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/META-INF/MANIFEST.MF
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF
trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/META-INF/MANIFEST.MF
Log:
revert (switch from Require-Bundle: 1.9.1 to Import-Package [1.9.1,2.0.0))
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/META-INF/MANIFEST.MF 2009-11-17
19:13:46 UTC (rev 18722)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/META-INF/MANIFEST.MF 2009-11-17
19:46:05 UTC (rev 18723)
@@ -9,10 +9,10 @@
org.eclipse.ui,
org.eclipse.core.runtime,
org.jboss.tools.jst.jsp,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.jboss.tools.jsf.vpe.richfaces;bundle-version="2.1.0",
org.jboss.tools.jsf.vpe.jsf;bundle-version="2.1.0",
org.eclipse.jface.text;bundle-version="3.5.0"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor.0
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/META-INF/MANIFEST.MF 2009-11-17
19:13:46 UTC (rev 18722)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/META-INF/MANIFEST.MF 2009-11-17
19:46:05 UTC (rev 18723)
@@ -13,9 +13,9 @@
org.jboss.tools.vpe,
org.eclipse.core.resources,
org.jboss.tools.jst.jsp,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.eclipse.jface.text;bundle-version="3.5.0"
Export-Package: org.jboss.tools.jsf.vpe.facelets,
org.jboss.tools.jsf.vpe.facelets.template
Bundle-Version: 2.1.0
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF 2009-11-17 19:13:46
UTC (rev 18722)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF 2009-11-17 19:46:05
UTC (rev 18723)
@@ -9,6 +9,7 @@
org.eclipse.core.runtime,
org.jboss.tools.common,
org.jboss.tools.vpe,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.jboss.tools.jst.web,
org.jboss.tools.jst.jsp,
org.eclipse.wst.sse.core,
@@ -25,6 +26,5 @@
org.jboss.tools.jsf.vpe.jsf.template.util.model
Bundle-Localization: plugin
Import-Package: org.eclipse.wst.sse.ui,
- org.jboss.tools.jst.web.tld,
- org.mozilla.xpcom;version="[1.9.1,2.0.0)"
+ org.jboss.tools.jst.web.tld
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/META-INF/MANIFEST.MF 2009-11-17
19:13:46 UTC (rev 18722)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/META-INF/MANIFEST.MF 2009-11-17
19:46:05 UTC (rev 18723)
@@ -9,6 +9,7 @@
org.eclipse.core.runtime,
org.jboss.tools.common,
org.jboss.tools.vpe,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.jboss.tools.jst.jsp,
org.eclipse.wst.sse.core,
org.eclipse.jst.jsp.core,
@@ -18,6 +19,5 @@
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.jsf.vpe.jstl.template
Bundle-Localization: plugin
-Import-Package: org.jboss.tools.jst.web.tld,
- org.mozilla.xpcom;version="[1.9.1,2.0.0)"
+Import-Package: org.jboss.tools.jst.web.tld
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/META-INF/MANIFEST.MF 2009-11-17
19:13:46 UTC (rev 18722)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/META-INF/MANIFEST.MF 2009-11-17
19:46:05 UTC (rev 18723)
@@ -9,6 +9,7 @@
org.eclipse.core.runtime,
org.jboss.tools.common,
org.jboss.tools.vpe,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.jboss.tools.jst.jsp,
org.eclipse.jface.text;bundle-version="3.5.0"
Bundle-ActivationPolicy: lazy
@@ -17,4 +18,3 @@
Bundle-ClassPath: jsf-vpe-myfaces.jar
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/META-INF/MANIFEST.MF 2009-11-17
19:13:46 UTC (rev 18722)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/META-INF/MANIFEST.MF 2009-11-17
19:46:05 UTC (rev 18723)
@@ -13,6 +13,7 @@
org.eclipse.wst.sse.ui,
org.eclipse.ui.workbench.texteditor,
org.eclipse.ui.ide,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.eclipse.wst.sse.core,
org.jboss.tools.vpe.xulrunner
Bundle-ActivationPolicy: lazy
@@ -22,4 +23,3 @@
Export-Package: org.jboss.tools.jsf.vpe.richfaces,
org.jboss.tools.jsf.vpe.richfaces.template.util
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/META-INF/MANIFEST.MF 2009-11-17
19:13:46 UTC (rev 18722)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/META-INF/MANIFEST.MF 2009-11-17
19:46:05 UTC (rev 18723)
@@ -13,6 +13,7 @@
org.eclipse.wst.sse.ui,
org.eclipse.ui.workbench.texteditor,
org.eclipse.ui.ide,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.jboss.tools.jsf.vpe.jsf;bundle-version="2.1.0",
org.eclipse.jface.text;bundle-version="3.5.0"
Bundle-Vendor: %Bundle-Vendor.0
@@ -20,4 +21,3 @@
Bundle-ClassPath: lib/antlr.jar,
.
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/META-INF/MANIFEST.MF 2009-11-17
19:13:46 UTC (rev 18722)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/META-INF/MANIFEST.MF 2009-11-17
19:46:05 UTC (rev 18723)
@@ -17,6 +17,7 @@
org.jboss.tools.common.model,
org.jboss.tools.vpe.xulrunner,
org.jboss.tools.jsf.vpe.ajax4jsf,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.jboss.tools.vpe.ui.test,
org.jboss.tools.vpe.resref;bundle-version="2.0.0",
org.jboss.tools.common.el.ui;bundle-version="1.0.0",
@@ -26,4 +27,3 @@
Export-Package: org.jboss.tools.jsf.vpe.ajax4jsf.test
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/META-INF/MANIFEST.MF 2009-11-17
19:13:46 UTC (rev 18722)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/META-INF/MANIFEST.MF 2009-11-17
19:46:05 UTC (rev 18723)
@@ -15,11 +15,11 @@
org.jboss.tools.vpe.ui.test,
org.jboss.tools.jst.jsp,
org.jboss.tools.jst.web,
- org.jboss.tools.vpe.xulrunner
+ org.jboss.tools.vpe.xulrunner,
+ org.mozilla.xpcom;bundle-version="1.9.1"
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.jsf.vpe.facelets.test
Bundle-ClassPath: facelets-tests.jar
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF 2009-11-17
19:13:46 UTC (rev 18722)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF 2009-11-17
19:46:05 UTC (rev 18723)
@@ -15,6 +15,7 @@
org.jboss.tools.common.text.ext,
org.jboss.tools.common.model,
org.jboss.tools.vpe.xulrunner,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.jboss.tools.vpe.ui.test;visibility:=reexport,
org.eclipse.jface.text,
org.jboss.tools.jsf.vpe.jsf,
@@ -33,4 +34,7 @@
Export-Package: org.jboss.tools.jsf.vpe.jsf.test
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"
+
+
+
+
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF 2009-11-17
19:13:46 UTC (rev 18722)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF 2009-11-17
19:46:05 UTC (rev 18723)
@@ -18,6 +18,7 @@
org.jboss.tools.common.model,
org.jboss.tools.vpe.xulrunner,
org.jboss.tools.jsf.vpe.richfaces,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.jboss.tools.vpe.ui.test,
org.jboss.tools.vpe.resref;bundle-version="2.0.0",
org.jboss.tools.common.el.ui;bundle-version="1.0.0",
@@ -28,4 +29,3 @@
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/META-INF/MANIFEST.MF 2009-11-17
19:13:46 UTC (rev 18722)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/META-INF/MANIFEST.MF 2009-11-17
19:46:05 UTC (rev 18723)
@@ -13,11 +13,11 @@
org.jboss.tools.common,
org.jboss.tools.vpe.ui.test,
org.jboss.tools.jst.jsp,
- org.jboss.tools.vpe.xulrunner
+ org.jboss.tools.vpe.xulrunner,
+ org.mozilla.xpcom;bundle-version="1.9.1"
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: vpe-seam-test.jar
Export-Package: org.jboss.tools.jsf.vpe.seam.test
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/META-INF/MANIFEST.MF 2009-11-17 19:13:46 UTC
(rev 18722)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/META-INF/MANIFEST.MF 2009-11-17 19:46:05 UTC
(rev 18723)
@@ -49,6 +49,7 @@
org.eclipse.ui.views,
org.eclipse.ui.ide,
org.jboss.tools.vpe.xulrunner,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.eclipse.draw2d,
org.jboss.tools.jst.web;visibility:=reexport,
org.jboss.tools.vpe.resref,
@@ -62,4 +63,3 @@
org.jboss.tools.common.model.ui;bundle-version="2.0.0"
Bundle-Version: 2.1.0
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.html/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.html/META-INF/MANIFEST.MF 2009-11-17 19:13:46
UTC (rev 18722)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.html/META-INF/MANIFEST.MF 2009-11-17 19:46:05
UTC (rev 18723)
@@ -8,6 +8,7 @@
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.jboss.tools.vpe,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.jboss.tools.jst.jsp,
org.jboss.tools.common,
org.eclipse.jface.text;bundle-version="3.5.0"
@@ -15,4 +16,3 @@
Bundle-Localization: plugin
Export-Package: org.jboss.tools.vpe.html.template
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.jsp/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.jsp/META-INF/MANIFEST.MF 2009-11-17 19:13:46 UTC
(rev 18722)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.jsp/META-INF/MANIFEST.MF 2009-11-17 19:46:05 UTC
(rev 18723)
@@ -8,10 +8,10 @@
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.jboss.tools.vpe,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.eclipse.core.resources,
org.jboss.tools.jst.jsp,
org.jboss.tools.common
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/META-INF/MANIFEST.MF 2009-11-17
19:13:46 UTC (rev 18722)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/META-INF/MANIFEST.MF 2009-11-17
19:46:05 UTC (rev 18723)
@@ -6,6 +6,7 @@
Bundle-Activator: org.jboss.tools.vpe.xulrunner.BrowserPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.jboss.tools.common
Bundle-ActivationPolicy: lazy
Export-Package:
org.jboss.tools.vpe.xulrunner;uses:="org.eclipse.jface.resource,org.eclipse.ui.plugin,org.osgi.framework",
@@ -16,5 +17,3 @@
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)",
- org.mozilla.interfaces;version="[1.9.1,2.0.0)"
Modified: trunk/vpe/tests/org.jboss.tools.vpe.html.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.html.test/META-INF/MANIFEST.MF 2009-11-17 19:13:46
UTC (rev 18722)
+++ trunk/vpe/tests/org.jboss.tools.vpe.html.test/META-INF/MANIFEST.MF 2009-11-17 19:46:05
UTC (rev 18723)
@@ -16,10 +16,10 @@
org.jboss.tools.common.text.ext,
org.jboss.tools.common.model,
org.jboss.tools.vpe.xulrunner,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.jboss.tools.vpe.ui.test
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: html-test.jar
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"
Modified: trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/META-INF/MANIFEST.MF 2009-11-17 19:13:46
UTC (rev 18722)
+++ trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/META-INF/MANIFEST.MF 2009-11-17 19:46:05
UTC (rev 18723)
@@ -13,11 +13,11 @@
org.jboss.tools.common,
org.jboss.tools.vpe.ui.test,
org.jboss.tools.jst.jsp,
- org.jboss.tools.vpe.xulrunner
+ org.jboss.tools.vpe.xulrunner,
+ org.mozilla.xpcom;bundle-version="1.9.1"
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.vpe.jsp.test
Bundle-ClassPath: jsp-tests.jar
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF 2009-11-17
19:13:46 UTC (rev 18722)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF 2009-11-17
19:46:05 UTC (rev 18723)
@@ -19,6 +19,7 @@
org.jboss.tools.common.text.ext;bundle-version="2.0.0",
org.jboss.tools.jst.web;bundle-version="2.0.0",
org.hamcrest;bundle-version="1.1.0",
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.jboss.tools.vpe.xulrunner;bundle-version="2.1.0",
org.eclipse.jface.text;bundle-version="3.5.0",
org.jboss.tools.jst.jsp;bundle-version="2.0.0",
@@ -26,7 +27,7 @@
Eclipse-RegisterBuddy: org.apache.log4j
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: junit.framework,
- org.mozilla.xpcom;version="[1.9.1,2.0.0)"
+Import-Package: junit.framework
Export-Package: org.jboss.tools.vpe.ui.bot.test,
org.jboss.tools.vpe.ui.bot.test.jbide
+
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF 2009-11-17 19:13:46
UTC (rev 18722)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF 2009-11-17 19:46:05
UTC (rev 18723)
@@ -16,6 +16,7 @@
org.jboss.tools.common.text.ext,
org.jboss.tools.common.model,
org.jboss.tools.vpe.xulrunner,
+ org.mozilla.xpcom;bundle-version="1.9.1",
org.jboss.tools.jst.firstrun,
org.eclipse.wst.server.core,
org.eclipse.jface.text,
@@ -30,5 +31,4 @@
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.jboss.tools.vpe.resref.core,
- org.mozilla.xpcom;version="[1.9.1,2.0.0)"
+Import-Package: org.jboss.tools.vpe.resref.core
Modified: trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/META-INF/MANIFEST.MF 2009-11-17
19:13:46 UTC (rev 18722)
+++ trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/META-INF/MANIFEST.MF 2009-11-17
19:46:05 UTC (rev 18723)
@@ -10,9 +10,9 @@
org.junit,
org.jboss.tools.common,
org.jboss.tools.vpe.xulrunner,
+ org.mozilla.xpcom;bundle-version="1.9.1"
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.vpe.xulrunner.test,
org.jboss.tools.vpe.xulrunner.view
Bundle-ClassPath: vpe-mozilla-tests.jar
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.mozilla.xpcom;version="[1.9.1,2.0.0)"