summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/introducing-domain-launcher/src/main/resources/cloud.composite
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/introducing-domain-launcher/src/main/resources/cloud.composite')
-rw-r--r--sandbox/travelsample/launchers/introducing-domain-launcher/src/main/resources/cloud.composite8
1 files changed, 8 insertions, 0 deletions
diff --git a/sandbox/travelsample/launchers/introducing-domain-launcher/src/main/resources/cloud.composite b/sandbox/travelsample/launchers/introducing-domain-launcher/src/main/resources/cloud.composite
new file mode 100644
index 0000000000..133b4c187a
--- /dev/null
+++ b/sandbox/travelsample/launchers/introducing-domain-launcher/src/main/resources/cloud.composite
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<composite local="true" name="cloud"
+ targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:ns1="http://www.osoa.org/xmlns/sca/1.0">
+ <include name="ns2:ToursNode" uri="http://tuscany.apache.org/cloud" xmlns:ns2="http://tuscany.apache.org/cloud"/>
+ <include name="ns2:TripsNode" uri="http://tuscany.apache.org/cloud" xmlns:ns2="http://tuscany.apache.org/cloud"/>
+ <include name="ns2:ClientNode" uri="http://tuscany.apache.org/cloud" xmlns:ns2="http://tuscany.apache.org/cloud"/>
+</composite>