Changeset 10455


Ignore:
Timestamp:
2005-08-10T13:03:00+12:00 (19 years ago)
Author:
mdewsnip
Message:

Uploading the collect.cfg file is now done in the save function of CollectionConfiguration, so it isn't needed here.

File:
1 edited

Legend:

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

    r10397 r10455  
    689689        }
    690690        else if(rebuildTypeRequired == CollectionDesignManager.BUILDCOL) {
    691             //First upload the collect.cfg file
    692             ZipTools.zipup(Gatherer.getCollectDirectoryPath(), collection_name, Utility.CONFIG_FILE, null, "", "");
    693             RemoteGreenstoneServer.upload_url_zip(collection_name, "etc", "", null);
    694 
    695691            //Just run the buildcol command.
    696692            DebugStream.println("Just want to run buildcol.pl");
Note: See TracChangeset for help on using the changeset viewer.