Index: lams_build/build_tools_base.xml =================================================================== RCS file: /usr/local/cvsroot/lams_build/build_tools_base.xml,v diff -u -r1.8.2.5 -r1.8.2.6 --- lams_build/build_tools_base.xml 27 Apr 2016 13:23:05 -0000 1.8.2.5 +++ lams_build/build_tools_base.xml 28 Feb 2017 04:40:41 -0000 1.8.2.6 @@ -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"