Index: lams_tool_chat/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/build.properties,v diff -u -r1.4 -r1.5 --- lams_tool_chat/build.properties 13 Feb 2007 00:48:21 -0000 1.4 +++ lams_tool_chat/build.properties 15 Feb 2007 00:16:53 -0000 1.5 @@ -2,9 +2,12 @@ # project-wide properties signature=lachat11 +# hide tool option +hideTool=false + package=org/lamsfoundation/lams/tool/chat package.name=org.lamsfoundation.lams.tool.chat weblib=lib -tool.version=1.1 +tool.version=1.2 Index: lams_tool_chat/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/build.xml,v diff -u -r1.17 -r1.18 --- lams_tool_chat/build.xml 13 Feb 2007 05:42:36 -0000 1.17 +++ lams_tool_chat/build.xml 15 Feb 2007 00:16:53 -0000 1.18 @@ -403,6 +403,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" + hideTool="${hideTool}" + toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.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" Index: lams_tool_example/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/build.properties,v diff -u -r1.4 -r1.5 --- lams_tool_example/build.properties 13 Feb 2007 01:12:54 -0000 1.4 +++ lams_tool_example/build.properties 15 Feb 2007 00:16:54 -0000 1.5 @@ -5,6 +5,9 @@ # project version example tool.version=20061102 +# hide tool option +hideTool=false + package=org/lamsfoundation/lams/tool/example package.name=org.lamsfoundation.lams.tool.example Index: lams_tool_example/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/build.xml,v diff -u -r1.12 -r1.13 --- lams_tool_example/build.xml 14 Feb 2007 02:05:27 -0000 1.12 +++ lams_tool_example/build.xml 15 Feb 2007 00:16:54 -0000 1.13 @@ -355,6 +355,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" + hideTool="${hideTool}" + toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_example.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_example.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql" Index: lams_tool_forum/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/build.properties,v diff -u -r1.14 -r1.15 --- lams_tool_forum/build.properties 13 Feb 2007 00:33:39 -0000 1.14 +++ lams_tool_forum/build.properties 15 Feb 2007 00:16:56 -0000 1.15 @@ -10,3 +10,6 @@ signature=lafrum11 project.displayname = lams forum tool tool.version=20061102 + +# hide tool option +hideTool=false Index: lams_tool_forum/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/build.xml,v diff -u -r1.48 -r1.49 --- lams_tool_forum/build.xml 14 Feb 2007 02:05:31 -0000 1.48 +++ lams_tool_forum/build.xml 15 Feb 2007 00:16:56 -0000 1.49 @@ -376,6 +376,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" + hideTool="${hideTool}" + toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_forum.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_forum.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql" Index: lams_tool_lamc/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/build.properties,v diff -u -r1.6 -r1.7 --- lams_tool_lamc/build.properties 14 Feb 2007 11:16:35 -0000 1.6 +++ lams_tool_lamc/build.properties 15 Feb 2007 00:16:53 -0000 1.7 @@ -4,8 +4,11 @@ signature=lamc11 #version of this project -tool.version=20070214 +tool.version=20061113 +# hide tool option +hideTool=false + #submit files package definition mc.package=org.lamsfoundation.lams.tool.mc mc.path=org/lamsfoundation/lams/tool/mc Index: lams_tool_lamc/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/build.xml,v diff -u -r1.38 -r1.39 --- lams_tool_lamc/build.xml 14 Feb 2007 02:05:29 -0000 1.38 +++ lams_tool_lamc/build.xml 15 Feb 2007 00:16:53 -0000 1.39 @@ -380,6 +380,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" + hideTool="${hideTool}" + toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_mc.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_mc.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql" Index: lams_tool_laqa/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/build.properties,v diff -u -r1.20 -r1.21 --- lams_tool_laqa/build.properties 14 Feb 2007 11:17:21 -0000 1.20 +++ lams_tool_laqa/build.properties 15 Feb 2007 00:16:57 -0000 1.21 @@ -4,8 +4,11 @@ signature=laqa11 #version of this project -tool.version=20070214 +tool.version=20061113 +# hide tool option +hideTool=false + #submit files package definition qa.package=org.lamsfoundation.lams.tool.qa qa.path=org/lamsfoundation/lams/tool/qa Index: lams_tool_laqa/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/build.xml,v diff -u -r1.38 -r1.39 --- lams_tool_laqa/build.xml 14 Feb 2007 02:05:33 -0000 1.38 +++ lams_tool_laqa/build.xml 15 Feb 2007 00:16:57 -0000 1.39 @@ -373,6 +373,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" + hideTool="${hideTool}" + toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_qa.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_qa.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql" Index: lams_tool_larsrc/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/build.properties,v diff -u -r1.4 -r1.5 --- lams_tool_larsrc/build.properties 13 Feb 2007 01:06:06 -0000 1.4 +++ lams_tool_larsrc/build.properties 15 Feb 2007 00:16:51 -0000 1.5 @@ -13,4 +13,7 @@ weblib=lib #project version -tool.version=20061102 \ No newline at end of file +tool.version=20061102 + +# hide tool option +hideTool=false \ No newline at end of file Index: lams_tool_larsrc/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/build.xml,v diff -u -r1.18 -r1.19 --- lams_tool_larsrc/build.xml 14 Feb 2007 02:05:32 -0000 1.18 +++ lams_tool_larsrc/build.xml 15 Feb 2007 00:16:51 -0000 1.19 @@ -383,6 +383,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" + hideTool="${hideTool}" + toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_rsrc.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_rsrc.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql" Index: lams_tool_nb/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/build.properties,v diff -u -r1.13 -r1.14 --- lams_tool_nb/build.properties 14 Feb 2007 11:17:54 -0000 1.13 +++ lams_tool_nb/build.properties 15 Feb 2007 00:16:52 -0000 1.14 @@ -9,6 +9,9 @@ test.contentid=355 # project version -tool.version=20070214 +tool.version=20061102 +# hide tool option +hideTool=false + Index: lams_tool_nb/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/build.xml,v diff -u -r1.34 -r1.35 --- lams_tool_nb/build.xml 14 Feb 2007 02:05:33 -0000 1.34 +++ lams_tool_nb/build.xml 15 Feb 2007 00:16:52 -0000 1.35 @@ -456,6 +456,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" + hideTool="${hideTool}" + toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_nb.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_nb.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql" Index: lams_tool_notebook/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/build.properties,v diff -u -r1.2 -r1.3 --- lams_tool_notebook/build.properties 13 Feb 2007 01:12:53 -0000 1.2 +++ lams_tool_notebook/build.properties 15 Feb 2007 00:16:54 -0000 1.3 @@ -9,4 +9,7 @@ package.name=org.lamsfoundation.lams.tool.notebook weblib=lib +# hide tool option +hideTool=false + Index: lams_tool_notebook/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/build.xml,v diff -u -r1.8 -r1.9 --- lams_tool_notebook/build.xml 14 Feb 2007 02:05:32 -0000 1.8 +++ lams_tool_notebook/build.xml 15 Feb 2007 00:16:54 -0000 1.9 @@ -403,6 +403,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" + hideTool="${hideTool}" + toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.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" Index: lams_tool_sbmt/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/build.properties,v diff -u -r1.12 -r1.13 --- lams_tool_sbmt/build.properties 13 Feb 2007 01:15:51 -0000 1.12 +++ lams_tool_sbmt/build.properties 15 Feb 2007 00:16:55 -0000 1.13 @@ -14,3 +14,5 @@ sbmt.package=org.lamsfoundation.lams.tool.sbmt sbmt.path=org/lamsfoundation/lams/tool/sbmt +# hide tool option +hideTool=false \ No newline at end of file Index: lams_tool_sbmt/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/build.xml,v diff -u -r1.41 -r1.42 --- lams_tool_sbmt/build.xml 14 Feb 2007 02:05:28 -0000 1.41 +++ lams_tool_sbmt/build.xml 15 Feb 2007 00:16:55 -0000 1.42 @@ -403,6 +403,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" + hideTool="${hideTool}" + toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_sbmt.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_sbmt.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql" Index: lams_tool_survey/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/build.properties,v diff -u -r1.3 -r1.4 --- lams_tool_survey/build.properties 13 Feb 2007 01:24:59 -0000 1.3 +++ lams_tool_survey/build.properties 15 Feb 2007 00:16:56 -0000 1.4 @@ -13,3 +13,6 @@ # project version tool.version=20070208 + +# hide tool option +hideTool=false Index: lams_tool_survey/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/build.xml,v diff -u -r1.9 -r1.10 --- lams_tool_survey/build.xml 14 Feb 2007 02:05:33 -0000 1.9 +++ lams_tool_survey/build.xml 15 Feb 2007 00:16:56 -0000 1.10 @@ -374,6 +374,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" + hideTool="${hideTool}" + toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_survey.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_survey.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql" Index: lams_tool_vote/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/build.properties,v diff -u -r1.4 -r1.5 --- lams_tool_vote/build.properties 14 Feb 2007 11:18:11 -0000 1.4 +++ lams_tool_vote/build.properties 15 Feb 2007 00:16:55 -0000 1.5 @@ -4,8 +4,11 @@ signature=lavote11 #project version -tool.version=20070214 +tool.version=20061113 +# hide tool option +hideTool=false + #submit files package definition vote.package=org.lamsfoundation.lams.tool.vote vote.path=org/lamsfoundation/lams/tool/vote Index: lams_tool_vote/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/build.xml,v diff -u -r1.14 -r1.15 --- lams_tool_vote/build.xml 14 Feb 2007 02:05:31 -0000 1.14 +++ lams_tool_vote/build.xml 15 Feb 2007 00:16:55 -0000 1.15 @@ -408,6 +408,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" + hideTool="${hideTool}" + toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_vote.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_vote.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql"