Changeset 5241


Ignore:
Timestamp:
2003-08-21T11:16:54+12:00 (21 years ago)
Author:
jmt12
Message:

Added new static string to utility - build cfg file. Part of solving 203B142.

File:
1 edited

Legend:

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

    r5216 r5241  
    5555    static final public Dimension BUTTON_SIZE = new Dimension(160, 35);
    5656    static final public Dimension DOUBLE_IMAGE_BUTTON_SIZE = new Dimension(190, 35);
    57     static final public Dimension LABEL_SIZE = new Dimension(125, 35);
     57    static final public Dimension LABEL_SIZE = new Dimension(150, 25);
    5858    /** The default size of a gatherer progress bar, in either the download view or the build view. */
    5959    static final public Dimension PROGRESS_BAR_SIZE = new Dimension(580,65);
     
    6666    /** Definition of an important directory name, in this case the base dir, or the working directory of the Gatherer. */
    6767    static final public String BASE_DIR  = System.getProperty("user.dir") + File.separator;
     68    static final public String BUILD_CFG_FILENAME = "build.cfg";
    6869    /** Definition of an important directory name, in this case the building directory for the collection. */
    6970    static final public String BUILD_DIR = "building" + File.separator;
Note: See TracChangeset for help on using the changeset viewer.