Changeset 8967


Ignore:
Timestamp:
2005-02-04T13:43:31+13:00 (19 years ago)
Author:
kjdon
Message:

browse service separated from retrieval, so changed the buildCOnfig output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/bin/script/convert_coll_from_gs2.pl

    r8507 r8967  
    243243   
    244244    }
     245    # close off the Retrieve service
     246    $buildwriter->endTag('serviceRack');
    245247
    246248    # add in the classifiers if needed
     
    267269        }
    268270        if (not $started_classifiers) {
     271        $buildwriter->startTag('serviceRack', 'name'=>'GS2Browse');
    269272        $buildwriter->startTag('classifierList');
    270273        $started_classifiers = 1;
     
    323326        # end the classifiers
    324327        $buildwriter->endTag('classifierList');
     328        # close off the Browse service
     329        $buildwriter->endTag('serviceRack');
    325330    }
    326331   
    327332    $collwriter->endTag('browse');
    328333    }
    329     # close off the Retrieve service
    330     $buildwriter->endTag('serviceRack');
     334   
    331335   
    332336    # the phind classifier is a separate service
Note: See TracChangeset for help on using the changeset viewer.