You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jp...@locus.apache.org on 2000/08/07 22:29:47 UTC

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

jpolast     00/08/07 13:29:43

  Modified:    c/scripts packageSources.pl
  Log:
  include SAX2_EXPORT module
  
  Revision  Changes    Path
  1.22      +1 -0      xml-xerces/c/scripts/packageSources.pl
  
  Index: packageSources.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/packageSources.pl,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- packageSources.pl	2000/07/06 00:54:12	1.21
  +++ packageSources.pl	2000/08/07 20:29:38	1.22
  @@ -231,6 +231,7 @@
           open (FIZZLEOUT, ">$thefile");
           while ($line = <FIZZLE>) {
                   $line =~ s/SAX_EXPORT//g;
  +                $line =~ s/SAX2_EXPORT//g;
                   $line =~ s/CDOM_EXPORT//g;
                   $line =~ s/XMLPARSER_EXPORT//g;
                   $line =~ s/PARSERS_EXPORT//g;