From 50a9f79fc9f4235dc2b5e0b1c03db0d9a76452d6 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Mon, 8 Feb 2010 10:24:41 +0000 Subject: [PATCH] Added bundlor config. --- core/pom.xml | 12 ++++++++++++ parent/pom.xml | 10 ---------- security/pom.xml | 8 ++++++++ support/pom.xml | 8 ++++++++ xml/pom.xml | 8 ++++++++ 5 files changed, 36 insertions(+), 10 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 299b5610..a9d6fdfb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -47,12 +47,24 @@ org/springframework/ws/server/endpoint/adapter/GenericMarshallingMethodEndpointAdapter.java + + org/springframework/ws/server/endpoint/adapter/GenericMarshallingMethodEndpointAdapterTest.java + org/springframework/ws/config/WebServicesNamespaceHandlerTigerTest.java + com.springsource.bundlor com.springsource.bundlor.maven + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + diff --git a/parent/pom.xml b/parent/pom.xml index 3d58bbde..0289a701 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -85,11 +85,6 @@ maven-jar-plugin 2.3 - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - com.springsource.bundlor @@ -270,11 +265,6 @@ test - - xml-apis - xml-apis - 1.3.04 - xerces xercesImpl diff --git a/security/pom.xml b/security/pom.xml index 9d880c65..3b6326ec 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -51,6 +51,14 @@ com.springsource.bundlor com.springsource.bundlor.maven + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + diff --git a/support/pom.xml b/support/pom.xml index 51dff258..1ca714be 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -52,6 +52,14 @@ com.springsource.bundlor com.springsource.bundlor.maven + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + diff --git a/xml/pom.xml b/xml/pom.xml index 870107f5..88b7993a 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -30,6 +30,14 @@ com.springsource.bundlor com.springsource.bundlor.maven + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + +