Changeset 17752


Ignore:
Timestamp:
2008-11-06T14:53:43+13:00 (15 years ago)
Author:
kjdon
Message:

GA changed to GreenstoneXML

Location:
gli/trunk/src/org/greenstone/gatherer
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java

    r17732 r17752  
    38683868  private void setUpPluginNameMap() {
    38693869    plugin_map = new HashMap();
     3870    plugin_map.put("GAPlug", "GreenstoneXMLPlugin");
    38703871    plugin_map.put("RecPlug", "DirectoryPlugin");
    38713872    plugin_map.put("ArcPlug","ArchivesInfPlugin");
  • gli/trunk/src/org/greenstone/gatherer/cdm/PluginManager.java

    r17035 r17752  
    734734           
    735735            else {
    736               // don't let people remove special plugins such GAPlug an METSPlug,
     736              // don't let people remove special plugins such GreenstoneXMLPlug and GreenstoneMETSPlug,
    737737              // unless they are in systems mode or above
    738738              int mode = Configuration.getMode();
  • gli/trunk/src/org/greenstone/gatherer/util/StaticStrings.java

    r17113 r17752  
    153153    static final public String INT_STR = "int";
    154154    static final public String IMPORT_STR = "import";
    155     static final public String[] KEEP_PLUG = { "GAPlugin", "GreenstoneMETSPlugin" };
     155    static final public String[] KEEP_PLUG = { "GreenstoneXMLPlugin", "GreenstoneMETSPlugin" };
    156156    static final public String LANGUAGE_ARGUMENT = "l=";
    157157    static final public String LANGUAGE_ATTRIBUTE = "language";
Note: See TracChangeset for help on using the changeset viewer.