summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-2.0-M4/archetypes/contribution-zip
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-01 07:48:41 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-01 07:48:41 +0000
commitfad092b8a9cb880765f2b04e288c60e0583e0171 (patch)
tree08c02e2cabed419e84004b02fe9176d7414a3b12 /branches/sca-java-2.0-M4/archetypes/contribution-zip
parenta1b817c3055beb837d04f47524fb5af290b474ff (diff)
Merge namespace fix from trunk to m4 brn
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831650 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-2.0-M4/archetypes/contribution-zip')
-rw-r--r--branches/sca-java-2.0-M4/archetypes/contribution-zip/src/main/resources/archetype-resources/src/main/resources/add.composite2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-2.0-M4/archetypes/contribution-zip/src/main/resources/archetype-resources/src/main/resources/add.composite b/branches/sca-java-2.0-M4/archetypes/contribution-zip/src/main/resources/archetype-resources/src/main/resources/add.composite
index 2a8b041849..af2ed294f9 100644
--- a/branches/sca-java-2.0-M4/archetypes/contribution-zip/src/main/resources/archetype-resources/src/main/resources/add.composite
+++ b/branches/sca-java-2.0-M4/archetypes/contribution-zip/src/main/resources/archetype-resources/src/main/resources/add.composite
@@ -18,7 +18,7 @@
* under the License.
-->
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
- xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
targetNamespace="http://${package}"
name="${artifactId}">