Subversion Repositories DevTools

Rev

Rev 852 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 852 Rev 854
Line 535... Line 535...
535
 
535
 
536
    mArchivalExistence = retVal;
536
    mArchivalExistence = retVal;
537
    mLogger.info("exists 2 returned " + retVal);
537
    mLogger.info("exists 2 returned " + retVal);
538
    return retVal;
538
    return retVal;
539
  }
539
  }
-
 
540
  
-
 
541
  /**returns email information
-
 
542
   */
-
 
543
  String emailInfo( String lf )
-
 
544
  {
-
 
545
    String retVal = new String();
-
 
546
    
-
 
547
    for (Iterator it = mBuildFailureEmailCollection.iterator(); it.hasNext(); )
-
 
548
    {
-
 
549
      String email = (String)it.next();
-
 
550
      retVal +=
-
 
551
      "  <owner email=\"" + email +"\"/>" + lf;
-
 
552
    }
-
 
553
    
-
 
554
    return retVal;
-
 
555
  }
540
 
556
 
541
  /**entity class supporting the ERG version numbering standard:
557
  /**entity class supporting the ERG version numbering standard:
542
   * <major>.<minor>.<patch/build>
558
   * <major>.<minor>.<patch/build>
543
   * patch/build is at least a 4 digit number whose last 3 digits represent the build
559
   * patch/build is at least a 4 digit number whose last 3 digits represent the build
544
   */
560
   */