X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=security%2Fmodules%2Forg.argeo.security.webapp%2FMETA-INF%2FMANIFEST.MF;h=0b06dfbe372c4d4883fb50669a4dce1ca7421b12;hb=f03e9f93e6a1f616b0271a97a20c8a8ec7212ca0;hp=74c67491f46744a902172d166b88b84a8c92d45d;hpb=00ae7654c948e62c35ef88e7d8d528965d5e0371;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 74c67491f..0b06dfbe3 100644 --- a/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF +++ b/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF @@ -1,18 +1,23 @@ Bundle-SymbolicName: org.argeo.security.webapp -Bundle-Version: 0.1.1.SNAPSHOT +Bundle-Version: 0.1.3.SNAPSHOT +Web-ContextPath: org.argeo.security.webapp Import-Package: javax.servlet, javax.servlet.http, javax.servlet.resources, org.argeo.security, - org.argeo.security.dao, org.argeo.security.mvc, org.argeo.server.json, org.argeo.server.mvc, org.springframework.ldap.core.support, 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 -Web-ContextPath: org.argeo.security.webapp +Bundle-Name: Security Webapp