- Timestamp:
- 12/07/09 07:19:21 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/java/org/jcoderz/commons/taskdefs/AppInfoSaxHandler.java
r1543 r1575 59 59 /** Application Identifier of application (amandel). */ 60 60 public static final int APPLICATION_ID_ACR = 121; 61 /** Application Identifier of application (amandel). */ 62 public static final int APPLICATION_ID_DMB = 122; 61 63 62 64 private static final Pattern REGEX_SINGLE_QUOTES … … 99 101 mMap.registerApplication(APPLICATION_ID_ACR, "ACR"); 100 102 mMap.registerApplication(APPLICATION_ID_ACM, "ACM"); 103 mMap.registerApplication(APPLICATION_ID_DMB, "DMB"); 101 104 } 102 105
