From 95869bd67a3d15fc7a5763970946feccc167551d Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Fri, 17 Jul 2009 01:52:29 +0000 Subject: [PATCH] adding ANT scripts to generate JARs for both OSGi demos --- .../inbound-adapter-osgi/build.xml | 11 +++++++++++ .../outbound-adapter-osgi/build.xml | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 spring-integration-samples/inbound-adapter-osgi/build.xml create mode 100644 spring-integration-samples/outbound-adapter-osgi/build.xml diff --git a/spring-integration-samples/inbound-adapter-osgi/build.xml b/spring-integration-samples/inbound-adapter-osgi/build.xml new file mode 100644 index 0000000000..f0ffb5624e --- /dev/null +++ b/spring-integration-samples/inbound-adapter-osgi/build.xml @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/spring-integration-samples/outbound-adapter-osgi/build.xml b/spring-integration-samples/outbound-adapter-osgi/build.xml new file mode 100644 index 0000000000..09d879c419 --- /dev/null +++ b/spring-integration-samples/outbound-adapter-osgi/build.xml @@ -0,0 +1,11 @@ + + + + + + + + +