abagchi     99/11/11 14:33:55

  Modified:    c/src/util/Compilers CodeWarriorDefs.hpp CSetDefs.hpp
                        GCCDefs.hpp GNUGDefs.hpp HPCCDefs.hpp
                        IBMVAOS2Defs.hpp IBMVAW32Defs.hpp SunCCDefs.hpp
                        SunKaiDefs.hpp TandemCCDefs.hpp
  Log:
  Changed the library name from 'XML4C' to 'xerces-c'
  
  Revision  Changes    Path
  1.2       +4 -1      xml-xerces/c/src/util/Compilers/CodeWarriorDefs.hpp
  
  Index: CodeWarriorDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/CodeWarriorDefs.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CodeWarriorDefs.hpp       1999/11/09 01:07:29     1.1
  +++ CodeWarriorDefs.hpp       1999/11/11 22:33:40     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: CodeWarriorDefs.hpp,v $
  - * 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 @@
   //  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;
  
  
  
  1.2       +4 -1      xml-xerces/c/src/util/Compilers/CSetDefs.hpp
  
  Index: CSetDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/CSetDefs.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CSetDefs.hpp      1999/11/09 01:07:31     1.1
  +++ CSetDefs.hpp      1999/11/11 22:33:41     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: CSetDefs.hpp,v $
  - * 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 @@
   // 
---------------------------------------------------------------------------
   //  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";
  
  
  
  1.2       +4 -1      xml-xerces/c/src/util/Compilers/GCCDefs.hpp
  
  Index: GCCDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/GCCDefs.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GCCDefs.hpp       1999/11/09 01:07:32     1.1
  +++ GCCDefs.hpp       1999/11/11 22:33:41     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: GCCDefs.hpp,v $
  - * 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 @@
   // 
---------------------------------------------------------------------------
   //  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";
  
  
  
  1.2       +4 -1      xml-xerces/c/src/util/Compilers/GNUGDefs.hpp
  
  Index: GNUGDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/GNUGDefs.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GNUGDefs.hpp      1999/11/09 01:07:33     1.1
  +++ GNUGDefs.hpp      1999/11/11 22:33:41     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: GNUGDefs.hpp,v $
  - * 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 @@
   // 
---------------------------------------------------------------------------
   //  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";
  
  
  
  1.2       +4 -1      xml-xerces/c/src/util/Compilers/HPCCDefs.hpp
  
  Index: HPCCDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/HPCCDefs.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HPCCDefs.hpp      1999/11/09 01:07:34     1.1
  +++ HPCCDefs.hpp      1999/11/11 22:33:41     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: HPCCDefs.hpp,v $
  - * 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 @@
   // 
---------------------------------------------------------------------------
   //  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";
  
  
  
  1.2       +4 -1      xml-xerces/c/src/util/Compilers/IBMVAOS2Defs.hpp
  
  Index: IBMVAOS2Defs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/IBMVAOS2Defs.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IBMVAOS2Defs.hpp  1999/11/09 01:07:35     1.1
  +++ IBMVAOS2Defs.hpp  1999/11/11 22:33:42     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: IBMVAOS2Defs.hpp,v $
  - * 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 @@
   //  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;
   
   
   // 
---------------------------------------------------------------------------
  
  
  
  1.2       +4 -1      xml-xerces/c/src/util/Compilers/IBMVAW32Defs.hpp
  
  Index: IBMVAW32Defs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/IBMVAW32Defs.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IBMVAW32Defs.hpp  1999/11/09 01:07:36     1.1
  +++ IBMVAW32Defs.hpp  1999/11/11 22:33:42     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: IBMVAW32Defs.hpp,v $
  - * 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 @@
   //  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;
  
  
  
  1.2       +4 -1      xml-xerces/c/src/util/Compilers/SunCCDefs.hpp
  
  Index: SunCCDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/SunCCDefs.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SunCCDefs.hpp     1999/11/09 01:07:39     1.1
  +++ SunCCDefs.hpp     1999/11/11 22:33:43     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: SunCCDefs.hpp,v $
  - * 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 @@
   // 
---------------------------------------------------------------------------
   //  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";
  
  
  
  1.2       +4 -1      xml-xerces/c/src/util/Compilers/SunKaiDefs.hpp
  
  Index: SunKaiDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/SunKaiDefs.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SunKaiDefs.hpp    1999/11/09 01:07:40     1.1
  +++ SunKaiDefs.hpp    1999/11/11 22:33:43     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: SunKaiDefs.hpp,v $
  - * 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 @@
   //  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;
   
   
   // 
---------------------------------------------------------------------------
  
  
  
  1.2       +4 -1      xml-xerces/c/src/util/Compilers/TandemCCDefs.hpp
  
  Index: TandemCCDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/TandemCCDefs.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TandemCCDefs.hpp  1999/11/09 01:07:40     1.1
  +++ TandemCCDefs.hpp  1999/11/11 22:33:43     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: TandemCCDefs.hpp,v $
  - * 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 @@
   // 
---------------------------------------------------------------------------
   //  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";
  
  
  

Reply via email to