You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Kev Jackson <ke...@it.fts-vn.com> on 2005/10/26 08:52:59 UTC

[Patch] DependSet - remove unnecessary codw

- removed FileUtils

Kev

Re: [Patch] DependSet - remove unnecessary codw

Posted by Antoine Levy-Lambert <an...@gmx.de>.
Hello Kevin,

patch submitted, thanks,

Antoine Levy-Lambert


Kev Jackson wrote:

> - removed FileUtils
>
> Kev
>
>------------------------------------------------------------------------
>
>Index: D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/DependSet.java
>===================================================================
>--- D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/DependSet.java	(revision 328575)
>+++ D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/DependSet.java	(working copy)
>@@ -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
>


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