Changeset 14046 for trunk


Ignore:
Timestamp:
2007-05-03T09:23:50+12:00 (17 years ago)
Author:
xiao
Message:

The call to mehtod Gatherer.c_man.convertToGS3Collection() is no longer needed as greenstone 3 now uses collectionConfig.xml directly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/PreviewButton.java

    r13835 r14046  
    128128        if (Gatherer.GS3) {
    129129        // we need to rerun the convert in case the format stuff has changed
    130         Gatherer.c_man.convertToGS3Collection();
     130        //for gs3, we don't need this anymore: Gatherer.c_man.convertToGS3Collection();
    131131        Gatherer.configGS3Server(Configuration.site_name, ServletConfiguration.ADD_COMMAND + Gatherer.c_man.getLoadedCollectionName());
    132132        }
Note: See TracChangeset for help on using the changeset viewer.