Changeset 7253


Ignore:
Timestamp:
2004-04-29T16:31:58+12:00 (20 years ago)
Author:
kjdon
Message:

changed the initial X to a . in the build log - so it doesn't look like something has gone wrong when you first start building

File:
1 edited

Legend:

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

    r7062 r7253  
    4848public class AppendLineOnlyFileDocument
    4949    implements Document {
    50     /** 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";
     50    /** A default string to append at the start of each log file. Of special note is the beginning '.' 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 = ".";
    5252    /** The root element of the document model. */
    5353    private AppendLineOnlyFileDocumentElement root_element;
Note: See TracChangeset for help on using the changeset viewer.