Changeset 7245


Ignore:
Timestamp:
2004-04-29T11:12:25+12:00 (20 years ago)
Author:
kjdon
Message:

don't show GMLPlug in the GLI cos it can't be used without severe modification of teh Greenstone installation

File:
1 edited

Legend:

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

    r7151 r7245  
    472472        // We only want to check Perl Modules.
    473473        if(files[i].getName().endsWith(".pm")) {
    474             if ((is_windows || is_mac) && files[i].getName().equals("DBPlug.pm")) {
    475             // don't load DBPlug for windows
     474            if (files[i].getName().equals("GMLPlug.pm") || ((is_windows || is_mac) && files[i].getName().equals("DBPlug.pm"))) {
     475            // don't load GMLPlug or DBPlug for windows
    476476            } else {
    477477            loadPlugIn(files[i], current_lang);
Note: See TracChangeset for help on using the changeset viewer.