X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=security%2Fmodules%2Forg.argeo.security.webapp%2FMETA-INF%2FMANIFEST.MF;h=380fe85673e3c83cbec3ab8e57b001f3ecf614c7;hb=c00986345578db1fdd69b18ad5f7ddf261e1a1a0;hp=805536e81bc5fc52840f0f894c8395638d94f390;hpb=b00a7e9898ea2819100290cab22bf614e23a3abf;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 805536e81..380fe8567 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,6 @@ 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, @@ -10,8 +11,10 @@ Import-Package: javax.servlet, 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 -Web-ContextPath: org.argeo.security.webapp