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/UpToDa
te.java
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/UpToDa
te.java
URL: http://svn.apache.org/
viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/taskdef
s/UpToDate.java?rev=397314&r1=397313&r2=397314&v
iew=diff
============================================================
==================
---
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/UpToDa
te.java (original)
+++
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/UpToDa
te.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: dev-unsubscribe ant.apache.org
For additional commands, e-mail: dev-help ant.apache.org
|