You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ch...@apache.org on 2003/01/13 15:11:19 UTC

cvs commit: jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/acs ACSFactory.java

chrisw      2003/01/13 06:11:19

  Modified:    src/java/org/apache/tools/ant/gui/acs ACSFactory.java
  Log:
  Removing unwanted println.out.System :).
  
  Revision  Changes    Path
  1.4       +1 -2      jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/acs/ACSFactory.java
  
  Index: ACSFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/acs/ACSFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ACSFactory.java	13 Jan 2003 13:31:17 -0000	1.3
  +++ ACSFactory.java	13 Jan 2003 14:11:19 -0000	1.4
  @@ -151,7 +151,6 @@
               _elementClassMap.setProperty("project", antProjectName);
               _elementClassMap.setProperty("target", antTargetName);
   
  -            System.out.println(_taskClassMap.toString());
               // Finally we scan the entire classpath for additional classes and custom Tasks.
           }
           catch(Throwable ex) {
  
  
  

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