[jbosstools-commits] JBoss Tools SVN: r23567 - in trunk/vpe/plugins: org.jboss.tools.vpe.html/META-INF and 2 other directories.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Jul 19 16:22:30 EDT 2010
Author: nickboldt
Date: 2010-07-19 16:22:29 -0400 (Mon, 19 Jul 2010)
New Revision: 23567
Modified:
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
Log:
remove version ranges to support xulrunner 1.9.2
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/META-INF/MANIFEST.MF 2010-07-19 20:13:04 UTC (rev 23566)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/META-INF/MANIFEST.MF 2010-07-19 20:22:29 UTC (rev 23567)
@@ -49,7 +49,7 @@
org.eclipse.ui.views,
org.eclipse.ui.ide,
org.jboss.tools.vpe.xulrunner,
- org.mozilla.xpcom;bundle-version="1.9.1",
+ org.mozilla.xpcom,
org.eclipse.draw2d,
org.jboss.tools.jst.web;visibility:=reexport,
org.jboss.tools.vpe.resref,
@@ -57,9 +57,9 @@
org.jboss.tools.common.el.ui,
org.jboss.tools.jst.web.kb,
org.eclipse.jdt.ui,
- org.eclipse.wst.sse.ui;bundle-version="1.1.100",
- org.eclipse.wst.sse.core;bundle-version="1.1.400",
- org.eclipse.core.expressions;bundle-version="3.4.100",
- org.jboss.tools.common.model.ui;bundle-version="2.0.0"
+ org.eclipse.wst.sse.ui,
+ org.eclipse.wst.sse.core,
+ org.eclipse.core.expressions,
+ org.jboss.tools.common.model.ui
Bundle-Version: 3.2.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
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 2010-07-19 20:13:04 UTC (rev 23566)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.html/META-INF/MANIFEST.MF 2010-07-19 20:22:29 UTC (rev 23567)
@@ -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.mozilla.xpcom,
org.jboss.tools.jst.jsp,
org.jboss.tools.common,
- org.eclipse.jface.text;bundle-version="3.5.0",
+ org.eclipse.jface.text,
org.jboss.tools.vpe.xulrunner
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
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 2010-07-19 20:13:04 UTC (rev 23566)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.jsp/META-INF/MANIFEST.MF 2010-07-19 20:22:29 UTC (rev 23567)
@@ -8,7 +8,7 @@
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.jboss.tools.vpe,
- org.mozilla.xpcom;bundle-version="1.9.1",
+ org.mozilla.xpcom,
org.eclipse.core.resources,
org.jboss.tools.jst.jsp,
org.jboss.tools.common
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 2010-07-19 20:13:04 UTC (rev 23566)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/META-INF/MANIFEST.MF 2010-07-19 20:22:29 UTC (rev 23567)
@@ -6,13 +6,13 @@
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.mozilla.xpcom,
org.jboss.tools.common,
- org.mozilla.xulrunner.carbon.macosx;bundle-version="1.9.1";resolution:=optional,
- org.mozilla.xulrunner.cocoa.macosx;bundle-version="1.9.1";resolution:=optional,
- org.mozilla.xulrunner.gtk.linux.x86;bundle-version="1.9.1";resolution:=optional,
- org.mozilla.xulrunner.gtk.linux.x86_64;bundle-version="1.9.1";resolution:=optional,
- org.mozilla.xulrunner.win32.win32.x86;bundle-version="1.9.1";resolution:=optional
+ org.mozilla.xulrunner.carbon.macosx;resolution:=optional,
+ org.mozilla.xulrunner.cocoa.macosx;resolution:=optional,
+ org.mozilla.xulrunner.gtk.linux.x86;resolution:=optional,
+ org.mozilla.xulrunner.gtk.linux.x86_64;resolution:=optional,
+ org.mozilla.xulrunner.win32.win32.x86;resolution:=optional
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.vpe.xulrunner;uses:="org.eclipse.jface.resource,org.eclipse.ui.plugin,org.osgi.framework",
org.jboss.tools.vpe.xulrunner.browser;uses:="org.mozilla.interfaces,org.eclipse.swt.widgets,org.mozilla.xpcom",
More information about the jbosstools-commits
mailing list