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/07/31 17:08:57 UTC

cvs commit: xml-xerces/c/scripts packageSources.pl

tng         01/07/31 08:08:56

  Modified:    c/doc    Doxyfile
               c/scripts packageSources.pl
  Log:
  Use Xerces-C++.
  
  Revision  Changes    Path
  1.14      +1 -1      xml-xerces/c/doc/Doxyfile
  
  Index: Doxyfile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/Doxyfile,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Doxyfile	2001/07/13 20:15:50	1.13
  +++ Doxyfile	2001/07/31 15:08:56	1.14
  @@ -19,7 +19,7 @@
   # The PROJECT_NAME tag is a single word (or a sequence of word surrounded
   # by quotes) that should identify the project.
   
  -PROJECT_NAME         = Xerces-C
  +PROJECT_NAME         = Xerces-C++
   
   # The PROJECT_NUMBER tag can be used to enter a project or revision number.
   # This could be handy for archiving the generated documentation or
  
  
  
  1.32      +2 -2      xml-xerces/c/scripts/packageSources.pl
  
  Index: packageSources.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/packageSources.pl,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- packageSources.pl	2001/07/13 20:16:26	1.31
  +++ packageSources.pl	2001/07/31 15:08:56	1.32
  @@ -287,7 +287,7 @@
           open (FIZZLEOUT, ">$thefile");
           while ($line = <FIZZLE>) {
                   $line =~ s/"Xerces C\+\+ Parser"/"XML for C\+\+ Parser"/g;
  -                $line =~ s/"Xerces-C"/"XML4C"/g;
  +                $line =~ s/"Xerces-C\+\+"/"XML4C"/g;
                   $line =~ s/"1\.5\.1"/"3\.5\.1"/g;
                   $line =~ s/"Xerces"/"XML4C"/g;
                   $line =~ s/"xerces-c1_5_1"/"xml4c-3_5_1"/g;
  @@ -311,7 +311,7 @@
           open (FIZZLE, $thefiledotbak);
           open (FIZZLEOUT, ">$thefile");
           while ($line = <FIZZLE>) {
  -                $line =~ s/Xerces-C/XML4C/g;
  +                $line =~ s/Xerces-C\+\+/XML4C/g;
                   $line =~ s/1\.5\.1/3\.5\.1/g;
                   $line =~ s/header.html/header_ibm.html/g;
                   print FIZZLEOUT $line;
  
  
  

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