summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/examples/Hello/descriptors/Hello.cdp
blob: d15bdef91bf1a2eb75706f48198dd57d40ecc7f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Deployment:DeploymentPlan
 xmlns:Deployment="http://www.omg.org/Deployment"
 xmlns:xmi="http://www.omg.org/XMI"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.omg.org/Deployment Deployment.xsd">
  <label>Hello Deployment Plan</label>
  <instance xmi:id="Sender_Instance">
    <name>Sender_Instance</name>
    <node>Sender</node>
  </instance>
  <instance xmi:id="Receiver_Instance">
    <name>Receiver_Instance</name>
    <node>Receiver</node>
  </instance>
</Deployment:DeploymentPlan>