X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui%2Fbnd.bnd;h=9fe6f10f1fd995d9639c88d1de1372223997baf7;hb=b3b39d5606a0c48d64a804f4aff5459ea3addc31;hp=41f9266c98af465edd034ddcca2bb743cd1611a4;hpb=0a92e95ea4c674cf408738d57917db13f336214b;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui/bnd.bnd b/org.argeo.eclipse.ui/bnd.bnd index 41f9266c9..9fe6f10f1 100644 --- a/org.argeo.eclipse.ui/bnd.bnd +++ b/org.argeo.eclipse.ui/bnd.bnd @@ -1,9 +1,21 @@ -Bundle-ActivationPolicy: lazy -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.core.runtime,\ -!org.eclipse.core.commands,\ -!org.eclipse.ui.plugin,\ -* +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,\ + * + +# 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,\