Ignore:
Timestamp:
2005-05-16T15:21:42+12:00 (19 years ago)
Author:
davidb
Message:

Extra functionality to support export to cd-rom image added back in.
Includes making sure a tmp directory exists top-level GSDLHOME and
the a leading slash on an upload or download directory means it is
relative to GSDLHOME rather than a collection.

File:
1 edited

Legend:

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

    r9883 r9884  
    9595    static final public String GLI_ARCHIVE = "GLI.jar";
    9696    static final public String GLI_EXTENSION = ".col";
     97
     98    static public String TMP_DIR  = BASE_DIR + "tmp" + File.separator;
     99
    97100    /** Definition of an important directory name, in this case the images directory for the collection. */
    98101    static final public String IMAGES_DIR = "images" + File.separator;
Note: See TracChangeset for help on using the changeset viewer.