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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to