Ignore:
Timestamp:
2009-01-12T11:19:23+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/metadata/MetadataXMLFileManager.java

    r13818 r18362  
    368368
    369369        // Upload the files modified since last time, then reset the list
    370         RemoteGreenstoneServer.uploadCollectionFiles(CollectionManager.getLoadedCollectionName(), (File[]) modified_metadata_xml_files.toArray(new File[0]));
     370        Gatherer.remoteGreenstoneServer.uploadCollectionFiles(
     371                  CollectionManager.getLoadedCollectionName(), (File[]) modified_metadata_xml_files.toArray(new File[0]));
    371372        modified_metadata_xml_files.clear();
    372373    }
Note: See TracChangeset for help on using the changeset viewer.