Changeset 6868


Ignore:
Timestamp:
2004-02-24T11:05:06+13:00 (20 years ago)
Author:
kjdon
Message:

now uses site name as well as coll name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/gs3build/BuildManager.java

    r6696 r6868  
    2222  String            archiveDir;
    2323   
    24   public BuildManager(List inputRoots, String collection, String outputDir)
     24  public BuildManager(List inputRoots, String site, String collection, String outputDir)
    2525  {
    2626    // get the collection configuration information
    27     this.collectionManager = new CollectionManager(collection);
     27    this.collectionManager = new CollectionManager(site, collection);
    2828
    2929    // set up the list of input directories
Note: See TracChangeset for help on using the changeset viewer.