Changing log wording on revision step from Build Not Required to No revisions found. Because of forced build flags, the revisions do not decide if a build is required, they are just input to that.
1.1 --- a/source/main/java/com/urbancode/anthill/BuildManager.java Wed Apr 05 05:30:44 2006 +0100
1.2 +++ b/source/main/java/com/urbancode/anthill/BuildManager.java Fri Jun 02 18:48:13 2006 +0100
1.3 @@ -353,7 +353,7 @@
1.4 }
1.5
1.6 if (!requiresBuild) {
1.7 - log.info("Build NOT required");
1.8 + log.info("No revisions found.");
1.9 }
1.10 }
1.11 }