From 865331d27781f0a87160e1bb24fa43df08b0392f Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Tue, 21 Jul 2009 15:09:01 +0000 Subject: [PATCH] Added comment about the OSGi Bundle Project Nature --- spring-integration-samples/README.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spring-integration-samples/README.txt b/spring-integration-samples/README.txt index 7e4036d6ff..8d0eaee32d 100644 --- a/spring-integration-samples/README.txt +++ b/spring-integration-samples/README.txt @@ -77,8 +77,9 @@ capabilities of the Spring Integration and OSGi combination. They form a producer/consumer pair: osgi-inbound and osgi-outbound. Unlike the others, they are not Maven-enabled, but instead they are ready to run directly within SpringSource dm Server, and with the SpringSource Tool Suite support, this -requires only an import and adding to the Server instance. A comprehensive -overview of those OSGi samples is included in the "Samples" Appendix of the -Spring Integration Reference Manual. +requires only an import, adding "OSGi Bundle Project Nature" via the 'Spring +Tools' context menu, and deploying to a dm server instance as the project's +targeted runtime. A comprehensive overview of those OSGi samples is included +in the "Samples" Appendix of the Spring Integration Reference Manual. Happy integration :-)