Changeset 18279


Ignore:
Timestamp:
2008-12-19T11:41:28+13:00 (15 years ago)
Author:
cc108
Message:

add new web_xml path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/src/java/org/greenstone/admin/gui/Mat.java

    r18260 r18279  
    119119    extension_path = gsdl3Home+fileSeparator+"ext"+fileSeparator+"mat"+fileSeparator;
    120120    oai_folder = gsdl3Home+fileSeparator+"ext"+fileSeparator+"mat"+fileSeparator+"tmp"+fileSeparator;
    121     web_xml_path = gsdl3Home+fileSeparator+"web"+fileSeparator+"WEB-INF";
     121    web_xml_path = gsdl3Home+fileSeparator+"web"+fileSeparator+"WEB-INF"+fileSeparator+"web.xml";
    122122   
    123123    start_button = new JButton("Analyse");
Note: See TracChangeset for help on using the changeset viewer.