summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-16 13:48:30 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-16 13:48:30 +0000
commit3b703d40d4bd3387b8c751fab8065350703e8620 (patch)
tree99c409c0bc74a44afdb0bac18a6b6418db80b492 /branches
parent6824830dcd347c5d5f0217f85aa16d31abb444b6 (diff)
Merge > typo fix in r785216 from 2.x to m3 branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785217 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-2.0-M3/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.composite2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-2.0-M3/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.composite b/branches/sca-java-2.0-M3/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.composite
index 218624f16a..84d8ebb86f 100644
--- a/branches/sca-java-2.0-M3/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.composite
+++ b/branches/sca-java-2.0-M3/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.composite
@@ -20,7 +20,7 @@
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
targetNamespace="http://${package}"
- name=">${artifactId}">
+ name="${artifactId}">
<component name="${artifactId}WebComponent">
<implementation.web web-uri=""/>