Changeset 1575

Show
Ignore:
Timestamp:
12/07/09 07:19:21 (2 years ago)
Author:
amandel
Message:

Register new application

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/java/org/jcoderz/commons/taskdefs/AppInfoSaxHandler.java

    r1543 r1575  
    5959   /** Application Identifier of application (amandel). */ 
    6060   public static final int APPLICATION_ID_ACR = 121; 
     61   /** Application Identifier of application (amandel). */ 
     62   public static final int APPLICATION_ID_DMB = 122; 
    6163 
    6264   private static final Pattern REGEX_SINGLE_QUOTES 
     
    99101      mMap.registerApplication(APPLICATION_ID_ACR, "ACR"); 
    100102      mMap.registerApplication(APPLICATION_ID_ACM, "ACM"); 
     103      mMap.registerApplication(APPLICATION_ID_DMB, "DMB"); 
    101104   } 
    102105