Ignore:
Timestamp:
2003-05-30T15:10:30+12:00 (21 years ago)
Author:
jmt12
Message:

Fixed incorrect use of File.separator in the path of something that will be found by the class loader.

File:
1 edited

Legend:

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

    r4437 r4439  
    118118    static final public String METADATA_EXTRACTED = "extracted.mds";
    119119    /** The location the gatherer expects to find metadata set information. */
    120     static final public String METADATA_SET_TEMPLATE = "xml" + File.separator + "template.mds";
    121     static final public String METADATA_VALUE_TEMPLATE = "xml" + File.separator + "template.mdv";
     120    static final public String METADATA_SET_TEMPLATE = "xml/template.mds";
     121    static final public String METADATA_VALUE_TEMPLATE = "xml/template.mdv";
    122122    static final public String METADATA_XML = "metadata.xml";
    123123    static final public String NAME_ELEMENT = "Name";
Note: See TracChangeset for help on using the changeset viewer.