Ignore:
Timestamp:
2006-08-31T16:52:59+12:00 (18 years ago)
Author:
mdewsnip
Message:

Added a couple of bits for the new plugins/classifiers stuff when remote building.

File:
1 edited

Legend:

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

    r12633 r12634  
    174174        StringBuffer xml = null;
    175175        if (Gatherer.isGsdlRemote) {
    176         // !! TO DO
     176        String classinfo_output = RemoteGreenstoneServer.getScriptOptions("classinfo.pl", "&listall");
     177        xml = new StringBuffer(classinfo_output);
    177178        }
    178179        else {
Note: See TracChangeset for help on using the changeset viewer.