From f81ecc7f0d1b9d7494ae1af7c7a3505cc05d6648 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Sat, 18 Jul 2009 20:44:02 +0000 Subject: [PATCH] updated instructions for building osgi-samples jars --- spring-integration-reference/src/samples.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/spring-integration-reference/src/samples.xml b/spring-integration-reference/src/samples.xml index 13e235beb2..8935fb621c 100644 --- a/spring-integration-reference/src/samples.xml +++ b/spring-integration-reference/src/samples.xml @@ -354,8 +354,12 @@ Unlike the other samples in the distribution, these are not Maven enabled. Instead, we have simply configured them as valid dm Server Bundle projects. That means you can import these projects directly into an STS workspace using the "Existing Projects into Workspace" option from the Eclipse Import wizard. Then, you can - take advantage of the STS dm Server tools to deploy them into a SpringSource dm Server instance. The - pre-built bundle (JAR file) is also included for both 'osgi-inbound' and 'osgi-outbound'. + take advantage of the STS dm Server tools to deploy them into a SpringSource dm Server instance. + + A simple Ant 'build.xml' file has been included within each of these projects as well. The build + files contain a single 'jar' target. Therefore, after these projects have been built within + Eclipse/STS, you can generate the bundle (JAR) directly and deploy it manually. + The structure of these projects is very simple, yet the concepts they showcase are quite powerful. The