rubys       01/01/11 01:12:44

  Modified:    src/main/org/apache/tools/ant/taskdefs XSLTProcess.java
  Log:
  Remove debug statement - oops!
  
  Revision  Changes    Path
  1.13      +1 -2      
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java
  
  Index: XSLTProcess.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XSLTProcess.java  2001/01/03 16:48:27     1.12
  +++ XSLTProcess.java  2001/01/11 09:12:44     1.13
  @@ -84,7 +84,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]">Keith Visco</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Sam Ruby</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Russell Gold</a>
  - * @version $Revision: 1.12 $ $Date: 2001/01/03 16:48:27 $
  + * @version $Revision: 1.13 $ $Date: 2001/01/11 09:12:44 $
    */
   public class XSLTProcess extends MatchingTask {
   
  @@ -224,7 +224,6 @@
        * Sets the file to use for styling relative to the base directory.
        */
       public void setProcessor(String processor) throws Exception {
  -System.out.println("trying " + processor);
   
           if (processor.equals("trax")) {
               final Class clazz = 
  
  
  

Reply via email to