From 2a6da440b815379648f53e4fea35b5cc289ddfab Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Fri, 4 Jan 2002 09:20:44 +0000 Subject: [PATCH] Remove special handling of references as the container should take care of that. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270504 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/java/org/apache/antlib/xml/XSLTProcess.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.java b/proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.java index cf13d27b7..1f9739ab8 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.java @@ -76,18 +76,6 @@ public class XSLTProcess createClasspath().append( classpath ); } - /** - * 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