Ignore:
Timestamp:
2008-03-20T20:29:20+13:00 (16 years ago)
Author:
ak19
Message:

Added code to work with new replace_srcdoc_with_html.pl script

File:
1 edited

Legend:

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

    r13594 r15111  
    269269        plugin.setDoesExplodeMetadataDatabases(XMLTools.getValue(node).equalsIgnoreCase(StaticStrings.YES_STR));
    270270        }
     271        else if (node_name.equalsIgnoreCase("SourceReplaceable")) { // looking for <SourceReplaceable> tag
     272        plugin.setDoesReplaceSrcDocsWithHtml(XMLTools.getValue(node).equalsIgnoreCase(StaticStrings.YES_STR));
     273        }
    271274        else if (node_name.equalsIgnoreCase("Processes")) {
    272275        plugin.setDefaultProcessExpression(XMLTools.getValue(node));
Note: See TracChangeset for help on using the changeset viewer.