Author: jkf
Date: Wed Apr 26 14:51:42 2006
New Revision: 397314

URL: http://svn.apache.org/viewcvs?rev=397314&view=rev
Log:
Just committed this one prematurely

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

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/UpToDate.java
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/UpToDate.java?rev=397314&r1=397313&r2=397314&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/UpToDate.java 
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/UpToDate.java Wed Apr 
26 14:51:42 2006
@@ -207,8 +207,8 @@
         if (upToDate) {
             Resource[] r = sourceResources.listResources();
             upToDate = upToDate &&
-                (ResourceUtils.selectOutOfDateResources(this, r, getMapper(),
-                                                      getProject(), 
null).length
+                (ResourceUtils.selectOutOfDateSources(this, r, getMapper(),
+                                                      getProject()).length
                  == 0);
         }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to