This patch makes the method setFileLastModified() in Project.java public, so that tasks can call it to touch a file time instead of having to create and fiddle with an instance of Task.java
Once it has been committed then the Touch task could be reworked to delegate to this method, and any and all tasks which call it (untar, get) can be rework to call project.setFileLastModified() directly. -steve
project.diff
Description: Binary data
