Ignore:
Timestamp:
2011-08-25T20:53:08+12:00 (13 years ago)
Author:
ak19
Message:

Switching back to previous commit. Now EmbeddedMetaPlug is just above the separator in the pipeline, but no longer below it, so that it can be removed and added to the plugin list again. It is like the GreenstoneXMLplugin in that the user can only remove it if in expert mode.

File:
1 edited

Legend:

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

    r24414 r24478  
    157157    static final public String INT_STR = "int";
    158158    static final public String IMPORT_STR = "import";
    159     static final public String[] KEEP_PLUG = { "GreenstoneXMLPlugin", "GreenstoneMETSPlugin" };
     159    static final public String[] KEEP_PLUG = { "GreenstoneXMLPlugin", "GreenstoneMETSPlugin", "EmbeddedMetadataPlugin" };
    160160    static final public String LANGUAGE_ARGUMENT = "l=";
    161161    static final public String LANGUAGE_ATTRIBUTE = "language";
Note: See TracChangeset for help on using the changeset viewer.