keiron 01/11/22 00:30:36 Modified: src/org/apache/fop/fo/flow Footnote.java src/org/apache/fop/image EPSImage.java src/org/apache/fop/image/analyser EPSReader.java SVGReader.java src/org/apache/fop/tools/anttasks Fop.java Log: fixed some compile problems Revision Changes Path 1.11 +1 -2 xml-fop/src/org/apache/fop/fo/flow/Footnote.java Index: Footnote.java =================================================================== RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Footnote.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Footnote.java 2001/11/22 07:11:39 1.10 +++ Footnote.java 2001/11/22 08:30:36 1.11 @@ -1,5 +1,5 @@ /* - * $Id: Footnote.java,v 1.10 2001/11/22 07:11:39 keiron Exp $ + * $Id: Footnote.java,v 1.11 2001/11/22 08:30:36 keiron Exp $ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved. * For details on use and redistribution please refer to the * LICENSE file included with these sources. @@ -12,7 +12,6 @@ import org.apache.fop.layout.*; import org.apache.fop.apps.FOPException; import org.apache.fop.fo.properties.*; -import org.apache.fop.messaging.*; // Java import java.util.ArrayList; 1.3 +1 -2 xml-fop/src/org/apache/fop/image/EPSImage.java Index: EPSImage.java =================================================================== RCS file: /home/cvs/xml-fop/src/org/apache/fop/image/EPSImage.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- EPSImage.java 2001/11/22 07:11:40 1.2 +++ EPSImage.java 2001/11/22 08:30:36 1.3 @@ -1,5 +1,5 @@ /* - * $Id: EPSImage.java,v 1.2 2001/11/22 07:11:40 keiron Exp $ + * $Id: EPSImage.java,v 1.3 2001/11/22 08:30:36 keiron Exp $ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved. * For details on use and redistribution please refer to the * LICENSE file included with these sources. @@ -15,7 +15,6 @@ // FOP import org.apache.fop.apps.Driver; -import org.apache.fop.messaging.*; import org.apache.fop.datatypes.ColorSpace; import org.apache.fop.pdf.PDFColor; import org.apache.fop.image.analyser.ImageReader; 1.2 +2 -8 xml-fop/src/org/apache/fop/image/analyser/EPSReader.java Index: EPSReader.java =================================================================== RCS file: /home/cvs/xml-fop/src/org/apache/fop/image/analyser/EPSReader.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- EPSReader.java 2001/11/16 19:36:40 1.1 +++ EPSReader.java 2001/11/22 08:30:36 1.2 @@ -1,5 +1,5 @@ /* - * $Id: EPSReader.java,v 1.1 2001/11/16 19:36:40 tore Exp $ + * $Id: EPSReader.java,v 1.2 2001/11/22 08:30:36 keiron Exp $ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved. * For details on use and redistribution please refer to the * LICENSE file included with these sources. @@ -14,17 +14,11 @@ import java.io.InputStream; import java.net.URL; - -// FOP -import org.apache.fop.messaging.*; -import org.apache.fop.image.SVGImage; - import org.xml.sax.InputSource; import org.xml.sax.XMLReader; - /** - * ImageReader object for SVG document image type. + * ImageReader object for EPS document image type. */ public class EPSReader extends AbstractImageReader { private long[] bbox; 1.16 +1 -2 xml-fop/src/org/apache/fop/image/analyser/SVGReader.java Index: SVGReader.java =================================================================== RCS file: /home/cvs/xml-fop/src/org/apache/fop/image/analyser/SVGReader.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- SVGReader.java 2001/11/22 07:11:40 1.15 +++ SVGReader.java 2001/11/22 08:30:36 1.16 @@ -1,5 +1,5 @@ /* - * $Id: SVGReader.java,v 1.15 2001/11/22 07:11:40 keiron Exp $ + * $Id: SVGReader.java,v 1.16 2001/11/22 08:30:36 keiron Exp $ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved. * For details on use and redistribution please refer to the * LICENSE file included with these sources. @@ -15,7 +15,6 @@ import org.w3c.dom.svg.SVGSVGElement; // FOP -import org.apache.fop.messaging.*; import org.apache.fop.image.SVGImage; import org.xml.sax.InputSource; 1.17 +1 -2 xml-fop/src/org/apache/fop/tools/anttasks/Fop.java Index: Fop.java =================================================================== RCS file: /home/cvs/xml-fop/src/org/apache/fop/tools/anttasks/Fop.java,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- Fop.java 2001/11/02 11:06:08 1.16 +++ Fop.java 2001/11/22 08:30:36 1.17 @@ -1,5 +1,5 @@ /* - * $Id: Fop.java,v 1.16 2001/11/02 11:06:08 keiron Exp $ + * $Id: Fop.java,v 1.17 2001/11/22 08:30:36 keiron Exp $ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved. * For details on use and redistribution please refer to the * LICENSE file included with these sources. @@ -27,7 +27,6 @@ import java.util.*; // FOP -import org.apache.fop.messaging.*; import org.apache.fop.apps.Options; import org.apache.fop.apps.Starter; import org.apache.fop.apps.InputHandler;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]