Index: lams_tool_notebook/build.xml =================================================================== diff -u -r7b3e2f4b13be0f1afe1176276929b98a1f22910d -r6bfe987420fb2770e06815edcd57c0f95c51c90b --- lams_tool_notebook/build.xml (.../build.xml) (revision 7b3e2f4b13be0f1afe1176276929b98a1f22910d) +++ lams_tool_notebook/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) @@ -403,8 +403,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_chat.sql" - toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_chat.sql" + toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_notebook.sql" + toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_notebook.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql" toolLibraryInsertScriptPath="${build.deploy}/sql/library_insert.sql" toolInsertScriptPath="${build.deploy}/sql/tool_insert.sql"