Ignore:
Timestamp:
2006-03-13T15:26:05+13:00 (18 years ago)
Author:
mdewsnip
Message:

Added an empty metadata set for putting exploded metadata into, and added the "-metadata_set" option into the Explode Metadata Database prompt.

File:
1 edited

Legend:

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

    r11283 r11344  
    6969    /** An element of the argument type enumeration specifying a regular expression text field. */
    7070    static final public byte REGEXP = 8;
     71    /** An element of the argument type enumeration specifying a metadata set combobox control. */
     72    static final public byte METADATA_SET_NAMESPACE = 9;
    7173    /** true if this argument should actually be hidden within the GLI. This is important for arguments such as import dir or other location critical arguments. */
    7274    private boolean hidden_gli = false;
Note: See TracChangeset for help on using the changeset viewer.