summaryrefslogtreecommitdiffstats
path: root/sandbox/lresende/sca-2.x/samples/expertise-restfull/src/main/resources/META-INF/sca-contribution.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-03-09 03:49:29 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-03-09 03:49:29 +0000
commitef8d908668be10d03e1975392e0d6027c6c38cb5 (patch)
tree842aa196d84c096b0d59ca2a05110fc2ff52e31b /sandbox/lresende/sca-2.x/samples/expertise-restfull/src/main/resources/META-INF/sca-contribution.xml
parent1d3030d1a5539fa19e3e93e8caf4e17745f2debe (diff)
Porting restfull sample to 2.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920646 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/lresende/sca-2.x/samples/expertise-restfull/src/main/resources/META-INF/sca-contribution.xml')
-rw-r--r--sandbox/lresende/sca-2.x/samples/expertise-restfull/src/main/resources/META-INF/sca-contribution.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/sandbox/lresende/sca-2.x/samples/expertise-restfull/src/main/resources/META-INF/sca-contribution.xml b/sandbox/lresende/sca-2.x/samples/expertise-restfull/src/main/resources/META-INF/sca-contribution.xml
new file mode 100644
index 0000000000..647df8615b
--- /dev/null
+++ b/sandbox/lresende/sca-2.x/samples/expertise-restfull/src/main/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/200912"
+ xmlns:sample="http://sample">
+
+ <deployable composite="sample:rest"/>
+</contribution> \ No newline at end of file