Ignore:
Timestamp:
2004-03-16T10:12:51+13:00 (20 years ago)
Author:
kjdon
Message:

removed GLI Import and Build Log from the header to the log file. just left in the X which gets changed to s or c

File:
1 edited

Legend:

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

    r6632 r7054  
    4949    implements Document {
    5050    /** A default string to append at the start of each log file. Of special note is the beginning X character that will, upon completion of the import/build process, be replaced with a letter indicating the final status of this build attempt. */
    51     static final private String GLI_HEADER_STR = "X:GLI Import and Build log:";
     51    static final private String GLI_HEADER_STR = "X";
    5252    /** The root element of the document model. */
    5353    private AppendLineOnlyFileDocumentElement root_element;
Note: See TracChangeset for help on using the changeset viewer.