Browse Source

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
master
Peter Donald 23 years ago
parent
commit
2a6da440b8
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.java

+ 0
- 12
proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.java View File

@@ -76,18 +76,6 @@ public class XSLTProcess
createClasspath().append( classpath ); 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 * Set the destination directory into which the XSL result files should be
* copied to * copied to


Loading…
Cancel
Save