diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-10 14:02:00 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-10 14:02:00 +0000 |
commit | 913605e0a2d1c229fb2c9c68286035e762578481 (patch) | |
tree | 7fa91cc9003928040317dd245f04001e150e9603 /java/sca/itest/scopes/src/main/resources | |
parent | 7a60107c8bb99163b1c71f833726e46b7ae84b1a (diff) |
Add missing target namespace
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802799 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/itest/scopes/src/main/resources/scopes.composite | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/itest/scopes/src/main/resources/scopes.composite b/java/sca/itest/scopes/src/main/resources/scopes.composite index 9b2b1cfb9f..3a56beec8d 100644 --- a/java/sca/itest/scopes/src/main/resources/scopes.composite +++ b/java/sca/itest/scopes/src/main/resources/scopes.composite @@ -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. --> |