diff options
author | fmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-01 06:54:48 +0000 |
---|---|---|
committer | fmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-01 06:54:48 +0000 |
commit | b9d6bae9b7ad763d2d21a41400b3368839443340 (patch) | |
tree | 5fccb8a6eb335f48bad353761cf74de98454e9ff /sca-java-2.x/trunk/samples/learning-more | |
parent | 391af766b97988baee94e78ada01dda2be1551f7 (diff) |
Updated the learning-more pom.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/learning-more')
-rw-r--r-- | sca-java-2.x/trunk/samples/learning-more/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/pom.xml b/sca-java-2.x/trunk/samples/learning-more/pom.xml index ee54a73360..cbe5ff8d85 100644 --- a/sca-java-2.x/trunk/samples/learning-more/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/pom.xml @@ -38,6 +38,7 @@ <activeByDefault>true</activeByDefault> </activation> <modules> + <module>binding-jms</module> <module>binding-rmi</module> <module>binding-sca</module> <module>binding-ws</module> @@ -50,11 +51,12 @@ <module>implementation-script</module> <module>implementation-spring</module> <module>implementation-osgi</module> - <module>implementation-webapp</module> + <module>implementation-web</module> + <module>distributed-osgi</module> <module>sca-client</module> <module>async</module> <module>maven-osgi-junit</module> - <!-- <module>logging-scribe</module> --> + <module>logging-scribe</module> </modules> </profile> </profiles> |