Changeset 17732 for gli


Ignore:
Timestamp:
2008-11-06T12:18:23+13:00 (15 years ago)
Author:
kjdon
Message:

a couple more additions to the plugin name map

File:
1 edited

Legend:

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

    r17616 r17732  
    38713871    plugin_map.put("ArcPlug","ArchivesInfPlugin");
    38723872    plugin_map.put("TEXTPlug","TextPlugin");
     3873    plugin_map.put("XMLPlug","ReadXMLFile");
    38733874    plugin_map.put("EMAILPlug","EmailPlugin");
    38743875    plugin_map.put("SRCPlug","SourceCodePlugin");
    38753876    plugin_map.put("NULPlug","NulPlugin");
    3876     plugin_map.put("W3ImgPlug","W3ImagePlugin");
     3877    plugin_map.put("W3ImgPlug","HTMLImagePlugin");
    38773878    plugin_map.put("PagedImgPlug","PagedImagePlugin");
    38783879    plugin_map.put("METSPlug", "GreenstoneMETSPlugin");
     3880    plugin_map.put("DBPlug", "DatabasePlugin");
     3881    plugin_map.put("PPTPlug", "PowerPointPlugin");
     3882    plugin_map.put("PSPlug", "PostScriptPlugin");
    38793883  }
    38803884
Note: See TracChangeset for help on using the changeset viewer.