Changeset 5708


Ignore:
Timestamp:
2003-10-22T12:05:58+13:00 (21 years ago)
Author:
jmt12
Message:

Replaced the strings for collectionextra etc so that they have a tab separator rather than a space (which caused problems when basing collections on one another)

File:
1 edited

Legend:

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

    r5595 r5708  
    7474    /** Definition of an important directory name, in this case the public web cache for the Gatherer. */
    7575    static final public String CACHE_DIR = BASE_DIR + "cache" + File.separator;
    76     static final public String CFG_COLLECTIONMETA_COLLECTIONNAME = "collectionmeta collectionname";
    77     static final public String CFG_COLLECTIONMETA_COLLECTIONEXTRA = "collectionmeta collectionextra";
    78     static final public String CFG_COLLECTIONMETA_ICONCOLLECTION = "collectionmeta iconcollection";
     76    static final public String CFG_COLLECTIONMETA_COLLECTIONNAME = "collectionmeta\tcollectionname";
     77    static final public String CFG_COLLECTIONMETA_COLLECTIONEXTRA = "collectionmeta\tcollectionextra";
     78    static final public String CFG_COLLECTIONMETA_ICONCOLLECTION = "collectionmeta\ticoncollection";
    7979    static final public String CFG_CLASSIFY = "classify";
    8080    static final public String CFG_CLASSIFY_BUTTONNAME = "-buttonname";
Note: See TracChangeset for help on using the changeset viewer.