You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ab...@locus.apache.org on 2000/07/06 02:54:15 UTC

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

abagchi     00/07/05 17:54:14

  Modified:    c/scripts packageSources.pl
  Log:
  Now uses new xerces.jar and xalan.jar file
  
  Revision  Changes    Path
  1.21      +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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- packageSources.pl	2000/06/20 21:34:21	1.20
  +++ packageSources.pl	2000/07/06 00:54:12	1.21
  @@ -110,7 +110,7 @@
         system("$RM -rf *.dep");
         system("$RM -rf *.mak");
         system("$RM -rf Makefile");
  -      system("java -classpath \"../tools/jars/stylebook-1.0-b2.jar;../tools/jars/xalan-0.19.2.jar;../tools/jars/xerces-1.0.1.jar\" org.apache.stylebook.StyleBook \"targetDirectory=$srctargetdir/doc/html\" xerces-c_book.xml ../tools/jars/style-apachexml.jar");
  +      system("java -classpath \"../tools/jars/stylebook-1.0-b2.jar;../tools/jars/xalan.jar;../tools/jars/xerces.jar\" org.apache.stylebook.StyleBook \"targetDirectory=$srctargetdir/doc/html\" xerces-c_book.xml ../tools/jars/style-apachexml.jar");
   
      }
      else {   # all UNIX flavors
  @@ -132,7 +132,7 @@
         system("sh createdocs.sh");
   	  unlink("createdocs.sh");
   	  system("\\rm -rf $srctargetdir/tools/jars/styles");
  -	  
  +
         $RM = "\\rm";
         system("find $srctargetdir -name \"*.o\" -print -exec rm -f {} \\;");
         system("find $srctargetdir -name \"core\" -print -exec rm -f {} \\;");