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 2002/01/04 10:20:44 UTC

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

donaldp     02/01/04 01:20:44

  Modified:    proposal/myrmidon/src/java/org/apache/antlib/xml
                        XSLTProcess.java
  Log:
  Remove special handling of references as the container should take care of that.
  
  Revision  Changes    Path
  1.8       +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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XSLTProcess.java	30 Dec 2001 03:33:57 -0000	1.7
  +++ XSLTProcess.java	4 Jan 2002 09:20:44 -0000	1.8
  @@ -77,18 +77,6 @@
       }
   
       /**
  -     * Set the classpath to load the Processor through via reference
  -     * (attribute).
  -     *
  -     * @param r The new ClasspathRef value
  -     */
  -    public void setClasspathRef( Reference r )
  -        throws TaskException
  -    {
  -        createClasspath().setRefid( r );
  -    }
  -
  -    /**
        * Set the destination directory into which the XSL result files should be
        * copied to
        *
  
  
  

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