From: Brad <bra...@us...> - 2005-10-26 01:17:24
|
Update of /cvsroot/archive-access/archive-access/projects/wayback/src/webapp/WEB-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12135/src/webapp/WEB-INF Modified Files: web.xml Log Message: TWEAK: switched to JSReplayUI Index: web.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wayback/src/webapp/WEB-INF/web.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** web.xml 21 Oct 2005 03:24:40 -0000 1.3 --- web.xml 26 Oct 2005 01:17:13 -0000 1.4 *************** *** 19,23 **** --- 19,26 ---- <context-param> <param-name>replayui.class</param-name> + <!-- <param-value>org.archive.wayback.rawreplayui.RawReplayUI</param-value> + --> + <param-value>org.archive.wayback.jsreplayui.JSReplayUI</param-value> <description>Class that implements ReplayUI for this Wayback</description> </context-param> *************** *** 103,115 **** </context-param> - <!-- - <context-param> - <param-name></param-name> - <param-value></param-value> - <description></description> - </context-param> - --> - - <!-- Replay Servlet Configuration --> --- 106,109 ---- |