From b092fcdf08822c4e1b97648d4fdf45dab7a61702 Mon Sep 17 00:00:00 2001 From: "Unknown (abagchi)" <dev-null@apache.org> Date: Thu, 11 Nov 1999 22:33:43 +0000 Subject: [PATCH] Changed the library name from 'XML4C' to 'xerces-c' git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171398 13f79535-47bb-0310-9956-ffa450edef68 --- src/util/Compilers/CSetDefs.hpp | 9 ++++++--- src/util/Compilers/CodeWarriorDefs.hpp | 9 ++++++--- src/util/Compilers/GCCDefs.hpp | 9 ++++++--- src/util/Compilers/GNUGDefs.hpp | 9 ++++++--- src/util/Compilers/HPCCDefs.hpp | 9 ++++++--- src/util/Compilers/IBMVAOS2Defs.hpp | 9 ++++++--- src/util/Compilers/IBMVAW32Defs.hpp | 9 ++++++--- src/util/Compilers/SunCCDefs.hpp | 9 ++++++--- src/util/Compilers/SunKaiDefs.hpp | 9 ++++++--- src/util/Compilers/TandemCCDefs.hpp | 9 ++++++--- 10 files changed, 60 insertions(+), 30 deletions(-) diff --git a/src/util/Compilers/CSetDefs.hpp b/src/util/Compilers/CSetDefs.hpp index ffdb3f25b..e54dfae6b 100644 --- a/src/util/Compilers/CSetDefs.hpp +++ b/src/util/Compilers/CSetDefs.hpp @@ -56,8 +56,11 @@ /** * $Log$ - * Revision 1.1 1999/11/09 01:07:31 twl - * Initial revision + * Revision 1.2 1999/11/11 22:33:41 abagchi + * Changed the library name from 'XML4C' to 'xerces-c' + * + * Revision 1.1.1.1 1999/11/09 01:07:31 twl + * Initial checkin * * Revision 1.3 1999/11/08 20:45:22 rahul * Swat for adding in Product name and CVS comment log variable. @@ -123,4 +126,4 @@ int strnicmp(const char* const str1, const char* const str2, const unsigned int // --------------------------------------------------------------------------- // The name of the DLL that is built by the CSet C++ version of the system. // --------------------------------------------------------------------------- -const char* const XML4C_DLLName = "libIXXML4C"; +const char* const XML4C_DLLName = "libxerces-c"; diff --git a/src/util/Compilers/CodeWarriorDefs.hpp b/src/util/Compilers/CodeWarriorDefs.hpp index c2bbcc3dc..12e58147c 100644 --- a/src/util/Compilers/CodeWarriorDefs.hpp +++ b/src/util/Compilers/CodeWarriorDefs.hpp @@ -56,8 +56,11 @@ /** * $Log$ - * Revision 1.1 1999/11/09 01:07:29 twl - * Initial revision + * Revision 1.2 1999/11/11 22:33:40 abagchi + * Changed the library name from 'XML4C' to 'xerces-c' + * + * Revision 1.1.1.1 1999/11/09 01:07:29 twl + * Initial checkin * * Revision 1.2 1999/11/08 20:45:22 rahul * Swat for adding in Product name and CVS comment log variable. @@ -112,4 +115,4 @@ typedef unsigned short XMLCh; // versioning string. This is defined in XML4CDefs.hpp which is what this // file is included into. // --------------------------------------------------------------------------- -const char* const XML4C_DLLName = "IXXML4C" XML4C_DLLVersionStr; +const char* const XML4C_DLLName = "xerces-c" XML4C_DLLVersionStr; diff --git a/src/util/Compilers/GCCDefs.hpp b/src/util/Compilers/GCCDefs.hpp index 73c0c3847..0b7cdb3c4 100644 --- a/src/util/Compilers/GCCDefs.hpp +++ b/src/util/Compilers/GCCDefs.hpp @@ -56,8 +56,11 @@ /** * $Log$ - * Revision 1.1 1999/11/09 01:07:32 twl - * Initial revision + * Revision 1.2 1999/11/11 22:33:41 abagchi + * Changed the library name from 'XML4C' to 'xerces-c' + * + * Revision 1.1.1.1 1999/11/09 01:07:32 twl + * Initial checkin * * Revision 1.2 1999/11/08 20:45:23 rahul * Swat for adding in Product name and CVS comment log variable. @@ -117,4 +120,4 @@ int strnicmp(const char* const str1, const char* const str2, const unsigned int // --------------------------------------------------------------------------- // The name of the DLL that is built by the GCC version of the system. // --------------------------------------------------------------------------- -const char* const XML4C_DLLName = "libIXXML4C"; +const char* const XML4C_DLLName = "libxerces-c"; diff --git a/src/util/Compilers/GNUGDefs.hpp b/src/util/Compilers/GNUGDefs.hpp index 227bcb26a..76d3dac5e 100644 --- a/src/util/Compilers/GNUGDefs.hpp +++ b/src/util/Compilers/GNUGDefs.hpp @@ -56,8 +56,11 @@ /** * $Log$ - * Revision 1.1 1999/11/09 01:07:33 twl - * Initial revision + * Revision 1.2 1999/11/11 22:33:41 abagchi + * Changed the library name from 'XML4C' to 'xerces-c' + * + * Revision 1.1.1.1 1999/11/09 01:07:33 twl + * Initial checkin * * Revision 1.3 1999/11/08 20:45:23 rahul * Swat for adding in Product name and CVS comment log variable. @@ -106,4 +109,4 @@ int strnicmp(const char* const str1, const char* const str2, const unsigned int // --------------------------------------------------------------------------- // The name of the DLL that is built by the GNUG version of the system. // --------------------------------------------------------------------------- -const char* const XML4C_DLLName = "libIXXML4C"; +const char* const XML4C_DLLName = "libxerces-c"; diff --git a/src/util/Compilers/HPCCDefs.hpp b/src/util/Compilers/HPCCDefs.hpp index 42f7a555f..abb188389 100644 --- a/src/util/Compilers/HPCCDefs.hpp +++ b/src/util/Compilers/HPCCDefs.hpp @@ -56,8 +56,11 @@ /** * $Log$ - * Revision 1.1 1999/11/09 01:07:34 twl - * Initial revision + * Revision 1.2 1999/11/11 22:33:41 abagchi + * Changed the library name from 'XML4C' to 'xerces-c' + * + * Revision 1.1.1.1 1999/11/09 01:07:34 twl + * Initial checkin * * Revision 1.2 1999/11/08 20:45:23 rahul * Swat for adding in Product name and CVS comment log variable. @@ -105,4 +108,4 @@ int strnicmp(const char* const str1, const char* const str2, const unsigned int // --------------------------------------------------------------------------- // The name of the DLL that is built by the HP CC version of the system. // --------------------------------------------------------------------------- -const char* const XML4C_DLLName = "libIXXML4C"; +const char* const XML4C_DLLName = "libxerces-c"; diff --git a/src/util/Compilers/IBMVAOS2Defs.hpp b/src/util/Compilers/IBMVAOS2Defs.hpp index ae6a30850..5c5c70aae 100644 --- a/src/util/Compilers/IBMVAOS2Defs.hpp +++ b/src/util/Compilers/IBMVAOS2Defs.hpp @@ -56,8 +56,11 @@ /** * $Log$ - * Revision 1.1 1999/11/09 01:07:35 twl - * Initial revision + * Revision 1.2 1999/11/11 22:33:42 abagchi + * Changed the library name from 'XML4C' to 'xerces-c' + * + * Revision 1.1.1.1 1999/11/09 01:07:35 twl + * Initial checkin * * Revision 1.2 1999/11/08 20:45:24 rahul * Swat for adding in Product name and CVS comment log variable. @@ -102,7 +105,7 @@ typedef unsigned short XMLCh; // versioning string. This is defined in XML4CDefs.hpp which is what this // file is included into. // --------------------------------------------------------------------------- -const char* const XML4C_DLLName = "VAOXML4C" XML4C_DLLVersionStr; +const char* const XML4C_DLLName = "VAOXERCESC" XML4C_DLLVersionStr; // --------------------------------------------------------------------------- diff --git a/src/util/Compilers/IBMVAW32Defs.hpp b/src/util/Compilers/IBMVAW32Defs.hpp index 5d1f4fe61..2d73ccf16 100644 --- a/src/util/Compilers/IBMVAW32Defs.hpp +++ b/src/util/Compilers/IBMVAW32Defs.hpp @@ -56,8 +56,11 @@ /** * $Log$ - * Revision 1.1 1999/11/09 01:07:36 twl - * Initial revision + * Revision 1.2 1999/11/11 22:33:42 abagchi + * Changed the library name from 'XML4C' to 'xerces-c' + * + * Revision 1.1.1.1 1999/11/09 01:07:36 twl + * Initial checkin * * Revision 1.2 1999/11/08 20:45:24 rahul * Swat for adding in Product name and CVS comment log variable. @@ -103,4 +106,4 @@ typedef unsigned short XMLCh; // versioning string. This is defined in XML4CDefs.hpp which is what this // file is included into. // --------------------------------------------------------------------------- -const char* const XML4C_DLLName = "VAWXML4C" XML4C_DLLVersionStr; +const char* const XML4C_DLLName = "VAWXERCESC" XML4C_DLLVersionStr; diff --git a/src/util/Compilers/SunCCDefs.hpp b/src/util/Compilers/SunCCDefs.hpp index 570be6b1e..857efa019 100644 --- a/src/util/Compilers/SunCCDefs.hpp +++ b/src/util/Compilers/SunCCDefs.hpp @@ -56,8 +56,11 @@ /** * $Log$ - * Revision 1.1 1999/11/09 01:07:39 twl - * Initial revision + * Revision 1.2 1999/11/11 22:33:43 abagchi + * Changed the library name from 'XML4C' to 'xerces-c' + * + * Revision 1.1.1.1 1999/11/09 01:07:39 twl + * Initial checkin * * Revision 1.2 1999/11/08 20:45:25 rahul * Swat for adding in Product name and CVS comment log variable. @@ -116,4 +119,4 @@ int strnicmp(const char* const str1, const char* const str2, const unsigned int // --------------------------------------------------------------------------- // The name of the DLL that is built by the CC version of the system. // --------------------------------------------------------------------------- -const char* const XML4C_DLLName = "libIXXML4C"; +const char* const XML4C_DLLName = "libxerces-c"; diff --git a/src/util/Compilers/SunKaiDefs.hpp b/src/util/Compilers/SunKaiDefs.hpp index 158d181cb..58a4f4f17 100644 --- a/src/util/Compilers/SunKaiDefs.hpp +++ b/src/util/Compilers/SunKaiDefs.hpp @@ -56,8 +56,11 @@ /** * $Log$ - * Revision 1.1 1999/11/09 01:07:40 twl - * Initial revision + * Revision 1.2 1999/11/11 22:33:43 abagchi + * Changed the library name from 'XML4C' to 'xerces-c' + * + * Revision 1.1.1.1 1999/11/09 01:07:40 twl + * Initial checkin * * Revision 1.2 1999/11/08 20:45:25 rahul * Swat for adding in Product name and CVS comment log variable. @@ -112,7 +115,7 @@ typedef unsigned short XMLCh; // versioning string. This is defined in XML4CDefs.hpp which is what this // file is included into. // --------------------------------------------------------------------------- -const char* const XML4C_DLLName = "KAIXML4C" XML4C_DLLVersionStr; +const char* const XML4C_DLLName = "KAIXERCESC" XML4C_DLLVersionStr; // --------------------------------------------------------------------------- diff --git a/src/util/Compilers/TandemCCDefs.hpp b/src/util/Compilers/TandemCCDefs.hpp index 9fbf33e8f..10c4307fb 100644 --- a/src/util/Compilers/TandemCCDefs.hpp +++ b/src/util/Compilers/TandemCCDefs.hpp @@ -56,8 +56,11 @@ /** * $Log$ - * Revision 1.1 1999/11/09 01:07:40 twl - * Initial revision + * Revision 1.2 1999/11/11 22:33:43 abagchi + * Changed the library name from 'XML4C' to 'xerces-c' + * + * Revision 1.1.1.1 1999/11/09 01:07:40 twl + * Initial checkin * * Revision 1.2 1999/11/08 20:45:25 rahul * Swat for adding in Product name and CVS comment log variable. @@ -117,4 +120,4 @@ int strnicmp(const char* const str1, const char* const str2, const unsigned int // --------------------------------------------------------------------------- // The name of the library that is built by the Tandem version of the system. // --------------------------------------------------------------------------- -const char* const XML4C_DLLName = "libIXXML4C"; +const char* const XML4C_DLLName = "libxerces-c"; -- GitLab