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/05/27 13:09:57 UTC

svn commit: r948786 - /tuscany/sca-java-2.x/trunk/samples/pom.xml

Author: antelder
Date: Thu May 27 11:09:57 2010
New Revision: 948786

URL: http://svn.apache.org/viewvc?rev=948786&view=rev
Log:
Add some missing samples

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

Modified: tuscany/sca-java-2.x/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/pom.xml?rev=948786&r1=948785&r2=948786&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/pom.xml Thu May 27 11:09:57 2010
@@ -41,7 +41,9 @@
                 <module>dosgi-calculator-operations</module>
                 <module>dosgi-dynamic-calculator</module>
                 <module>dosgi-dynamic-calculator-operations</module>
+                <module>calculator-scaclient</module>
                 <module>helloworld</module>
+                <module>helloworld-scaclient</module>
 <!-- *********
     IF YOU ADD ANY SAMPLES THEN ALSO ADD THEM TO 
         distribution\all\src\main\components\bin-samples.xml
@@ -53,6 +55,7 @@
      ********* -->
      
                 <module>helloworld-bpel</module>
+                <module>helloworld-spring</module>
                 <module>store</module>
                 <module>store-webapp</module>                
                 <module>webapps/helloworld</module>
@@ -90,4 +93,5 @@
             </modules>
         </profile>
     </profiles>    
+
 </project>