Ignore:
Timestamp:
2005-08-01T11:15:12+12:00 (19 years ago)
Author:
mdewsnip
Message:

Moved some applet specific code out of Gatherer.java and into GathererApplet.java.

File:
1 edited

Legend:

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

    r10345 r10363  
    8787    /** Definition of an important directory name, in this case the location of the expected collection metadata sets.. */
    8888    static final public String META_DIR = "metadata" + File.separator; // Col. Copy
    89     /** Definition of an important zip file, in this case zipped up version of metadata file stored in JAR file */
    90     static final public String METADATA_ZIP = "metadata.zip";
    91     static final public String COLLECT_ZIP = "collect.zip";
    9289    /** The default name of the perl executable under unix. */
    9390    static final public String PERL_EXECUTABLE_UNIX = "perl";
Note: See TracChangeset for help on using the changeset viewer.