Ignore:
Timestamp:
2016-08-04T20:56:07+12:00 (8 years ago)
Author:
ak19
Message:

Committing a working version of CollectionConfigXMLReadWrite that preserves Kathy's new key and dictionary elements in displayitems. Will tidy up in a subsequent commit as the code has become repetitive.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/util/StaticStrings.java

    r29283 r30678  
    9090    static final public String DESCRIPTION_ELEMENT = "Description";
    9191    static final public String DESCRIPTION_STR = "description";
     92    static final public String DICTIONARY_ATTRIBUTE = "dictionary";
    9293    static final public String DIRECTORY_MAPPINGS_ELEMENT = "DirectoryMappings";
    9394    static final public String DISPLAYITEMLIST_STR = "displayItemList";
     
    166167 
    167168    static final public String[] KEEP_PLUG = { "GreenstoneXMLPlugin", "GreenstoneMETSPlugin", "EmbeddedMetadataPlugin" };
     169    static final public String KEY_ATTRIBUTE = "key";
    168170    static final public String LANGUAGE_ARGUMENT = "l=";
    169171    static final public String LANGUAGE_ATTRIBUTE = "language";
Note: See TracChangeset for help on using the changeset viewer.