Ignore:
Timestamp:
2009-01-12T11:18:06+13:00 (15 years ago)
Author:
kjdon
Message:

updated the rtl-gli branch with files from trunk. Result of a merge 14807:18318

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/branches/rtl-gli/src/org/greenstone/gatherer/greenstone/Classifiers.java

    r13594 r18356  
    134134            classinfo_options += "&collection=" + collection_name;
    135135        }
    136         classinfo_xml = RemoteGreenstoneServer.getScriptOptions("classinfo.pl", classinfo_options);
     136        classinfo_xml = Gatherer.remoteGreenstoneServer.getScriptOptions("classinfo.pl", classinfo_options);
    137137        }
    138138        else {
     
    195195            classinfo_options += "&collection=" + collection_name;
    196196        }
    197         String classinfo_output = RemoteGreenstoneServer.getScriptOptions("classinfo.pl", classinfo_options);
     197        String classinfo_output = Gatherer.remoteGreenstoneServer.getScriptOptions("classinfo.pl", classinfo_options);
    198198        xml = new StringBuffer(classinfo_output);
    199199        }
Note: See TracChangeset for help on using the changeset viewer.