Changeset 7997


Ignore:
Timestamp:
2004-08-18T16:36:16+12:00 (20 years ago)
Author:
mdewsnip
Message:

Removed some more references to the msm package.

Location:
trunk/gli/src/org/greenstone/gatherer/cdm
Files:
3 edited

Legend:

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

    r7995 r7997  
    4040import org.greenstone.gatherer.collection.CollectionManager;
    4141import org.greenstone.gatherer.msm.ElementWrapper;
    42 import org.greenstone.gatherer.msm.MetadataSetManager;
    4342import org.greenstone.gatherer.msm.MSMUtils;
    4443import org.greenstone.gatherer.util.StaticStrings;
     
    252251    if(element != null) {
    253252        value = MSMUtils.getValue(element);
    254         // We may have to retrieve the language dependant string for a MSM Element
     253        // We may have to retrieve the language dependant string for a metadata element
    255254        if(type == METADATUM) {
    256255        ElementWrapper element_wrapper = Gatherer.c_man.getCollection().msm.getElement(value);
  • trunk/gli/src/org/greenstone/gatherer/cdm/Language.java

    r5590 r7997  
    2727package org.greenstone.gatherer.cdm;
    2828
    29 /**************************************************************************************
    30  * Written:      08/05/02
    31  * Revised:      17/11/02 - Commented
    32  *               07/07/03 - DOM support
    33  **************************************************************************************/
     29
    3430import org.greenstone.gatherer.cdm.CollectionConfiguration;
    3531import org.greenstone.gatherer.cdm.CollectionDesignManager;
    3632import org.greenstone.gatherer.cdm.DOMProxyListEntry;
    37 import org.greenstone.gatherer.msm.MSMUtils;
    3833import org.w3c.dom.*;
    3934
  • trunk/gli/src/org/greenstone/gatherer/cdm/Subcollection.java

    r6770 r7997  
    164164    if(source == null &&element != null) {
    165165        source = element.getAttribute(StaticStrings.CONTENT_ATTRIBUTE);
    166         // If this is a MSM Element then retrieve the appropriate ElementWrapper and use the language specific name
     166        // If this is a metadata element then retrieve the appropriate ElementWrapper and use the language specific name
    167167        if(!source.equals(StaticStrings.FILENAME_STR)) {
    168168        ElementWrapper element_wrapper = Gatherer.c_man.getCollection().msm.getElement(source);
Note: See TracChangeset for help on using the changeset viewer.