diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-27 15:08:35 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-27 15:08:35 +0000 |
commit | d0775cf4096f39c66c6f6d239c5aa6fa6014d3ec (patch) | |
tree | cc53d824e06770d284df1d7d84fac0da97f189b4 /java/sca/archetypes/contribution-jar | |
parent | 0ade59093d95deea796f57a727f7c88bf108740a (diff) |
Update to use OASIS namespace
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759169 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/archetypes/contribution-jar')
-rw-r--r-- | java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/helloworld.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/helloworld.composite b/java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/helloworld.composite index a237c1c049..29d1725fd4 100644 --- a/java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/helloworld.composite +++ b/java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/helloworld.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+<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}">
|