You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/06/03 22:25:12 UTC

svn commit: r543980 - /incubator/tuscany/java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite

Author: jsdelfino
Date: Sun Jun  3 13:25:11 2007
New Revision: 543980

URL: http://svn.apache.org/viewvc?view=rev&rev=543980
Log:
Fixed incorrect include element in test composite, breaking the test case and the build.

Modified:
    incubator/tuscany/java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite

Modified: incubator/tuscany/java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite?view=diff&rev=543980&r1=543979&r2=543980
==============================================================================
--- incubator/tuscany/java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite (original)
+++ incubator/tuscany/java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite Sun Jun  3 13:25:11 2007
@@ -22,6 +22,6 @@
 	   targetNamespace = "http://foo"
            name="ExceptionTest">
    
-    <include>foo:intracomposite</include>
+    <include name="foo:intracomposite"/>
      
 </composite>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org