Ignore:
Timestamp:
2004-03-11T11:03:28+13:00 (20 years ago)
Author:
mdewsnip
Message:

Taken out anything collection specific. This is bad.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/Utility.java

    r6972 r7014  
    8787    /** Definition of an important directory name, in this case the parent directory of all the collections in the gsdl. */
    8888    static final public String COL_DIR = "collect" + File.separator;
    89     static final public String COLLECTION_DEMO = "greenstone demo";
    90     static final public String COLLECTION_DEMO_DIRECTORY = "demo" + File.separator;
    91     static final public String COLLECTION_DLS = "Development Library Subset";
    92     static final public String COLLECTION_DLS_DIRECTORY = "dls" + File.separator;
    9389    static final public String COLLECTION_TREE = "Collection";
    9490    /** Definition of an important directory name, in this case the file the collection configuration is expect to be in. */
     
    10197    /** The default dictionary to load. */
    10298    static final public String DICTIONARY = "dictionary";
    103     static final public String DLS_MDS = "dls.mds";
    10499    static final public String ENCODING = "UTF-8";
    105100    static final public String ENGLISH_VALUE = "en";
Note: See TracChangeset for help on using the changeset viewer.