Index: lams_tool_survey/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/build.xml,v diff -u -r1.6 -r1.7 --- lams_tool_survey/build.xml 13 Feb 2007 01:24:59 -0000 1.6 +++ lams_tool_survey/build.xml 13 Feb 2007 05:27:13 -0000 1.7 @@ -367,11 +367,11 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${db.scripts}/create_lams_tool_survey.sql" - toolTablesDeleteScriptPath="${db.scripts}/drop_lams_tool_survey.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/survey/surveyApplicationContext.xml" lamsEarPath="${jboss.deploy}"