X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=security%2Fmodules%2Forg.argeo.security.webapp%2FMETA-INF%2FMANIFEST.MF;h=891eb7af9085d9620fcd3119a916b3ebb9f68c16;hb=7027af4f3bd598ab86d785d935fa784fbf5663bb;hp=4df4ae832a29d6b033a011dab87f2a7e5323b1ed;hpb=dd57224ab51cc377dd7dfb34487f95f16895baaf;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 4df4ae832..891eb7af9 100644 --- a/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF +++ b/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF @@ -1,5 +1,5 @@ Bundle-SymbolicName: org.argeo.security.webapp -Bundle-Version: 0.1.2.SNAPSHOT +Bundle-Version: 0.3.2 Web-ContextPath: org.argeo.security.webapp Import-Package: javax.servlet, javax.servlet.http, @@ -12,8 +12,12 @@ Import-Package: javax.servlet, org.springframework.osgi.web.context.support, 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 +Bundle-Name: Security Webapp