Ignore:
Timestamp:
2004-10-12T12:19:22+13:00 (20 years ago)
Author:
kjdon
Message:

some mods, not sure what they are. will tidy them up soon, but didn't want to leave the package uncompilable so committing this now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/greenstone3-extensions/vishnu/src/vishnu/builder/IndexerGUI.java

    r8189 r8290  
    66import javax.swing.SpringLayout;
    77import java.io.File;
     8import vishnu.util.SpringUtilities;
    89
    910public class IndexerGUI {
     
    100101
    101102    //CollectionBuilder builder = new CollectionBuilder(dir,name,home,indexer);
    102     CollectionBuilder builder = new CollectionBuilder(coll_home, coll_id, coll_name, coll_desc, indexer);
     103    CollectionBuilder builder = new CollectionBuilder(coll_home, coll_id, coll_name, coll_desc, indexer, false); // no views for now - change this
    103104    output += "\n Indexing Finished";
    104105    ja.setText(output);
Note: See TracChangeset for help on using the changeset viewer.