Author: nickboldt
Date: 2009-11-17 13:59:50 -0500 (Tue, 17 Nov 2009)
New Revision: 18721
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:
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
17:04:35 UTC (rev 18720)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/META-INF/MANIFEST.MF 2009-11-17
18:59:50 UTC (rev 18721)
@@ -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
17:04:35 UTC (rev 18720)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/META-INF/MANIFEST.MF 2009-11-17
18:59:50 UTC (rev 18721)
@@ -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 17:04:35
UTC (rev 18720)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF 2009-11-17 18:59:50
UTC (rev 18721)
@@ -9,7 +9,6 @@
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,
@@ -26,5 +25,6 @@
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.jboss.tools.jst.web.tld,
+ org.mozilla.xpcom;version="[1.9.1,2.0.0)"
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
17:04:35 UTC (rev 18720)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/META-INF/MANIFEST.MF 2009-11-17
18:59:50 UTC (rev 18721)
@@ -9,7 +9,6 @@
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,
@@ -19,5 +18,6 @@
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.jsf.vpe.jstl.template
Bundle-Localization: plugin
-Import-Package: org.jboss.tools.jst.web.tld
+Import-Package: org.jboss.tools.jst.web.tld,
+ org.mozilla.xpcom;version="[1.9.1,2.0.0)"
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
17:04:35 UTC (rev 18720)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/META-INF/MANIFEST.MF 2009-11-17
18:59:50 UTC (rev 18721)
@@ -9,7 +9,6 @@
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
@@ -18,3 +17,4 @@
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
17:04:35 UTC (rev 18720)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/META-INF/MANIFEST.MF 2009-11-17
18:59:50 UTC (rev 18721)
@@ -13,7 +13,6 @@
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
@@ -23,3 +22,4 @@
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
17:04:35 UTC (rev 18720)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/META-INF/MANIFEST.MF 2009-11-17
18:59:50 UTC (rev 18721)
@@ -13,7 +13,6 @@
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
@@ -21,3 +20,4 @@
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
17:04:35 UTC (rev 18720)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/META-INF/MANIFEST.MF 2009-11-17
18:59:50 UTC (rev 18721)
@@ -17,7 +17,6 @@
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",
@@ -27,3 +26,4 @@
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
17:04:35 UTC (rev 18720)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/META-INF/MANIFEST.MF 2009-11-17
18:59:50 UTC (rev 18721)
@@ -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.mozilla.xpcom;bundle-version="1.9.1"
+ org.jboss.tools.vpe.xulrunner
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
17:04:35 UTC (rev 18720)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF 2009-11-17
18:59:50 UTC (rev 18721)
@@ -15,7 +15,6 @@
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,
@@ -34,7 +33,4 @@
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
17:04:35 UTC (rev 18720)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF 2009-11-17
18:59:50 UTC (rev 18721)
@@ -18,7 +18,6 @@
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",
@@ -29,3 +28,4 @@
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
17:04:35 UTC (rev 18720)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/META-INF/MANIFEST.MF 2009-11-17
18:59:50 UTC (rev 18721)
@@ -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.mozilla.xpcom;bundle-version="1.9.1"
+ org.jboss.tools.vpe.xulrunner
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 17:04:35 UTC
(rev 18720)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/META-INF/MANIFEST.MF 2009-11-17 18:59:50 UTC
(rev 18721)
@@ -49,7 +49,6 @@
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,
@@ -63,3 +62,4 @@
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 17:04:35
UTC (rev 18720)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.html/META-INF/MANIFEST.MF 2009-11-17 18:59:50
UTC (rev 18721)
@@ -8,7 +8,6 @@
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"
@@ -16,3 +15,4 @@
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 17:04:35 UTC
(rev 18720)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.jsp/META-INF/MANIFEST.MF 2009-11-17 18:59:50 UTC
(rev 18721)
@@ -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
17:04:35 UTC (rev 18720)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/META-INF/MANIFEST.MF 2009-11-17
18:59:50 UTC (rev 18721)
@@ -6,7 +6,6 @@
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",
@@ -17,3 +16,5 @@
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 17:04:35
UTC (rev 18720)
+++ trunk/vpe/tests/org.jboss.tools.vpe.html.test/META-INF/MANIFEST.MF 2009-11-17 18:59:50
UTC (rev 18721)
@@ -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 17:04:35
UTC (rev 18720)
+++ trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/META-INF/MANIFEST.MF 2009-11-17 18:59:50
UTC (rev 18721)
@@ -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.mozilla.xpcom;bundle-version="1.9.1"
+ org.jboss.tools.vpe.xulrunner
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
17:04:35 UTC (rev 18720)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF 2009-11-17
18:59:50 UTC (rev 18721)
@@ -19,7 +19,6 @@
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",
@@ -27,7 +26,7 @@
Eclipse-RegisterBuddy: org.apache.log4j
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: junit.framework
+Import-Package: junit.framework,
+ org.mozilla.xpcom;version="[1.9.1,2.0.0)"
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 17:04:35
UTC (rev 18720)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF 2009-11-17 18:59:50
UTC (rev 18721)
@@ -16,7 +16,6 @@
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,
@@ -31,4 +30,5 @@
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.jboss.tools.vpe.resref.core
+Import-Package: org.jboss.tools.vpe.resref.core,
+ org.mozilla.xpcom;version="[1.9.1,2.0.0)"
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
17:04:35 UTC (rev 18720)
+++ trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/META-INF/MANIFEST.MF 2009-11-17
18:59:50 UTC (rev 18721)
@@ -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)"