summaryrefslogtreecommitdiff
path: root/CIAO/examples/Hello/descriptors/DeploymentPlan.cdp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Hello/descriptors/DeploymentPlan.cdp')
-rw-r--r--CIAO/examples/Hello/descriptors/DeploymentPlan.cdp16
1 files changed, 16 insertions, 0 deletions
diff --git a/CIAO/examples/Hello/descriptors/DeploymentPlan.cdp b/CIAO/examples/Hello/descriptors/DeploymentPlan.cdp
new file mode 100644
index 00000000000..eda6344646e
--- /dev/null
+++ b/CIAO/examples/Hello/descriptors/DeploymentPlan.cdp
@@ -0,0 +1,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>SenderNode</node>
+ </instance>
+ <instance xmi:id="Receiver_Instance">
+ <name>Receiver_Instance</name>
+ <node>ReceiverNode</node>
+ </instance>
+</Deployment:DeploymentPlan>