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/10/30 08:08:41 UTC

cvs commit: xml-fop/src/org/apache/fop/apps Driver.java

keiron      01/10/29 23:08:41

  Modified:    src/org/apache/fop/apps Driver.java
  Log:
  
  
  Revision  Changes    Path
  1.37      +2 -3      xml-fop/src/org/apache/fop/apps/Driver.java
  
  Index: Driver.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/apps/Driver.java,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- Driver.java	2001/10/05 09:49:21	1.36
  +++ Driver.java	2001/10/30 07:08:40	1.37
  @@ -1,5 +1,5 @@
   /*
  - * $Id: Driver.java,v 1.36 2001/10/05 09:49:21 keiron Exp $
  + * $Id: Driver.java,v 1.37 2001/10/30 07:08:40 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.
  @@ -25,7 +25,6 @@
   import org.apache.log.format.*;
   import org.apache.log.output.io.*;
   import org.apache.log.output.*;
  -import org.apache.avalon.framework.logger.Loggable;
   
   // DOM
   import org.w3c.dom.Document;
  @@ -89,7 +88,7 @@
    * driver.render(parser, fileInputSource(args[0]));
    * </PRE>
    */
  -public class Driver implements Loggable {
  +public class Driver {
   
       /**
        * Render to PDF. OutputStream must be set
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org