Author: bodewig
Date: Fri Mar 5 16:43:03 2010
New Revision: 919483
URL: http://svn.apache.org/viewvc?rev=919483&view=rev
Log:
clarify the meaning of other in different selector manual. PR 48078
Modified:
ant/core/trunk/docs/manual/CoreTypes/selectors.html
Modified: ant/core/trunk/docs/manual/CoreTypes/selectors.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTypes/selectors.html?rev=919483&r1=919482&r2=919483&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTypes/selectors.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/selectors.html Fri Mar 5 16:43:03 2010
@@ -334,7 +334,11 @@
another location. The rules for determining difference between
the two files are as follows:
<ol>
- <li> If there is no 'other' file, it's different.
+ <li>If a file is only present in the resource collection you apply
+ the selector to but not in targetdir (or after applying the
+ mapper) the file is selected.
+ <li>If a file is only present in targetdir (or after applying the
+ mapper) it is ignored.
<li> Files with different lengths are different.
<li> If <tt>ignoreFileTimes</tt> is turned off, then differing file
timestamps will cause files to be regarded as different.