X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui%2Fbnd.bnd;h=b836fc0e90659066d63787e393d69a12d8b769fa;hb=6e6286a551d04ee0993dc7930bd9744f7c9df10e;hp=ca6aaf028448a0eae12f65a13b8e17408377d0c2;hpb=ded125237585a2b9022607f0864ed2a4bfe9f257;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui/bnd.bnd b/org.argeo.eclipse.ui/bnd.bnd index ca6aaf028..b836fc0e9 100644 --- a/org.argeo.eclipse.ui/bnd.bnd +++ b/org.argeo.eclipse.ui/bnd.bnd @@ -1,15 +1,5 @@ -Bundle-ActivationPolicy: lazy -#Bundle-SymbolicName: org.argeo.eclipse.ui;singleton:=true -#Bundle-Activator: org.argeo.eclipse.ui.ArgeoUiPlugin -Require-Bundle: org.eclipse.ui;resolution:=optional,\ - org.eclipse.rap.ui;resolution:=optional,\ - org.eclipse.core.runtime -Import-Package: 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.util.tracker;version="[1.4,2)",\ - !org.eclipse.core.runtime,\ - !org.eclipse.core.commands,\ - !org.eclipse.ui.plugin,\ +Import-Package: javax.jcr.nodetype,\ + org.eclipse.swt,\ + org.eclipse.jface.window,\ + org.eclipse.core.commands.common,\ *