You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2001/12/17 11:50:15 UTC

cvs commit: jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/xml XSLTProcess.java

donaldp     01/12/17 02:50:15

  Modified:    proposal/myrmidon/src/java/org/apache/antlib/xml
                        XSLTProcess.java
  Log:
  Start reducing the dependence on FileUtils.
  
  Revision  Changes    Path
  1.2       +0 -12     jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.java
  
  Index: XSLTProcess.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XSLTProcess.java	2001/12/16 12:04:44	1.1
  +++ XSLTProcess.java	2001/12/17 10:50:15	1.2
  @@ -8,8 +8,6 @@
   package org.apache.antlib.xml;
   
   import java.io.File;
  -import java.util.Enumeration;
  -import java.util.Vector;
   import java.util.ArrayList;
   import java.util.Iterator;
   import org.apache.myrmidon.api.TaskException;
  @@ -19,7 +17,6 @@
   import org.apache.tools.ant.taskdefs.MatchingTask;
   import org.apache.tools.ant.types.Path;
   import org.apache.tools.ant.types.Reference;
  -import org.apache.tools.ant.util.FileUtils;
   
   /**
    * A Task to process via XSLT a set of XML documents. This is useful for
  @@ -56,17 +53,8 @@
       private boolean m_stylesheetLoaded;
       private boolean m_force;
       private String m_outputtype;
  -    private FileUtils m_fileUtils;
       private XSLTLiaison m_liaison;
       private String m_processor;
  -
  -    /**
  -     * Creates a new XSLTProcess Task.
  -     */
  -    public XSLTProcess()
  -    {
  -        m_fileUtils = FileUtils.newFileUtils();
  -    }//-- setForce
   
       /**
        * Set the base directory.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>