]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF
Improve LDAP security DAO
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.webapp / META-INF / MANIFEST.MF
1 Bundle-SymbolicName: org.argeo.security.webapp
2 Bundle-Version: 0.2.3.SNAPSHOT
3 Web-ContextPath: org.argeo.security.webapp
4 Import-Package: javax.servlet,
5 javax.servlet.http,
6 javax.servlet.resources,
7 org.argeo.security,
8 org.argeo.security.mvc,
9 org.argeo.server.json,
10 org.argeo.server.mvc,
11 org.springframework.ldap.core.support,
12 org.springframework.osgi.web.context.support,
13 org.springframework.security,
14 org.springframework.security.config,
15 org.springframework.security.ui,
16 org.springframework.security.ui.rememberme;specification-version="2.0.4.A",
17 org.springframework.security.ui.webapp,
18 org.springframework.security.userdetails;specification-version="2.0.4.A",
19 org.springframework.web.context,
20 org.springframework.web.context.support,
21 org.springframework.web.filter,
22 org.springframework.web.servlet
23 Bundle-Name: Security Webapp