Ignore:
Timestamp:
2004-11-23T10:41:36+13:00 (20 years ago)
Author:
mdewsnip
Message:

Tidied up some more local library stuff.

Location:
trunk/gli/src/org/greenstone/gatherer/util
Files:
2 edited

Legend:

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

    r5247 r8622  
    1010    private String autoenter_initial;
    1111    private String start_browser_initial;
    12 
    13     static final public String ADD_COMMAND = "?a=config&cmd=add-collection&c=";
    14     static final public String SPECIFIC_CONFIG = "--config=";
    15     static final public String RELEASE_COMMAND = "?a=config&cmd=release-collection&c=";
    16     static final public String QUIT_COMMAND = "?a=config&cmd=kill";
    1712   
    1813    static final private String AUTOENTER = "autoenter";
     
    2621    static final private String PORTNUMBER = "portnumber";
    2722    static final private String SEPARATOR = "/";
     23    static final private String SPECIFIC_CONFIG = "--config=";
    2824    static final private String STARTBROWSER = "start_browser";
    2925    static final private String TRUE = "1";
  • trunk/gli/src/org/greenstone/gatherer/util/Utility.java

    r8550 r8622  
    148148    /** Definition of an important directory name, in this case the location of image and other resources. */
    149149    static public String RES_DIR = BASE_DIR + "resource" + File.separator;
    150     static final public String SERVER_EXE = "server.exe";
    151150    /** Definition of an important directory name, in this case the location of opening (or welcome) screen html. */
    152151    static public String WELCOME_DIR = BASE_DIR + "welcome" + File.separator;
Note: See TracChangeset for help on using the changeset viewer.