You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/05/17 18:31:30 UTC

cvs commit: xml-xerces/c/Projects/OS2/VACPP40 xerces_idom.icc Xerces.icc genICC.cmd packageBinaries.cmd project_options.icc xerces_parsers.icc

tng         01/05/17 09:31:30

  Modified:    c/Projects/OS2/VACPP40 Xerces.icc genICC.cmd
                        packageBinaries.cmd project_options.icc
                        xerces_parsers.icc
  Added:       c/Projects/OS2/VACPP40 xerces_idom.icc
  Log:
  IDOM: Update OS2 project files
  
  Revision  Changes    Path
  1.3       +3 -1      xml-xerces/c/Projects/OS2/VACPP40/Xerces.icc
  
  Index: Xerces.icc
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/Projects/OS2/VACPP40/Xerces.icc,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Xerces.icc	2000/09/21 00:54:13	1.2
  +++ Xerces.icc	2001/05/17 16:31:13	1.3
  @@ -1,5 +1,6 @@
   include "project_options.icc"
   include "xerces_dom.icc"
  +include "xerces_idom.icc"
   include "xerces_framework.icc"
   include "xerces_internal.icc"
   include "xerces_parsers.icc"
  @@ -15,11 +16,12 @@
      target "xerces-c.dll"
      {
       source type("cpp") xerces_dom
  +    source type("cpp") xerces_idom
       source type("cpp") xerces_framework
       source type("cpp") xerces_internal
       source type("cpp") xerces_parsers
       source type("cpp") xerces_sax
  -	source type("cpp") xerces_sax2
  +    source type("cpp") xerces_sax2
       source type("cpp") xerces_util
       source type("cpp") xerces_validators
       source type("cpp") xerces_os2
  
  
  
  1.3       +5 -4      xml-xerces/c/Projects/OS2/VACPP40/genICC.cmd
  
  Index: genICC.cmd
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/Projects/OS2/VACPP40/genICC.cmd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- genICC.cmd	2000/09/21 00:54:13	1.2
  +++ genICC.cmd	2001/05/17 16:31:15	1.3
  @@ -10,7 +10,7 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *    notice, this list of conditions and the following disclaimer. 
  + *    notice, this list of conditions and the following disclaimer.
    *
    * 2. Redistributions in binary form must reproduce the above copyright
    *    notice, this list of conditions and the following disclaimer in
  @@ -18,7 +18,7 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution,
  - *    if any, must include the following acknowledgment:  
  + *    if any, must include the following acknowledgment:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
    *    Alternately, this acknowledgment may appear in the software itself,
  @@ -26,7 +26,7 @@
    *
    * 4. The names "Xerces" and "Apache Software Foundation" must
    *    not be used to endorse or promote products derived from this
  - *    software without prior written permission. For written 
  + *    software without prior written permission. For written
    *    permission, please contact apache@apache.org.
    *
    * 5. Products derived from this software may not be called "Apache",
  @@ -56,7 +56,7 @@
    */
   
   /*
  - * $Id: genICC.cmd,v 1.2 2000/09/21 00:54:13 aruna1 Exp $
  + * $Id: genICC.cmd,v 1.3 2001/05/17 16:31:15 tng Exp $
    * Object Rexx script to generate ICC include files for Xerces-C project.
    */
   
  @@ -109,6 +109,7 @@
               '    opt(tune, "pentium"),',                          ,
               '    incl(searchpath, BASE_DIR "\\src"),',            ,
               '    incl(searchpath, BASE_DIR "\\src\\dom"),',       ,
  +            '    incl(searchpath, BASE_DIR "\\src\\idom"),',      ,
               '    define("' || msgloaderdef || '", 1),',           ,
               '    define("' || transcoderdef || '", 1)'            )
   
  
  
  
  1.5       +8 -0      xml-xerces/c/Projects/OS2/VACPP40/packageBinaries.cmd
  
  Index: packageBinaries.cmd
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/Projects/OS2/VACPP40/packageBinaries.cmd,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- packageBinaries.cmd	2001/03/02 20:04:55	1.4
  +++ packageBinaries.cmd	2001/05/17 16:31:16	1.5
  @@ -103,6 +103,8 @@
     CALL SysMkDir targetdir || "\samples\SAX2Print"
     CALL SysMkDir targetdir || "\samples\DOMCount"
     CALL SysMkDir targetdir || "\samples\DOMPrint"
  +  CALL SysMkDir targetdir || "\samples\IDOMCount"
  +  CALL SysMkDir targetdir || "\samples\IDOMPrint"
     CALL SysMkDir targetdir || "\samples\Redirect"
     CALL SysMkDir targetdir || "\samples\MemParse"
     CALL SysMkDir targetdir || "\samples\PParse"
  @@ -138,6 +140,8 @@
                   "SAX2Print", ,
                   "DOMCount", ,
                   "DOMPrint", ,
  +                "IDOMCount", ,
  +                "IDOMPrint", ,
                   "Redirect", ,
                   "MemParse", ,
                   "PParse", ,
  @@ -187,6 +191,7 @@
   			  "sax2", ,
                 "framework", ,
                 "dom", ,
  +              "idom", ,
                 "internal", ,
                 "parsers", ,
                 "util", ,
  @@ -226,6 +231,9 @@
         trgfn = targetdir || "\include\" || dir || "\" || Filespec('N', f.i)
         IF srcfn~pos("\dom\") > 0 THEN
           IF srcfn~pos("Impl.hpp") > 0 | srcfn~pos("\dom\DS") > 0 THEN
  +          ITERATE
  +      IF srcfn~pos("\idom\") > 0 THEN
  +        IF srcfn~pos("Impl.hpp") > 0 | srcfn~pos("\idom\IDS") > 0 THEN
             ITERATE
         'copy' srcfn trgfn '> nul'
       END
  
  
  
  1.2       +1 -0      xml-xerces/c/Projects/OS2/VACPP40/project_options.icc
  
  Index: project_options.icc
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/Projects/OS2/VACPP40/project_options.icc,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project_options.icc	2000/06/23 18:10:36	1.1
  +++ project_options.icc	2001/05/17 16:31:19	1.2
  @@ -13,5 +13,6 @@
       opt(tune, "pentium"),
       incl(searchpath, BASE_DIR "\\src"),
       incl(searchpath, BASE_DIR "\\src\\dom"),
  +    incl(searchpath, BASE_DIR "\\src\\idom"),
       define("XML_USE_INMEMORY_MSGLOADER", 1),
       define("XML_USE_ICONV_TRANSCODER", 1)
  
  
  
  1.3       +2 -1      xml-xerces/c/Projects/OS2/VACPP40/xerces_parsers.icc
  
  Index: xerces_parsers.icc
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/Projects/OS2/VACPP40/xerces_parsers.icc,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xerces_parsers.icc	2000/09/21 00:54:15	1.2
  +++ xerces_parsers.icc	2001/05/17 16:31:21	1.3
  @@ -1,4 +1,5 @@
   group xerces_parsers =
       BASE_DIR "\\src\\parsers\\DOMParser.cpp",
  -	BASE_DIR "\\src\\parsers\\SAX2XMLReaderImpl.cpp",
  +    BASE_DIR "\\src\\parsers\\IDOMParser.cpp",
  +    BASE_DIR "\\src\\parsers\\SAX2XMLReaderImpl.cpp",
       BASE_DIR "\\src\\parsers\\SAXParser.cpp"
  
  
  
  1.1                  xml-xerces/c/Projects/OS2/VACPP40/xerces_idom.icc
  
  Index: xerces_idom.icc
  ===================================================================
  group xerces_dom =
      BASE_DIR "\\src\\idom\\IDAttrImpl.cpp",
      BASE_DIR "\\src\\idom\\IDAttrMapImpl.cpp",
      BASE_DIR "\\src\\idom\\IDAttrNSImpl.cpp",
      BASE_DIR "\\src\\idom\\IDCDATASectionImpl.cpp",
      BASE_DIR "\\src\\idom\\IDCharacterDataImpl.cpp",
      BASE_DIR "\\src\\idom\\IDChildNode.cpp",
      BASE_DIR "\\src\\idom\\IDCommentImpl.cpp",
      BASE_DIR "\\src\\idom\\IDDeepNodeListImpl.cpp",
      BASE_DIR "\\src\\idom\\IDDocumentFragmentImpl.cpp",
      BASE_DIR "\\src\\idom\\IDDocumentImpl.cpp",
      BASE_DIR "\\src\\idom\\IDDocumentTypeImpl.cpp",
      BASE_DIR "\\src\\idom\\IDDOMImplementation.cpp",
      BASE_DIR "\\src\\idom\\IDElementImpl.cpp",
      BASE_DIR "\\src\\idom\\IDElementNSImpl.cpp",
      BASE_DIR "\\src\\idom\\IDEntityImpl.cpp",
      BASE_DIR "\\src\\idom\\IDEntityReferenceImpl.cpp",
      BASE_DIR "\\src\\idom\\IDNamedNodeMapImpl.cpp",
      BASE_DIR "\\src\\idom\\IDNodeIDMap.cpp",
      BASE_DIR "\\src\\idom\\IDNodeImpl.cpp",
      BASE_DIR "\\src\\idom\\IDNodeListImpl.cpp",
      BASE_DIR "\\src\\idom\\IDNodeVector.cpp",
      BASE_DIR "\\src\\idom\\IDNotationImpl.cpp",
      BASE_DIR "\\src\\idom\\IDOM_DOMException.cpp",
      BASE_DIR "\\src\\idom\\IDParentNode.cpp",
      BASE_DIR "\\src\\idom\\IDProcessingInstructionImpl.cpp",
      BASE_DIR "\\src\\idom\\IDStringPool.cpp",
      BASE_DIR "\\src\\idom\\IDTextImpl.cpp",
      BASE_DIR "\\src\\idom\\IDXMLDeclImpl.cpp"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org