Author: dgolovin
Date: 2011-09-22 18:18:15 -0400 (Thu, 22 Sep 2011)
New Revision: 34976
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/META-INF/MANIFEST.MF
Log:
fix for vpe tests to force install xulrunner optional plugins if they are available from
local of remote repo
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 2011-09-22
21:50:43 UTC (rev 34975)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/META-INF/MANIFEST.MF 2011-09-22
22:18:15 UTC (rev 34976)
@@ -8,10 +8,10 @@
org.eclipse.core.runtime;bundle-version="3.7.0",
org.mozilla.xpcom;bundle-version="1.9.1",
org.jboss.tools.common,
- 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
+ org.mozilla.xulrunner.cocoa.macosx;resolution:=optional;x-installation:=greedy,
+ org.mozilla.xulrunner.gtk.linux.x86;resolution:=optional;x-installation:=greedy,
+ org.mozilla.xulrunner.gtk.linux.x86_64;resolution:=optional;x-installation:=greedy,
+ org.mozilla.xulrunner.win32.win32.x86;resolution:=optional;x-installation:=greedy
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",
Show replies by date