X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui%2Fbnd.bnd;h=bf8d37a8f1f2eee91054c24e234470d72389ef8e;hb=ce3728415d66d84455a44c1570d8d482359e70d9;hp=c7b5f88f14cd3d567354ed0182309b870b10ab69;hpb=b2b9735344acafa8d8d688efca6aa7c4c127d01f;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui/bnd.bnd b/org.argeo.eclipse.ui/bnd.bnd index c7b5f88f1..bf8d37a8f 100644 --- a/org.argeo.eclipse.ui/bnd.bnd +++ b/org.argeo.eclipse.ui/bnd.bnd @@ -1,4 +1,3 @@ -Require-Bundle: org.eclipse.core.runtime Import-Package: org.eclipse.core.commands,\ org.eclipse.jface.window,\ org.eclipse.swt,\ @@ -7,13 +6,7 @@ Import-Package: org.eclipse.core.commands,\ org.osgi.util.tracker;version="[1.4,2)",\ org.springframework.beans.factory,\ org.springframework.core.io.support,\ + org.springframework.dao,\ + javax.jcr.nodetype,\ + org.springframework.security.core,\ * - -# 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,\