X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui.workbench%2Fbnd.bnd;h=e2e2268129c214511644874c70658162f713bc55;hb=48bdfbf2c282db5cbb04730ff8a085bf4ac0d566;hp=cc75c057ef7acc021dd8b2395e8ed74391151abb;hpb=ded125237585a2b9022607f0864ed2a4bfe9f257;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui.workbench/bnd.bnd b/org.argeo.eclipse.ui.workbench/bnd.bnd index cc75c057e..e2e226812 100644 --- a/org.argeo.eclipse.ui.workbench/bnd.bnd +++ b/org.argeo.eclipse.ui.workbench/bnd.bnd @@ -3,15 +3,16 @@ 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.argeo.eclipse.spring,\ - org.eclipse.swt.widgets;version="[0,1)",\ - org.osgi.framework;version="[1.5,2)",\ - org.osgi.service.packageadmin,\ - org.springframework.beans.factory,\ - org.springframework.core.io.support,\ - * +org.eclipse.swt.widgets,\ +org.osgi.framework,\ +org.osgi.service.packageadmin,\ +org.osgi.util.tracker,\ +org.springframework.beans.factory,\ +org.springframework.core.io.support,\ +!org.eclipse.core.runtime,\ +*