Remove unnecessary imports
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 14 Feb 2015 17:47:46 +0000 (17:47 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 14 Feb 2015 17:47:46 +0000 (17:47 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@7879 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.security.ui.rap/bnd.bnd

index bbccd8db5ca4838bb32a46fa4cff97f9a4004ab0..936bb63ff3b7765aafa28d3aeaa261cf434c0324 100644 (file)
@@ -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,\
 *