Changeset 14052


Ignore:
Timestamp:
2007-05-03T09:44:25+12:00 (17 years ago)
Author:
xiao
Message:

add few new strings.

File:
1 edited

Legend:

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

    r13535 r14052  
    5959    /** Definition of an important directory name, in this case the file the collection configuration is expect to be in. */
    6060    static final public String CONFIG_FILE = "etc" + File.separator + "collect.cfg";
     61    static final public String CONFIG_GS3_FILE = "etc" + File.separator + "collectionConfig.xml";
     62    static final public String COLLECT_CFG = "collect.cfg";
     63    static final public String COLLECT_BAK = "collect.bak";
     64    static final public String COLLECTION_CONFIG_XML = "collectionConfig.xml";
     65    static final public String COLLECTION_CONFIG_BAK = "collectionConfig.bak";
     66    static final public String GS3MODE_ARGUMENT = "-gs3mode";
     67    static final public String BUILD_CFG = "build.cfg";
     68    static final public String BUILD_CONFIG_XML = "buildConfig.xml";
     69
    6170    /** The default name of the perl executable under unix. */
    6271    static final public String PERL_EXECUTABLE_UNIX = "perl";
Note: See TracChangeset for help on using the changeset viewer.