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.
authoranthill
Fri Jun 02 18:48:13 2006 +0100 (2006-06-02)
changeset 1672eeac13c3013c
parent 1671 408c8510ec63
child 1673 8212b538481f
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.
source/main/java/com/urbancode/anthill/BuildManager.java
     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          }