X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=security%2Fmodules%2Forg.argeo.security.webapp%2FMETA-INF%2FMANIFEST.MF;h=17aa6435d08403a66acb6b2f962c86d621ad8e77;hb=649318725d952a887d988ddb5dd84e4ffee39e9c;hp=124179eb3ea50c6582dc84a689b4a71e20e92145;hpb=38ba7a02ad1cbab307987a92417762923a55a6b2;p=lgpl%2Fargeo-commons.git diff --git a/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF b/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF index 124179eb3..17aa6435d 100644 --- a/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF +++ b/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF @@ -1,21 +1,23 @@ -Web-ContextPath: org.argeo.security.webapp Bundle-SymbolicName: org.argeo.security.webapp -Bundle-Version: 0.1.1.SNAPSHOT +Bundle-Version: 0.3.1.SNAPSHOT +Web-ContextPath: org.argeo.security.webapp Import-Package: javax.servlet, javax.servlet.http, javax.servlet.resources, + org.argeo.security, org.argeo.security.mvc, - org.argeo.server.json.mvc, + org.argeo.server.json, + org.argeo.server.mvc, + org.springframework.ldap.core.support, org.springframework.osgi.web.context.support, - org.springframework.security.userdetails.memory, + org.springframework.security, + org.springframework.security.config, + org.springframework.security.ui, + org.springframework.security.ui.rememberme;specification-version="2.0.4.A", + org.springframework.security.ui.webapp, + org.springframework.security.userdetails;specification-version="2.0.4.A", org.springframework.web.context, org.springframework.web.context.support, org.springframework.web.filter, - org.springframework.web.servlet, - org.springframework.security.ldap, - org.springframework.security.providers.ldap, - org.springframework.security.providers.ldap.authenticator, - org.springframework.security.ldap.populator, - org.springframework.security.userdetails.ldap, - org.springframework.security, - org.springframework.ldap.core.support + org.springframework.web.servlet +Bundle-Name: Security Webapp