diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-22 15:54:46 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-22 15:54:46 +0000 |
commit | cbc9ee0b37ac83be3688c548845e492f39d63dd0 (patch) | |
tree | d99e5189d0de267de5623ba466eaba8deeef24ba | |
parent | edd0185504c9a786973bf8886333fac5fc1fcbe3 (diff) |
TUSCANY-3677 bring async sample into samples reactor build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000056 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/samples/sca-features/async/embedded-jse-async-sample-launcher/pom.xml | 2 | ||||
-rw-r--r-- | sca-java-2.x/trunk/samples/sca-features/pom.xml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/sca-features/async/embedded-jse-async-sample-launcher/pom.xml b/sca-java-2.x/trunk/samples/sca-features/async/embedded-jse-async-sample-launcher/pom.xml index 90e0be8e44..1ba7e0385c 100644 --- a/sca-java-2.x/trunk/samples/sca-features/async/embedded-jse-async-sample-launcher/pom.xml +++ b/sca-java-2.x/trunk/samples/sca-features/async/embedded-jse-async-sample-launcher/pom.xml @@ -26,7 +26,7 @@ <relativePath>../pom.xml</relativePath> </parent> <artifactId>sample-launcher-embedded-jse-async</artifactId> - <name>Embedded JSE Launcher for async samples</name> + <name>Apache Tuscany SCA Sample Embedded JSE Launcher for asynchronous behaviour</name> <dependencies> <dependency> diff --git a/sca-java-2.x/trunk/samples/sca-features/pom.xml b/sca-java-2.x/trunk/samples/sca-features/pom.xml index 8c74eece33..b2175bbbda 100644 --- a/sca-java-2.x/trunk/samples/sca-features/pom.xml +++ b/sca-java-2.x/trunk/samples/sca-features/pom.xml @@ -48,6 +48,7 @@ <module>implementation-script</module> <module>distributed-osgi</module> <module>sca-client</module> + <module>async</module> </modules> </profile> </profiles> |