Changeset 7524


Ignore:
Timestamp:
2004-06-02T10:07:53+12:00 (20 years ago)
Author:
kjdon
Message:

added a macrs dir definition

File:
1 edited

Legend:

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

    r7510 r7524  
    120120    /** Definition of an important directory name, in this case the log directory for the collection. */
    121121    static final public String LOG_DIR = "log" + File.separator;
     122    /** Definition of an important directory name, in this case the macros directory for the collection. */
     123    static final public String MACROS_DIR = "macros" + File.separator;
    122124    /** Definition of an important directory name, in this case the location of the expected collection metadata sets.. */
    123125    static final public String META_DIR = "metadata" + File.separator; // Col. Copy
Note: See TracChangeset for help on using the changeset viewer.