Files
spring-ws/test/template.mf
Arjen Poutsma 5ecfab4694 Fixing build
2010-10-31 11:19:14 +00:00

26 lines
1012 B
Plaintext

Bundle-SymbolicName: org.springframework.ws.test
Bundle-Name: Spring Web Services Test
Bundle-Vendor: SpringSource
Bundle-Version: ${osgi.version}
Bundle-ManifestVersion: 2
Import-Template:
javax.xml.namespace.*;version="0",
javax.xml.parsers.*;version="0",
javax.xml.transform.*;version="0",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.custommonkey.xmlunit.*;version="[1.3.0, 2.0.0)",
org.springframework.beans.*;version=${spring.framework.osgi.range},
org.springframework.core.*;version=${spring.framework.osgi.range},
org.springframework.context.*;version=${spring.framework.osgi.range},
org.springframework.test.*;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},
org.w3c.dom.*;version="0",
org.xml.sax.*;version="0"
Ignored-Existing-Headers:
Bnd-LastModified,
Import-Package,
Export-Package,
Tool