X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=security%2Fmodules%2Forg.argeo.security.webapp%2FMETA-INF%2FMANIFEST.MF;h=52d2cd87391ee0ca340164d6d9df7b07165ba598;hb=4a045d66694bcb80968158dc82344f3906fce530;hp=c7d3bc8044f76cfc01aa4f1d9ae67e37e488da60;hpb=8220766ace9f3bde3a9d69890cd8307c34fe8ddd;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 c7d3bc804..52d2cd873 100644 --- a/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF +++ b/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF @@ -1,16 +1,21 @@ 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.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, + org.springframework.security.config, + org.springframework.security.ui, + org.springframework.security.ui.webapp, org.springframework.web.context, org.springframework.web.context.support, org.springframework.web.filter, - org.springframework.web.servlet, - org.argeo.security.dao -Web-ContextPath: org.argeo.security.webapp + org.springframework.web.servlet +Bundle-Name: Security Webapp