Changeset 12253


Ignore:
Timestamp:
2006-07-19T15:27:14+12:00 (18 years ago)
Author:
kjdon
Message:

removed the custom attribute setting

File:
1 edited

Legend:

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

    r12165 r12253  
    10281028            }
    10291029            option_element.setAttribute(ASSIGNED_ATTRIBUTE, TRUE_STR);
    1030             option_element.setAttribute(CUSTOM_ATTRIBUTE, TRUE_STR);
    10311030            command_element.appendChild(option_element);
    10321031            option_element = null;
     
    13511350            option_element.setAttribute(NAME_ATTRIBUTE, name.substring(1));
    13521351            option_element.setAttribute(ASSIGNED_ATTRIBUTE, TRUE_STR);
    1353             option_element.setAttribute(CUSTOM_ATTRIBUTE, TRUE_STR); // All arguments are considered to be custom until matched against base plugins arguments
    13541352            if(value != null) {
    13551353            // Remove any speech marks appended in strings containing whitespace
     
    13771375            option_element.setAttribute(NAME_ATTRIBUTE, USE_METADATA_FILES_ARGUMENT);
    13781376            option_element.setAttribute(ASSIGNED_ATTRIBUTE, TRUE_STR);
    1379             option_element.setAttribute(CUSTOM_ATTRIBUTE, TRUE_STR);
    13801377            command_element.appendChild(option_element);
    13811378            option_element = null;
Note: See TracChangeset for help on using the changeset viewer.