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

    r13808 r18362  
    110110    // This is inefficient but for simplicity we'll just upload the file every time it is changed
    111111    if (Gatherer.isGsdlRemote) {
    112         RemoteGreenstoneServer.uploadCollectionFile(CollectionManager.getLoadedCollectionName(), this);
     112        Gatherer.remoteGreenstoneServer.uploadCollectionFile(CollectionManager.getLoadedCollectionName(), this);
    113113    }
    114114
Note: See TracChangeset for help on using the changeset viewer.