You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by fm...@apache.org on 2010/10/01 08:54:49 UTC

svn commit: r1003407 - /tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml

Author: fmoga
Date: Fri Oct  1 06:54:48 2010
New Revision: 1003407

URL: http://svn.apache.org/viewvc?rev=1003407&view=rev
Log:
Updated the learning-more pom.

Modified:
    tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml?rev=1003407&r1=1003406&r2=1003407&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml Fri Oct  1 06:54:48 2010
@@ -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>