diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-22 03:49:37 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-22 03:49:37 +0000 |
commit | 45f3c30c0ec453b037cf72b05393a735bba92cfa (patch) | |
tree | e37cba934fd5d37ac7120bef3fb792b5121e8c40 /java/sca/modules/deployment/src/test/resources/META-INF/sca-contribution.xml | |
parent | 6b86cb355cb6e30fb32a768446a3e56b9460e301 (diff) |
Refactor the deployer into tuscany-deployment module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828293 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/deployment/src/test/resources/META-INF/sca-contribution.xml')
-rw-r--r-- | java/sca/modules/deployment/src/test/resources/META-INF/sca-contribution.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/java/sca/modules/deployment/src/test/resources/META-INF/sca-contribution.xml b/java/sca/modules/deployment/src/test/resources/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..f00e00a373 --- /dev/null +++ b/java/sca/modules/deployment/src/test/resources/META-INF/sca-contribution.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +--> + +<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" + xmlns:sc="http://sample/composite"> + <deployable composite="sc:HelloWorld1" /> +</contribution> |