X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui.workbench%2Fbnd.bnd;h=26b6cf263fa122c9c17b138c8857caf01d784bfb;hb=b7954524256d1ce161ffa468b9a3051db4164253;hp=d6c44eeb98bfd7eea3ed3cc935ecb39b6a1b988c;hpb=ebc46b310bf1f44c4acbeae3d2ab8c1aeaef5eb5;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui.workbench/bnd.bnd b/org.argeo.eclipse.ui.workbench/bnd.bnd index d6c44eeb9..26b6cf263 100644 --- a/org.argeo.eclipse.ui.workbench/bnd.bnd +++ b/org.argeo.eclipse.ui.workbench/bnd.bnd @@ -3,15 +3,15 @@ Bundle-ActivationPolicy: lazy Bundle-Activator: org.argeo.eclipse.ui.workbench.WorkbenchUiPlugin Require-Bundle: org.eclipse.ui;resolution:=optional,\ - org.eclipse.core.runtime,\ - org.eclipse.rap.ui;resolution:=optional,\ - org.eclipse.rap.ui.workbench;resolution:=optional +org.eclipse.core.runtime,\ +#org.eclipse.rap.ui;resolution:=optional,\ +#org.eclipse.rap.ui.workbench;resolution:=optional Import-Package: org.argeo.eclipse.ui.specific,\ - org.eclipse.swt.widgets;version="[0,1)",\ - org.osgi.framework;version="[1.5,2)",\ - org.osgi.service.packageadmin,\ - org.osgi.util.tracker;version="[1.4,2)",\ - org.springframework.beans.factory,\ - org.springframework.core.io.support,\ - * +org.eclipse.swt.widgets,\ +org.osgi.framework,\ +org.osgi.service.packageadmin,\ +!org.eclipse.core.runtime,\ +org.eclipse.swt,\ +org.eclipse.jface.window,\ +*