Files
spring-ws/spring-ws-test/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

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.1.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