Index: lams_tool_chat/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/build.xml,v diff -u -r1.15 -r1.16 --- lams_tool_chat/build.xml 13 Feb 2007 01:33:23 -0000 1.15 +++ lams_tool_chat/build.xml 13 Feb 2007 05:27:09 -0000 1.16 @@ -396,11 +396,11 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${db.scripts}/create_lams_tool_chat.sql" - toolTablesDeleteScriptPath="${db.scripts}/drop_lams_tool_chat.sql" - toolActivityInsertScriptPath="${db.scripts}/activity_insert.sql" - toolLibraryInsertScriptPath="${db.scripts}/library_insert.sql" - toolInsertScriptPath="${db.scripts}/tool_insert.sql" + toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_chat.sql" + toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_chat.sql" + toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql" + toolLibraryInsertScriptPath="${build.deploy}/sql/library_insert.sql" + toolInsertScriptPath="${build.deploy}/sql/tool_insert.sql" toolApplicationContextPath="/org/lamsfoundation/lams/tool/chat/chatApplicationContext.xml" lamsEarPath="${jboss.deploy}" toolContext="${toolContext}" toolWebUri="${product}.war" Index: lams_tool_example/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/build.xml,v diff -u -r1.9 -r1.10 --- lams_tool_example/build.xml 13 Feb 2007 00:57:55 -0000 1.9 +++ lams_tool_example/build.xml 13 Feb 2007 05:27:14 -0000 1.10 @@ -1,4 +1,4 @@ - +f