Home | History | Annotate | Download | only in db

Lines Matching defs:buildDate

661 			String buildDate = build.substring(build.indexOf('_')+1);
662 if (buildDate.compareTo(date) < 0) {
1206 String buildDate = LAST_CURRENT_BUILD.substring(1, 9)+LAST_CURRENT_BUILD.substring(10, LAST_CURRENT_BUILD.length());
1208 if (build.compareTo(LAST_BASELINE_BUILD) > 0 && baselineDate.compareTo(buildDate) < 0) {