Files
spring-ws/support/template.mf
2010-05-25 08:42:00 +00:00

34 lines
1.5 KiB
Plaintext

Bundle-SymbolicName: org.springframework.ws.support
Bundle-Name: Spring Web Services Support
Bundle-Vendor: SpringSource
Bundle-Version: ${osgi.version}
Bundle-ManifestVersion: 2
Fragment-Host: org.springframework.ws;bundle-version=${osgi.range}
Import-Template:
com.sun.net.httpserver.*;version="0";resolution:=optional,
com.sun.mail.imap.*;version="[1.4.0, 2.0.0)";resolution:=optional,
javax.activation.*;version="[1.1.0, 2.0.0)",
javax.ejb.*;version="[2.0.0, 4.0.0)";resolution:=optional,
javax.jms.*;version="[1.1.0, 2.0.0)",
javax.mail.*;version="[1.4.0, 2.0.0)",
javax.naming.*;version="0";resolution:=optional,
javax.net.ssl.*;version="0",
javax.xml.transform.*;version="0",
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
org.jivesoftware.smack.*;version="[3.1.0, 4.0.0)",
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.ejb.*;version=${spring.framework.osgi.range},
org.springframework.jms.*;version=${spring.framework.osgi.range},
org.springframework.jndi.*;version=${spring.framework.osgi.range},
org.springframework.scheduling.*;version=${spring.framework.osgi.range},
org.springframework.util.*;version=${spring.framework.osgi.range},
org.springframework.ws.*;version=${osgi.range},
org.springframework.xml.*;version=${osgi.range}
Ignored-Existing-Headers:
Bnd-LastModified,
Import-Package,
Export-Package,
Tool