Files
spring-ws/security/template.mf
2010-05-20 10:18:13 +00: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="[1.1.0, 2.0.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.5.8, 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="[2.0.0, 3.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