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/02 13:56:29 UTC

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

Author: fmoga
Date: Sat Oct  2 11:56:28 2010
New Revision: 1003777

URL: http://svn.apache.org/viewvc?rev=1003777&view=rev
Log:
Added the sca-scopes sample to the getting-started pom.

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=1003777&r1=1003776&r2=1003777&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 Sat Oct  2 11:56:28 2010
@@ -40,6 +40,7 @@
                 <module>helloworld-contribution</module>
                 <module>scdl-include-contribution</module>
                 <module>callback-api</module>
+                <module>sca-scopes</module>
                 <module>helloworld-webapp</module>
             </modules>
         </profile>