From: Mathieu Baudier Date: Sat, 14 Feb 2015 17:47:46 +0000 (+0000) Subject: Remove unnecessary imports X-Git-Tag: argeo-commons-2.1.30~348 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=1e8d03525c14121825631d46427537bff9f65e2f;p=lgpl%2Fargeo-commons.git Remove unnecessary imports git-svn-id: https://svn.argeo.org/commons/trunk@7879 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/org.argeo.security.ui.rap/bnd.bnd b/org.argeo.security.ui.rap/bnd.bnd index bbccd8db5..936bb63ff 100644 --- a/org.argeo.security.ui.rap/bnd.bnd +++ b/org.argeo.security.ui.rap/bnd.bnd @@ -3,10 +3,7 @@ Bundle-Activator: org.argeo.security.ui.rap.SecureRapActivator Bundle-ActivationPolicy: lazy Require-Bundle: org.eclipse.rap.ui,org.eclipse.core.runtime -Import-Package: org.argeo.security.core,\ -org.springframework.security.authentication.jaas,\ -org.springframework.core,\ -org.argeo.eclipse.spring,\ +Import-Package: org.argeo.eclipse.spring,\ org.argeo.eclipse.ui.specific,\ org.argeo.cms,\ *