Ignore:
Timestamp:
2005-07-25T16:00:59+12:00 (19 years ago)
Author:
kjdon
Message:

changed the xml for siteConfig files a bit - removed SITE_NAME_ELEM and SITE_HTTP_ADDRESS_ELEM and added LOCAL_SITE_ATT and LOCAL_SITE_NAME_ATT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/util/GSXML.java

    r9912 r10289  
    7272    //public final static String DESCRIPTION_ELEM = "description";
    7373
    74     public static final String SITE_NAME_ELEM = "localSiteName";
    75     public static final String SITE_HTTP_ADDRESS_ELEM = "httpAddress";
    7674    public static final String  ACTION_ELEM = "action";
    7775    public static final String  SUBACTION_ELEM = "subaction";
     
    9492    public static final String OUTPUT_ATT = "output";
    9593    public static final String ADDRESS_ATT = "address";
     94    public static final String LOCAL_SITE_ATT = "localSite";
     95    public static final String LOCAL_SITE_NAME_ATT = "localSiteName";
    9696    public static final String STATUS_ERROR_CODE_ATT = "code";
    9797    public static final String STATUS_PROCESS_ID_ATT = "pid";
Note: See TracChangeset for help on using the changeset viewer.