Index: lams_tool_chat/db/sql/updatescripts/updateTo20070227.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/db/sql/updatescripts/Attic/updateTo20070227.sql,v diff -u -r1.3 -r1.3.2.1 --- lams_tool_chat/db/sql/updatescripts/updateTo20070227.sql 8 Mar 2007 07:25:09 -0000 1.3 +++ lams_tool_chat/db/sql/updatescripts/updateTo20070227.sql 12 Mar 2007 05:05:13 -0000 1.3.2.1 @@ -1,4 +1,4 @@ -- Update the Notebook tables to 20070227 -- This is for the LAMS 2.0.1 release. -UPDATE lams_tool set modified_date_time = now(), classpath_addition = 'lams-tool-lachat11.jar', context_file = '/org/lamsfoundation/lams/tool/chat/chatApplicationContext.xml' where tool_signature = 'lachat11'; +UPDATE lams_tool set modified_date_time = now(), classpath_addition = './lams-tool-lachat11.jar', context_file = '/org/lamsfoundation/lams/tool/chat/chatApplicationContext.xml' where tool_signature = 'lachat11';