X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui%2Fbnd.bnd;h=32bfbc1ade358b5ec61d7a6a49249eeaa260fb7f;hb=01aff2be26028d6cf8c3ec50d2f663a0e8bdf7e0;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=e61dd9dda88354091625cca85aa7c96d196688b3;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui/bnd.bnd b/org.argeo.eclipse.ui/bnd.bnd index e69de29bb..32bfbc1ad 100644 --- a/org.argeo.eclipse.ui/bnd.bnd +++ b/org.argeo.eclipse.ui/bnd.bnd @@ -0,0 +1,22 @@ +Require-Bundle: org.eclipse.core.runtime +Import-Package: org.eclipse.core.commands,\ + org.eclipse.jface.window,\ + 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.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,\