Ignore:
Timestamp:
2004-11-18T14:31:40+13:00 (19 years ago)
Author:
mdewsnip
Message:

Made Gatherer.configServer static.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/collection/DeleteCollectionPrompt.java

    r8243 r8597  
    310310        // first of all we must release it from the local library
    311311        if (Configuration.exec_file != null) {
    312         ///ystem.err.println("Local Library Found!");
    313         Gatherer.self.configServer(GSDLSiteConfig.RELEASE_COMMAND + collection.getShortName());
     312        Gatherer.configServer(GSDLSiteConfig.RELEASE_COMMAND + collection.getShortName());
    314313        // This is very important -- it ensures that the above command has finished
    315         Gatherer.self.configServer("");
     314        Gatherer.configServer("");
    316315        }
    317316
Note: See TracChangeset for help on using the changeset viewer.