X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui.workbench%2Fbnd.bnd;h=cc95c7652b641651a755806b78631061259fab53;hb=559786a622e24c7d213960a7873e105db82a03ab;hp=12e9e59eb97a04ea0cdd01faf8a47ec153687164;hpb=21a4ea1fb5380ce1dd763c1ea09067cdd2dfd0f3;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui.workbench/bnd.bnd b/org.argeo.eclipse.ui.workbench/bnd.bnd index 12e9e59eb..cc95c7652 100644 --- a/org.argeo.eclipse.ui.workbench/bnd.bnd +++ b/org.argeo.eclipse.ui.workbench/bnd.bnd @@ -3,14 +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.argeo.eclipse.spring,\ - org.osgi.framework,\ - org.osgi.service.packageadmin,\ - org.springframework.beans.factory,\ - org.springframework.core.io.support,\ - * +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,\ +*