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 2009/08/10 16:02:00 UTC

svn commit: r802799 - /tuscany/java/sca/itest/scopes/src/main/resources/scopes.composite

Author: slaws
Date: Mon Aug 10 14:02:00 2009
New Revision: 802799

URL: http://svn.apache.org/viewvc?rev=802799&view=rev
Log:
Add missing target namespace

Modified:
    tuscany/java/sca/itest/scopes/src/main/resources/scopes.composite

Modified: tuscany/java/sca/itest/scopes/src/main/resources/scopes.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/scopes/src/main/resources/scopes.composite?rev=802799&r1=802798&r2=802799&view=diff
==============================================================================
--- tuscany/java/sca/itest/scopes/src/main/resources/scopes.composite (original)
+++ tuscany/java/sca/itest/scopes/src/main/resources/scopes.composite Mon Aug 10 14:02:00 2009
@@ -18,7 +18,8 @@
  * under the License.
 -->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
-       name="Scopes">
+           targetNamespace="http://Scopes"
+           name="Scopes">
 
     <!-- Components used to test scopes. -->