You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/05/15 12:06:35 UTC

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

Author: slaws
Date: Sat May 15 10:06:34 2010
New Revision: 944607

URL: http://svn.apache.org/viewvc?rev=944607&view=rev
Log:
launchers breaking the build so comment out until I've fixed it

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=944607&r1=944606&r2=944607&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/pom.xml Sat May 15 10:06:34 2010
@@ -78,6 +78,7 @@
 
                 <!-- contributions - SCA samples -->
 
+                <module>contribution-binding-sca-calculator</module>
                 <module>contribution-binding-ws-calculator</module>
 
                 <!-- contributions - Tuscany samples -->
@@ -89,12 +90,10 @@
                 <!-- don't need to process this as it has just a README in it
                 <module>launcher-command-line</module>
                 -->
+<!-- breaking the hudson build
                 <module>launcher-embedded-jse</module>
-
-                <!-- don't add yet
                 <module>launcher-embedded-osgi</module>
-                -->
-
+-->
                 <!-- Application samples -->
 
                 <!-- TODO -->