diff options
Diffstat (limited to 'TAO/CIAO/examples/OEP/Display/descriptors/GPS.ssd')
-rw-r--r-- | TAO/CIAO/examples/OEP/Display/descriptors/GPS.ssd | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/TAO/CIAO/examples/OEP/Display/descriptors/GPS.ssd b/TAO/CIAO/examples/OEP/Display/descriptors/GPS.ssd deleted file mode 100644 index 5e33124bf1a..00000000000 --- a/TAO/CIAO/examples/OEP/Display/descriptors/GPS.ssd +++ /dev/null @@ -1,48 +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 "../../../../docs/XML/softpkg.dtd"> - -<!-- GPS's Servant Software Descriptor --> -<!-- This file describes various GPS servant --> -<!-- implementations. --> - - -<softpkg name="CIAO-GPS-Servant" version="1.0"> - <pkgtype>CIAO Servant</pkgtype> - <title>HUDisplay::GPS Servants</title> - <author> - <company>Washington University in St. Louis</company> - <webpage href="http://www.cs.wustl.edu/~doc/"/> - </author> - <description>A GPS servant implementation.</description> - <license href="http://www.cs.wustl.edu/~schmidt/ACE-copying.html"/> - <idl id="IDL:HUDisplay/GPS:1.0" homeid="IDL:HUDisplay/GPSHome:1.0"> - <fileinarchive name="GPS.idl"/> - </idl> - - <!-- Duplicate information. We should use the copy in GPS.csd --> - <!-- So, do we really need this one? --> - <descriptor type="CORBA Component"> - <fileinarchive name="GPS.ccd"/> - </descriptor> - - <implementation id="DCE:75309233-0E0A-4cfb-B186-3E99F69B1D40"> - - <dependency type="ORB"> - <name>TAO</name> - </dependency> - - <code> - <!-- No need to specify extension below since ACE takes care of that, --> - <fileinarchive name="GPS_svnt"/> - <entrypoint>createGPSHome_Servant</entrypoint> - </code> - - </implementation> - - <!-- Let's add more implementation description later when we try to --> - <!-- compile this stuff on, say, Solaris and Linux. --> - -</softpkg> |