Currently in Copy.java, no message is logged when a single file is skipped because the target file is up-to-date. For example, <copy file="foo" tofile="bar"/> will not log any messages if bar is up-to-date.
201a202,203
> } else {
> log(file + " omitted as " + destFile + " is up to date.",
> Project.MSG_VERBOSE);
-- Dennis201a202,203
> } else {
> log(file + " omitted as " + destFile + " is up to date.",
> Project.MSG_VERBOSE);
