You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ra...@locus.apache.org on 2000/06/09 21:44:59 UTC

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

rahulj      00/06/09 12:44:59

  Modified:    c/scripts packageSources.pl
  Log:
  Updated for 1.2.0 release.
  
  Revision  Changes    Path
  1.19      +2 -1      xml-xerces/c/scripts/packageSources.pl
  
  Index: packageSources.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/packageSources.pl,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- packageSources.pl	2000/05/11 00:08:26	1.18
  +++ packageSources.pl	2000/06/09 19:44:58	1.19
  @@ -103,7 +103,8 @@
      if (length($ICUROOT) > 0) {
      	change_documentation_entities("$srctargetdir/doc/entities.ent");
      }
  -   system("java -classpath \$CLASSPATH org.apache.stylebook.StyleBook \"targetDirectory=$srctargetdir/doc/html\" xerces-c_book.xml \$HOME/xml-stylebook/styles/apachexml");  # You must have Xerces-Java and Stylebook installed in addition to JDK1.2.2
  +
  +   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");
   
      if ($platform =~ m/Windows/) {
         $RM = "rm";