Files
spring-ws/spring-ws-security/template.mf
Arjen Poutsma 843ca6d2ef Migrated to Gradle build
This commit migrates from a Maven-based build system to a Gradle-based
one. Changes include:

- Removed archetype & parent
- Renamed core, support, test, security and xml directories to
  spring-ws-core, spring-ws-test, spring-ws-security, spring-xml
  respectively.
- Moved samples to separate project
  (https://github.com/spring-projects/spring-ws-samples)
2013-11-25 10:57:26 +01:00

30 lines
1.3 KiB
Plaintext

Bundle-SymbolicName: org.springframework.ws.soap.security
Bundle-Name: Spring Web Services SOAP Security
Bundle-Vendor: SpringSource
Bundle-Version: ${osgi.version}
Bundle-ManifestVersion: 2
Import-Template:
com.sun.xml.wss.*;version="0",
javax.crypto.*;version="0",
javax.security.auth.*;version="0",
javax.xml.namespace.*;version="0",
javax.xml.soap.*;version="0";resolution:=optional,
net.sf.ehcache.*;version="2.0.0";resolution:=optional,
org.apache.axiom.*;version="[1.2.5, 2.0.0)";resolution:=optional,
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
org.apache.ws.security.*;version="[1.6.5, 2.0.0)";resolution:=optional,
org.apache.xml.security.*;version="[1.0.5.D2, 2.0.0)";resolution:=optional,
org.springframework.beans.*;version=${spring.framework.osgi.range},
org.springframework.context.*;version=${spring.framework.osgi.range},
org.springframework.core.*;version=${spring.framework.osgi.range},
org.springframework.dao.*;version=${spring.framework.osgi.range},
org.springframework.security.*;version="[3.1.0, 4.0.0)",
org.springframework.util.*;version=${spring.framework.osgi.range},
org.springframework.ws.*;version=${osgi.range},
org.w3c.dom.*;version="0"
Ignored-Existing-Headers:
Bnd-LastModified,
Import-Package,
Export-Package,
Tool