X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui.rcp%2Fbnd.bnd;fp=org.argeo.eclipse.ui.rcp%2Fbnd.bnd;h=4fd32e8c86eab5b2eb580cc1fee77925fa7b1649;hb=ded125237585a2b9022607f0864ed2a4bfe9f257;hp=8e43cdfdf6f63ac9da3972cd90ac4907bdfb88b0;hpb=9761b519d89f11b793ecd720f5e2a8a8fe61af3b;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui.rcp/bnd.bnd b/org.argeo.eclipse.ui.rcp/bnd.bnd index 8e43cdfdf..4fd32e8c8 100644 --- a/org.argeo.eclipse.ui.rcp/bnd.bnd +++ b/org.argeo.eclipse.ui.rcp/bnd.bnd @@ -1,11 +1,18 @@ -Bundle-ActivationPolicy: lazy -Bundle-Activator: org.argeo.eclipse.ui.ArgeoUiPlugin -Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime -Import-Package: org.springframework.beans.factory,\ -org.springframework.core.io.support,\ -org.apache.commons.io,\ -org.argeo,\ -!org.eclipse.core.runtime,\ -!org.eclipse.core.commands,\ -!org.eclipse.ui.plugin,\ -* +Require-Bundle: org.eclipse.ui,\ + org.eclipse.core.runtime +Import-Package: org.apache.commons.io,\ + org.argeo,\ + org.eclipse.core.commands,\ + org.eclipse.swt.widgets;version="[0,4.0)",\ + org.springframework.beans.factory,\ + org.springframework.core.io.support,\ + !org.eclipse.core.runtime,\ + !org.eclipse.ui.plugin,\ + * + + +# Was !org.eclipse.core.commands,\ why ? + +#Bundle-Activator: org.argeo.eclipse.ui.ArgeoUiPlugin +#Bundle-ActivationPolicy: lazy +#Ignore-Package: org.eclipse.core.commands \ No newline at end of file