Ignore:
Timestamp:
2017-06-30T14:43:12+12:00 (7 years ago)
Author:
kjdon
Message:

we need to pass library_name to the incremental-buildcol so that it can deactivate the collection before modifying the database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/build/CollectionConstructor.java

    r31671 r31771  
    1616    /** the name of the site */
    1717    protected String site_name = null;
     18  /** the library (servlet) name of the site */
     19  protected String library_name = null;
    1820    /** the name of the collection */
    1921    protected String collection_name = null;
     
    7375    }
    7476
     77  public void setLibraryName(String library_name) {
     78    this.library_name = library_name;
     79  }
    7580    public void setCollectionName(String coll_name)
    7681    {
Note: See TracChangeset for help on using the changeset viewer.