Remove typo < character from name

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785216 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
antelder 2009-06-16 13:43:19 +00:00
parent bf50221316
commit 6824830dcd

View file

@ -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=""/>