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/PluginManager.java

    r12633 r12634  
    218218        StringBuffer xml = null;
    219219        if (Gatherer.isGsdlRemote) {
    220         // !! TO DO
     220        String pluginfo_output = RemoteGreenstoneServer.getScriptOptions("pluginfo.pl", "&listall");
     221        xml = new StringBuffer(pluginfo_output);
    221222        }
    222223        else {
Note: See TracChangeset for help on using the changeset viewer.