Changeset 1041
- Timestamp:
- 06/26/08 15:29:43 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/java/org/jcoderz/commons/taskdefs/AppInfoSaxHandler.java
r1011 r1041 49 49 /** Application Identifier of fawkeZ. */ 50 50 public static final int APPLICATION_ID_FWK = 1; 51 /** Application Identifier of asfw. */ 52 public static final int APPLICATION_ID_ASFW = 100; 51 /** Application Identifier of asf. */ 52 public static final int APPLICATION_ID_ASF = 100; 53 /** Application Identifier of ppg. */ 54 public static final int APPLICATION_ID_PPG = 101; 53 55 54 56 private static final Pattern REGEX_SINGLE_QUOTES … … 86 88 { 87 89 mMap.registerApplication(APPLICATION_ID_FWK, "FWK"); 88 mMap.registerApplication(APPLICATION_ID_ASFW, "ASFW"); 90 mMap.registerApplication(APPLICATION_ID_ASF, "ASF"); 91 mMap.registerApplication(APPLICATION_ID_PPG, "PPG"); 89 92 } 90 93
