X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=security%2Fmodules%2Forg.argeo.security.webapp%2FMETA-INF%2FMANIFEST.MF;h=4df4ae832a29d6b033a011dab87f2a7e5323b1ed;hb=dd57224ab51cc377dd7dfb34487f95f16895baaf;hp=35682dd8e6d6c52a37a80e7cc5d6a6ea9289dbd1;hpb=727a852dcd2a6e80b11ae71ca37f50d202baae5c;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 35682dd8e..4df4ae832 100644 --- a/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF +++ b/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF @@ -1,17 +1,19 @@ Bundle-SymbolicName: org.argeo.security.webapp -Bundle-Version: 0.1.1.SNAPSHOT +Bundle-Version: 0.1.2.SNAPSHOT +Web-ContextPath: org.argeo.security.webapp Import-Package: javax.servlet, javax.servlet.http, javax.servlet.resources, - org.argeo.security.dao, + org.argeo.security, 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.webapp, org.springframework.web.context, org.springframework.web.context.support, org.springframework.web.filter, org.springframework.web.servlet -Web-ContextPath: org.argeo.security.webapp