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 ke...@apache.org on 2001/02/04 07:07:56 UTC

cvs commit: xml-fop/lib/org/apache/fop/layout/hyphenation ByteVector.class CharVector.class Hyphen.class Hyphenation.class HyphenationException.class HyphenationTree.class PatternConsumer.class PatternParser.class TernaryTree$Iterator$Item.class TernaryTree$Iterator.class TernaryTree.class

kellyc      01/02/03 22:07:56

  Modified:    lib      readme
  Removed:     lib      Compare.class Compare.java CompileXMLFiles.class
                        CompileXMLFiles.java Fop.class Fop.java
                        SerializeHyphPattern.class
                        SerializeHyphPattern.java
                        Xslt$StylesheetCache.class Xslt.class Xslt.java
               lib/org/apache/fop/layout/hyphenation ByteVector.class
                        CharVector.class Hyphen.class Hyphenation.class
                        HyphenationException.class HyphenationTree.class
                        PatternConsumer.class PatternParser.class
                        TernaryTree$Iterator$Item.class
                        TernaryTree$Iterator.class TernaryTree.class
  Log:
  Cleaned up old build files which aren't used anymore
  
  Revision  Changes    Path
  1.3       +11 -7     xml-fop/lib/readme
  
  Index: readme
  ===================================================================
  RCS file: /home/cvs/xml-fop/lib/readme,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- readme	2000/12/12 19:18:22	1.2
  +++ readme	2001/02/04 06:07:56	1.3
  @@ -1,12 +1,16 @@
   This directory contains some libraries or class files necessary 
   for compiling, running or testing Fop.
   
  -ant.jar                  Ant is the scripting tool which is used to build Fop or to run 
  -                         the test scripts. see build.xml in root for more information
  -w3c.jar                  the svg library from the w3 consortium
  +ant.jar         Ant is the scripting tool which is used to build Fop or to run 
  +                the test scripts. see build.xml in root for more information
   
  +w3c.jar         the svg library from the w3 consortium
   
  -Compare.java             a ant task which compares files
  -Fop.java                 a ant task which allows calling Fop from Ant 
  -Xslt.java                a ant task which allows calling Xalan from Ant
  -SerializeHyphPattern     a ant task which serializes hyphenation patterns for quicker access
  +
  +buildtools.jar  Ant tasks required for building FOP. Rebuild with 
  +                build.sh -f buildtools.xml in the top level directory.
  +		(Note: if you are going to check in a new version of 
  +		buildtools.jar, make sure you have both Xalan 1 and
  +		Xalan 2 in the classpath when building it.)
  +
  +stylebook.jar	Jar used for creating the FOP website
  \ No newline at end of file