Subversion Repositories DevTools

Rev

Rev 6914 | Rev 7169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6914 Rev 7033
Line 1... Line 1...
1
package com.erggroup.buildtool.ripple;
1
package com.erggroup.buildtool.ripple;
2
 
2
 
3
import org.apache.log4j.Logger;
3
import org.slf4j.Logger;
-
 
4
import org.slf4j.LoggerFactory;
4
 
5
 
5
/**Enumeration of supported run levels
6
/**Enumeration of supported run levels
6
 */
7
 */
7
public class RunLevel
8
public class RunLevel
8
{
9
{
9
 
10
 
10
  /**Logger
11
  /**Logger
11
   * @attribute
12
   * @attribute
12
   */
13
   */
13
  private static final Logger mLogger = Logger.getLogger(RunLevel.class);
14
  private static final Logger mLogger = LoggerFactory.getLogger(RunLevel.class);
14
  
15
  
15
  /** 
16
  /** 
16
   * Build States - Used as Run Level
17
   * Build States - Used as Run Level
17
   * The integer value is inserted directly into the Release Manager Database
18
   * The integer value is inserted directly into the Release Manager Database
18
   * 
19
   *