Index: lams_build/build_tools_base.xml =================================================================== diff -u -r65efb0abb529cafc1977e284e2c9a4ed33722334 -rb6159ecd849c58b23795d7b5eeb05cdeb5f532da --- lams_build/build_tools_base.xml (.../build_tools_base.xml) (revision 65efb0abb529cafc1977e284e2c9a4ed33722334) +++ lams_build/build_tools_base.xml (.../build_tools_base.xml) (revision b6159ecd849c58b23795d7b5eeb05cdeb5f532da) @@ -26,7 +26,6 @@ - clean-db --> Removes DB tables and entries build-db --> Creates database tables and entries deploy-tool --> Deploys all Tool content @@ -35,15 +34,7 @@ - - - ${ant.project.name}: Dropping Tool database tables - - - - - ${ant.project.name}: Creating Tool database tables @@ -79,7 +70,6 @@ ${ant.project.name}: Copying Tool SQL files - @@ -141,7 +131,6 @@ hideTool="${tool.hide}" minServerVersionNumber="${min.server.version.number}" toolTablesScriptPath="${basedir}/build/deploy/sql/${tool.build.sql.create}" - toolTablesDeleteScriptPath="${basedir}/build/deploy/sql/${tool.build.sql.drop}" toolActivityInsertScriptPath="${basedir}/build/deploy/sql/activity_insert.sql" toolLibraryInsertScriptPath="${basedir}/build/deploy/sql/library_insert.sql" toolInsertScriptPath="${basedir}/build/deploy/sql/tool_insert.sql"