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 2011/08/17 16:47:31 UTC

svn commit: r1158751 - /tuscany/sca-java-2.x/trunk/testing/itest/pom.xml

Author: slaws
Date: Wed Aug 17 14:47:30 2011
New Revision: 1158751

URL: http://svn.apache.org/viewvc?rev=1158751&view=rev
Log:
Add interface-matching to the build so at least the distributed part is exercised.

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

Modified: tuscany/sca-java-2.x/trunk/testing/itest/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/pom.xml?rev=1158751&r1=1158750&r2=1158751&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/pom.xml Wed Aug 17 14:47:30 2011
@@ -63,6 +63,7 @@
                 <module>implementation-spring</module>
                 <module>import-export</module>
                 <module>interfaces</module>
+                <module>interface-matching</module>
                 <module>java-lifecycle-exceptions</module>
                 <module>jms</module>
                 <module>lifecycle</module>