summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/chapter-02/node-jumpstart/src/main/resources/scatours.composite
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-05-10 15:05:23 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-05-10 15:05:23 +0000
commit034a50d8a34f10da5283f509130c7b8424229997 (patch)
tree96ddfef8ec820b85bb86d74c08f8f4e4228c1ca8 /sandbox/travelsample/chapter-02/node-jumpstart/src/main/resources/scatours.composite
parent3f7083e9368c782483a29b390623872297cd67df (diff)
Add a simplest client in order to start a single contribution/composite/component
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/chapter-02/node-jumpstart/src/main/resources/scatours.composite31
1 files changed, 31 insertions, 0 deletions
diff --git a/sandbox/travelsample/chapter-02/node-jumpstart/src/main/resources/scatours.composite b/sandbox/travelsample/chapter-02/node-jumpstart/src/main/resources/scatours.composite
new file mode 100644
index 0000000000..6524f078f5
--- /dev/null
+++ b/sandbox/travelsample/chapter-02/node-jumpstart/src/main/resources/scatours.composite
@@ -0,0 +1,31 @@
+<?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.
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ targetNamespace="http://scatours"
+ xmlns:client="http://client.scatours/"
+ xmlns:tours="http://tuscanyscatours.com/"
+ xmlns:trips="http://goodvaluetrips.com/"
+ name="scatours">
+
+ <include name="client:Client" />
+ <include name="tours:Tours" />
+ <include name="trips:Trips" />
+
+</composite>