You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2005/10/26 20:58:11 UTC

svn commit: r328707 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/DependSet.java

Author: antoine
Date: Wed Oct 26 11:58:03 2005
New Revision: 328707

URL: http://svn.apache.org/viewcvs?rev=328707&view=rev
Log:
remove FileUtils - submitted by Kevin Jackson

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/DependSet.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/DependSet.java
URL: http://svn.apache.org/viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/DependSet.java?rev=328707&r1=328706&r2=328707&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/DependSet.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/DependSet.java Wed Oct 26 11:58:03 2005
@@ -35,7 +35,6 @@
 import org.apache.tools.ant.types.resources.selectors.ResourceSelector;
 import org.apache.tools.ant.types.resources.comparators.Reverse;
 import org.apache.tools.ant.types.resources.comparators.ResourceComparator;
-import org.apache.tools.ant.util.FileUtils;
 
 /**
  * Examines and removes out of date target files.  If any of the target files
@@ -81,7 +80,6 @@
  */
 public class DependSet extends MatchingTask {
 
-    private static final FileUtils FILE_UTILS = FileUtils.getFileUtils();
     private static final ResourceSelector NOT_EXISTS = new Not(new Exists());
     private static final ResourceComparator DATE_ASC
         = new org.apache.tools.ant.types.resources.comparators.Date();



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org