From a47e15ad4aa8eeabe7c6eabc30957c38b6174f26 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 26 Feb 2010 12:09:29 +0000 Subject: [PATCH] Migrating Airline sample to maven --- samples/airline/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 samples/airline/pom.xml diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml new file mode 100644 index 00000000..4b4492dd --- /dev/null +++ b/samples/airline/pom.xml @@ -0,0 +1,17 @@ + + + + spring-ws-samples + org.springframework.ws + 2.0.0-M1-SNAPSHOT + ../pom.xml + + 4.0.0 + airline + pom + Spring WS Airline Sample + + server + client + +