diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-10 14:03:16 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-10 14:03:16 +0000 |
commit | fd5fa05289759cc2e9a15acafc695fd0d8086dec (patch) | |
tree | 3c876401fd8c2cad509475937ac05133f8cc0fcb | |
parent | 913605e0a2d1c229fb2c9c68286035e762578481 (diff) |
Remove erroneous targetNamespace attribute
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802800 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml b/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml index a3c87f60c7..e21261d8d0 100644 --- a/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml +++ b/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml @@ -17,6 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://foo" xmlns:foo="http://foo"> +<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" + xmlns:foo="http://foo"> <deployable composite="foo:InnerServicesTest" /> </contribution>
\ No newline at end of file |