summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/descriptors/RoundTrip.ssd
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark/descriptors/RoundTrip.ssd')
-rw-r--r--CIAO/performance-tests/Benchmark/descriptors/RoundTrip.ssd43
1 files changed, 0 insertions, 43 deletions
diff --git a/CIAO/performance-tests/Benchmark/descriptors/RoundTrip.ssd b/CIAO/performance-tests/Benchmark/descriptors/RoundTrip.ssd
deleted file mode 100644
index b9720b9f2f1..00000000000
--- a/CIAO/performance-tests/Benchmark/descriptors/RoundTrip.ssd
+++ /dev/null
@@ -1,43 +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 softpkg SYSTEM "http://www.dre.vanderbilt.edu/CIAO/DTD/softpkg.dtd">
-
-<!-- RoundTrip's Servant Software Descriptor -->
-<!-- This file describes various RoundTrip servant -->
-<!-- implementations. -->
-
-<softpkg name="CIAO-RoundTrip-Servant" version="1.0">
- <pkgtype>CIAO Servant</pkgtype>
- <title>Benchmark::RoundTrip Servants</title>
- <author>
- <company>ISIS at Vanderbilt University</company>
- <webpage href="http://www.dre.vanderbilt.edu/"/>
- </author>
- <description>Single-Threaded Latency test component for benchmarking.</description>
- <license href="http://www.cs.wustl.edu/~schmidt/ACE-copying.html"/>
- <idl id="IDL:Benchmark/RoundTrip:1.0" homeid="IDL:Benchmark/RoundTripHome:1.0">
- <fileinarchive name="RoundTrip.idl"/>
- </idl>
-
- <descriptor type="CORBA Component">
- <fileinarchive name="RoundTrip.ccd"/>
- </descriptor>
-
- <implementation id="DCE:88c14bff-5158-4f48-9b22-8a1120e87f76">
-
- <dependency type="ORB">
- <name>TAO</name>
- </dependency>
-
- <code>
- <!-- No need to specify extension below since ACE takes care of that, -->
- <fileinarchive name="RoundTrip_svnt"/>
- <entrypoint>createRoundTripHome_Servant</entrypoint>
- </code>
-
- </implementation>
-
-</softpkg>