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:24:01 UTC

cvs commit: xml-xerces/c createdocs.bat

rahulj      00/06/09 12:24:01

  Modified:    c        createdocs.bat
  Log:
  Added explicit classpath to jars in the tools/jars directory.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xerces/c/createdocs.bat
  
  Index: createdocs.bat
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/createdocs.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- createdocs.bat	2000/01/22 00:38:28	1.1
  +++ createdocs.bat	2000/06/09 19:24:01	1.2
  @@ -1 +1 @@
  -java org.apache.stylebook.StyleBook "targetDirectory=doc/html" doc/xerces-c_book.xml ../../xml-stylebook/styles/apachexml
  \ No newline at end of file
  +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=doc/html" doc/xerces-c_book.xml tools/jars/style-apachexml.jar