From c9a6b7bf462be84f7be82d36036a4ad18d6e7b3b Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sat, 27 Feb 2010 08:14:16 +0000 Subject: [PATCH] removed .springBeans files; added maven classpath container to cafe demo; removed unnecessary saaj dependencies from ws-inbound-gateway demo pom --- org.springframework.integration.http/.springBeans | 13 ------------- .../.springBeans | 13 ------------- org.springframework.integration.test/.springBeans | 13 ------------- org.springframework.integration/.springBeans | 13 ------------- spring-integration-samples/cafe/.classpath | 14 +++++++------- .../helloworld/.springBeans | 13 ------------- .../osgi-inbound/.springBeans | 13 ------------- .../osgi-outbound/.springBeans | 13 ------------- .../ws-inbound-gateway/.springBeans | 15 --------------- .../ws-inbound-gateway/pom.xml | 12 ------------ 10 files changed, 7 insertions(+), 125 deletions(-) delete mode 100644 org.springframework.integration.http/.springBeans delete mode 100644 org.springframework.integration.httpinvoker/.springBeans delete mode 100644 org.springframework.integration.test/.springBeans delete mode 100644 org.springframework.integration/.springBeans delete mode 100644 spring-integration-samples/helloworld/.springBeans delete mode 100644 spring-integration-samples/osgi-inbound/.springBeans delete mode 100644 spring-integration-samples/osgi-outbound/.springBeans delete mode 100644 spring-integration-samples/ws-inbound-gateway/.springBeans diff --git a/org.springframework.integration.http/.springBeans b/org.springframework.integration.http/.springBeans deleted file mode 100644 index ae3aaf11dc..0000000000 --- a/org.springframework.integration.http/.springBeans +++ /dev/null @@ -1,13 +0,0 @@ - - - 1 - - - - - - - - - - diff --git a/org.springframework.integration.httpinvoker/.springBeans b/org.springframework.integration.httpinvoker/.springBeans deleted file mode 100644 index ae3aaf11dc..0000000000 --- a/org.springframework.integration.httpinvoker/.springBeans +++ /dev/null @@ -1,13 +0,0 @@ - - - 1 - - - - - - - - - - diff --git a/org.springframework.integration.test/.springBeans b/org.springframework.integration.test/.springBeans deleted file mode 100644 index 51529914c5..0000000000 --- a/org.springframework.integration.test/.springBeans +++ /dev/null @@ -1,13 +0,0 @@ - - - 1 - - - - - - - - - - diff --git a/org.springframework.integration/.springBeans b/org.springframework.integration/.springBeans deleted file mode 100644 index ae3aaf11dc..0000000000 --- a/org.springframework.integration/.springBeans +++ /dev/null @@ -1,13 +0,0 @@ - - - 1 - - - - - - - - - - diff --git a/spring-integration-samples/cafe/.classpath b/spring-integration-samples/cafe/.classpath index ef0aa1d935..f42fb64cfa 100644 --- a/spring-integration-samples/cafe/.classpath +++ b/spring-integration-samples/cafe/.classpath @@ -1,10 +1,10 @@ - - - - - - + + + + + + + - diff --git a/spring-integration-samples/helloworld/.springBeans b/spring-integration-samples/helloworld/.springBeans deleted file mode 100644 index ae3aaf11dc..0000000000 --- a/spring-integration-samples/helloworld/.springBeans +++ /dev/null @@ -1,13 +0,0 @@ - - - 1 - - - - - - - - - - diff --git a/spring-integration-samples/osgi-inbound/.springBeans b/spring-integration-samples/osgi-inbound/.springBeans deleted file mode 100644 index 8058887db4..0000000000 --- a/spring-integration-samples/osgi-inbound/.springBeans +++ /dev/null @@ -1,13 +0,0 @@ - - - 1 - - - - - - - - - - diff --git a/spring-integration-samples/osgi-outbound/.springBeans b/spring-integration-samples/osgi-outbound/.springBeans deleted file mode 100644 index d079ca1bc0..0000000000 --- a/spring-integration-samples/osgi-outbound/.springBeans +++ /dev/null @@ -1,13 +0,0 @@ - - - 1 - - - - - - - - - - diff --git a/spring-integration-samples/ws-inbound-gateway/.springBeans b/spring-integration-samples/ws-inbound-gateway/.springBeans deleted file mode 100644 index 1340640109..0000000000 --- a/spring-integration-samples/ws-inbound-gateway/.springBeans +++ /dev/null @@ -1,15 +0,0 @@ - - - 1 - - - - - - - src/main/webapp/WEB-INF/spring-ws-config.xml - src/main/java/org/springframework/integration/samples/ws/inbound-gateway-config.xml - - - - diff --git a/spring-integration-samples/ws-inbound-gateway/pom.xml b/spring-integration-samples/ws-inbound-gateway/pom.xml index 3708f2a3e3..55462e0732 100644 --- a/spring-integration-samples/ws-inbound-gateway/pom.xml +++ b/spring-integration-samples/ws-inbound-gateway/pom.xml @@ -12,18 +12,6 @@ 2.0.0.BUILD-SNAPSHOT war - - javax.xml.soap - saaj-api - 1.3 - runtime - - - com.sun.xml.messaging.saaj - saaj-impl - 1.3 - runtime - org.springframework spring-test