summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/introducing-domain/src/main/resources/domain.composite
blob: 5591ab370961900f504249cb2ec8e8c26750e7e8 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<composite local="true" name="domain"
  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:Tours" uri="introducing-tours" xmlns:ns2="http://tuscanyscatours.com/"/>
  <include name="ns2:Trips" uri="introducing-trips" xmlns:ns2="http://goodvaluetrips.com/"/>
  <include name="ns2:Client" uri="introducing-client" xmlns:ns2="http://client.scatours/"/>
</composite>