diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-16 13:43:19 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-16 13:43:19 +0000 |
commit | 6824830dcd347c5d5f0217f85aa16d31abb444b6 (patch) | |
tree | 40b8b797ec843bc60faefd64f287e554bdc61d7f /java | |
parent | bf50221316699db1629203b8b0fc7a1ccf0031ef (diff) |
Remove typo < character from name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785216 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/sca/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.composite b/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.composite index 218624f16a..84d8ebb86f 100644 --- a/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.composite +++ b/java/sca/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=""/>
|