summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/descriptors/Benchmark.cad
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark/descriptors/Benchmark.cad')
-rw-r--r--CIAO/performance-tests/Benchmark/descriptors/Benchmark.cad34
1 files changed, 0 insertions, 34 deletions
diff --git a/CIAO/performance-tests/Benchmark/descriptors/Benchmark.cad b/CIAO/performance-tests/Benchmark/descriptors/Benchmark.cad
deleted file mode 100644
index 6ab0dd70aa0..00000000000
--- a/CIAO/performance-tests/Benchmark/descriptors/Benchmark.cad
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0"?> <!-- -*- SGML -*- -->
-
-<!-- If this file is moved to a different directory, make sure to change the
- path to the DTD below. Otherwise the examples won't work. -->
-<!DOCTYPE componentassembly SYSTEM "http://www.dre.vanderbilt.edu/CIAO/DTD/componentassembly.dtd">
-
-<componentassembly id="Single-process Basic assembly">
- <componentfiles>
- <componentfile id="com-RoundTrip">
- <fileinarchive name="RoundTrip.csd"/>
- </componentfile>
- </componentfiles>
-
- <partitioning>
-
- <!-- A plain vanilla partition. We don't even need the processcollocation tag here. -->
- <homeplacement id="a_RoundTripHome">
- <componentfileref idref="com-RoundTrip"/>
- <componentinstantiation id="a_RoundTrip">
- <registercomponent>
- <!-- writeiortofile is a non-standard CIAO extension. -->
- <writeiortofile name="test.ior"/>
- </registercomponent>
- </componentinstantiation>
- </homeplacement>
-
- </partitioning>
-
- <!--
- <connections>
- </connections>
- -->
-
-</componentassembly>