summaryrefslogtreecommitdiff
path: root/plugins/ant
AgeCommit message (Collapse)Author
2015-02-09Backwards logic in newer check.Chris Peterson
Regen .ant_targets only if it's newer than build.xml? Yeah, that seems wrong.
2013-03-12Use [ -nt ] instead of stat -f%m to check cache files.Spencer Rinehart
2011-05-31fix double -f and corrected format.Brian Riddle
-f%m was getting called twice in the stat_cmd corrected format of stat command from y to Y.
2011-05-27Added compatibility for the linux 'stat' command for the ant pluginMartin Thurau
2010-11-25Added ant pluginClaus Witt