You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by fo...@locus.apache.org on 2000/06/21 10:00:36 UTC

cvs commit: xml-fop README

fotis       00/06/21 01:00:34

  Modified:    .        README
  Log:
  added explanation where to find detailed instructions how to compile (proposed by Marc Dorchain)
  
  Revision  Changes    Path
  1.10      +3 -1      xml-fop/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/xml-fop/README,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- README	2000/03/07 10:20:34	1.9
  +++ README	2000/06/21 08:00:29	1.10
  @@ -14,5 +14,7 @@
       HTML-Documentation can be found in the subdirectory /docs. 
   
       Compilation of Fop is started by executing build. It requires
  -    Xerces-J, Xalan and bsf.jar (comes with Xalan) in your classpath.
  +    Xerces-J, Xalan and bsf.jar (comes with Xalan) in your classpath. 
  +    You can find more details in build.xml or in the documentation under the 
  +    heading 'compiling'.