X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui%2Fbnd.bnd;h=65e408ddf71c592d371253804c22cb290e144bed;hb=e66b9893b0e511f8ab295e3cee42b7dc966f1597;hp=c701568ab6c483b57c8cc9e9fcfd912393f759fc;hpb=7f945886dbd3cd0cf5b0e06b481b78ba1e2c9db9;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui/bnd.bnd b/org.argeo.eclipse.ui/bnd.bnd index c701568ab..65e408ddf 100644 --- a/org.argeo.eclipse.ui/bnd.bnd +++ b/org.argeo.eclipse.ui/bnd.bnd @@ -1,19 +1,6 @@ -Require-Bundle: org.eclipse.core.runtime -Import-Package: org.eclipse.core.commands,\ - org.eclipse.jface.window, +Import-Package: javax.jcr.nodetype,\ org.eclipse.swt,\ - org.eclipse.swt.widgets;version="[0,1)",\ - org.osgi.framework;version="[1.5,2)",\ - org.osgi.util.tracker;version="[1.4,2)",\ - org.springframework.beans.factory,\ - org.springframework.core.io.support,\ + org.eclipse.jface.window,\ + org.eclipse.core.commands.common,\ + org.argeo,\ * - -# Was: -#Bundle-ActivationPolicy: lazy -#Bundle-SymbolicName: org.argeo.eclipse.ui;singleton:=true -#Bundle-Activator: org.argeo.eclipse.ui.ArgeoUiPlugin - -#!org.eclipse.core.commands,\ -# !org.eclipse.core.runtime,\ -# !org.eclipse.ui.plugin,\