You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/09/29 11:49:51 UTC

svn commit: r1002542 - /tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml

Author: antelder
Date: Wed Sep 29 09:49:51 2010
New Revision: 1002542

URL: http://svn.apache.org/viewvc?rev=1002542&view=rev
Log:
Add the new contributions to the build

Modified:
    tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml?rev=1002542&r1=1002541&r2=1002542&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml Wed Sep 29 09:49:51 2010
@@ -37,7 +37,9 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
-                <module>contribution-helloworld</module>
+                <module>helloworld-contribution</module>
+                <module>scdl-include-contribution</module>
+                <module>callback-api</module>
                 <module>helloworld-webapp</module>
             </modules>
         </profile>