From: Sverre B. <sv...@us...> - 2005-10-21 09:14:47
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/arcretriever/WEB-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12550/src/webapps/arcretriever/WEB-INF Modified Files: web.xml Log Message: Index: web.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/arcretriever/WEB-INF/web.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** web.xml 19 Oct 2005 23:59:22 -0000 1.3 --- web.xml 21 Oct 2005 09:14:35 -0000 1.4 *************** *** 12,16 **** <init-param> <param-name>arcdir</param-name> ! <param-value>arcs</param-value> <description>Full path to directory of ARC files. Be aware that changing this value in the web.xml of an --- 12,16 ---- <init-param> <param-name>arcdir</param-name> ! <param-value>@arcdir@</param-value> <description>Full path to directory of ARC files. Be aware that changing this value in the web.xml of an |