Changeset 1041

Show
Ignore:
Timestamp:
06/26/08 15:29:43 (4 years ago)
Author:
amandel
Message:

App id reserved for ppg

Files:
1 modified

Legend:

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

    r1011 r1041  
    4949   /** Application Identifier of fawkeZ. */ 
    5050   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; 
    5355 
    5456   private static final Pattern REGEX_SINGLE_QUOTES 
     
    8688   { 
    8789      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"); 
    8992   } 
    9093