summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/Hello/descriptors/test.cad
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/Hello/descriptors/test.cad')
-rw-r--r--TAO/CIAO/examples/Hello/descriptors/test.cad33
1 files changed, 0 insertions, 33 deletions
diff --git a/TAO/CIAO/examples/Hello/descriptors/test.cad b/TAO/CIAO/examples/Hello/descriptors/test.cad
deleted file mode 100644
index 304576d568a..00000000000
--- a/TAO/CIAO/examples/Hello/descriptors/test.cad
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0"?> <!-- -*- SGML -*- -->
-
-<!-- This file must be pre-processed for final location based on $CIAO_ROOT -->
-<!DOCTYPE componentassembly SYSTEM "../../../docs/XML/componentassembly.dtd">
-
-
-<componentassembly id="componentized assembly">
- <componentfiles>
-
- <componentfile id="com-Receiver">
- <fileinarchive name="Receiver.csd"/>
- </componentfile>
-
- </componentfiles>
-
- <partitioning>
-
- <homeplacement id="a_ReceiverHome">
- <componentfileref idref="com-Receiver"/>
- <componentinstantiation id="a_Receiver">
- <registercomponent>
- <!-- writeiortofile is a non-standard CIAO extension. -->
- <writeiortofile name="receiver.ior"/>
- </registercomponent>
- </componentinstantiation>
- </homeplacement>
-
- </partitioning>
-
- <connections>
- </connections>
-
-</componentassembly>