1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 |
|
---|
3 | <!-- This domainrep is containing just a few test domains. Check the domains
|
---|
4 | project for the real repo -->
|
---|
5 | <repository fileName="domainrepository.xml">
|
---|
6 | <items>
|
---|
7 | <agentRepItems />
|
---|
8 | <partyRepItems />
|
---|
9 | <domainRepItem>
|
---|
10 | <domainRepItem url="file:etc/templates/pie/pie_domain.xml">
|
---|
11 | <profile url="file:etc/templates/pie/pie_A.xml" />
|
---|
12 | <profile url="file:etc/templates/pie/pie_B.xml" />
|
---|
13 | </domainRepItem>
|
---|
14 |
|
---|
15 |
|
---|
16 | <domainRepItem url="file:etc/templates/partydomain/party_domain.xml">
|
---|
17 | <profile url="file:etc/templates/partydomain/party1_utility.xml" />
|
---|
18 | <profile url="file:etc/templates/partydomain/party3_utility.xml" />
|
---|
19 | </domainRepItem>
|
---|
20 | <domainRepItem url="file:etc/templates/Domain8/Domain8.xml">
|
---|
21 | <profile url="file:etc/templates/Domain8/Domain8_util1.xml" />
|
---|
22 | <profile url="file:etc/templates/Domain8/Domain8_util2.xml" />
|
---|
23 | </domainRepItem>
|
---|
24 | <domainRepItem url="file:etc/templates/Domain16/Domain16.xml">
|
---|
25 | <profile url="file:etc/templates/Domain16/Domain16_util1.xml" />
|
---|
26 | <profile url="file:etc/templates/Domain16/Domain16_util2.xml" />
|
---|
27 | </domainRepItem>
|
---|
28 | <domainRepItem url="file:etc/templates/travel/travel_domain.xml">
|
---|
29 | <profile url="file:etc/templates/travel/travel_fanny.xml" />
|
---|
30 | <profile url="file:etc/templates/travel/travel_chox.xml" />
|
---|
31 | </domainRepItem>
|
---|
32 | <domainRepItem url="file:etc/templates/Energy/energy_domain.xml">
|
---|
33 | <profile url="file:etc/templates/Energy/energy_consumer.xml" />
|
---|
34 | <profile url="file:etc/templates/Energy/energy_distributor.xml" />
|
---|
35 | </domainRepItem>
|
---|
36 |
|
---|
37 | <domainRepItem url="file:etc/templates/6issues/6issues.xml">
|
---|
38 | <profile url="file:etc/templates/6issues/6issues_util1.xml"/>
|
---|
39 | <profile url="file:etc/templates/6issues/6issues_util2.xml"/>
|
---|
40 | </domainRepItem>
|
---|
41 | <domainRepItem url="file:etc/templates/7issues/7issues.xml">
|
---|
42 | <profile url="file:etc/templates/7issues/7issues_util1.xml"/>
|
---|
43 | <profile url="file:etc/templates/7issues/7issues_util2.xml"/>
|
---|
44 | </domainRepItem>
|
---|
45 |
|
---|
46 | </domainRepItem>
|
---|
47 | <protocolRepItem />
|
---|
48 | <multiPartyProtocolRepItem />
|
---|
49 | </items>
|
---|
50 | </repository>
|
---|