diff --git a/test/pom.xml b/test/pom.xml new file mode 100644 index 00000000..27b52d5a --- /dev/null +++ b/test/pom.xml @@ -0,0 +1,42 @@ + + + spring-ws-parent + org.springframework.ws + 2.0.0-M3-SNAPSHOT + ../parent/pom.xml + + 4.0.0 + org.springframework.ws + spring-ws-test + jar + Spring WS Test + Spring Web Services Testing package. + + + + com.springsource.bundlor + com.springsource.bundlor.maven + + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + + + + org.springframework.ws + spring-xml + + + org.springframework.ws + spring-ws-core + + + diff --git a/test/template.mf b/test/template.mf new file mode 100644 index 00000000..98e57bbc --- /dev/null +++ b/test/template.mf @@ -0,0 +1,13 @@ +Bundle-SymbolicName: org.springframework.ws.test +Bundle-Name: Spring Web Services Test +Bundle-Vendor: SpringSource +Bundle-Version: ${osgi.version} +Bundle-ManifestVersion: 2 +Import-Template: + org.springframework.ws.*;version=${osgi.range}, + org.springframework.xml.*;version=${osgi.range} +Ignored-Existing-Headers: + Bnd-LastModified, + Import-Package, + Export-Package, + Tool