SEC-998: Bundlor enabled in web, ldap, config and core modules

This commit is contained in:
Luke Taylor
2009-04-24 09:12:53 +00:00
parent 30fe9a0935
commit 22e7142f45
10 changed files with 148 additions and 9 deletions

View File

@@ -107,4 +107,13 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>
</plugin>
</plugins>
</build>
</project>

23
config/template.mf Normal file
View File

@@ -0,0 +1,23 @@
Bundle-SymbolicName: org.springframework.security.config
Bundle-Name: Spring Security Namespace Configuration
Bundle-Vendor: SpringSource
Bundle-Version: ${version}
Bundle-ManifestVersion: 2
Ignored-Existing-Headers:
Import-Package,
Export-Package
Import-Template:
org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
org.springframework.security.access.*;version="[${version}, 3.1.0)",
org.springframework.security.authentication.*;version="[${version}, 3.1.0)",
org.springframework.security.core.*;version="[${version}, 3.1.0)",
org.springframework.security.util;version="[${version}, 3.1.0)",
org.springframework.security.web.*;version="[${version}, 3.1.0)";resolution:=optional,
org.springframework.aop.*;version="[3.0.0, 3.1.0)";resolution:=optional,
org.springframework.beans.*;version="[3.0.0, 3.1.0)",
org.springframework.context.*;version="[3.0.0, 3.1.0)",
org.springframework.core.*;version="[3.0.0, 3.1.0)",
org.springframework.util.*;version="[3.0.0, 3.1.0)",
javax.servlet;version="0";resolution:=optional,
javax.naming.directory;version="0";resolution:=optional,
org.w3c.dom;version="0";resolution:=optional