summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.5.1-RC1/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite
blob: 4141457795fbdc668a21641f0805b0082953ac30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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:Trips"
           uri="goodvaluetrips"
           xmlns:ns2="http://goodvaluetrips.com/"/>
    <include name="ns2:Tours"
           uri="tuscanyscatours"
           xmlns:ns2="http://tuscanyscatours.com/"/>
    <include name="ns2:Client"
           uri="client"
           xmlns:ns2="http://client.scatours/"/>
</composite>