Index: lams_tool_chat/build.properties =================================================================== diff -u -r732cfaae2564199f7bc281f6387aa169ade6aba4 -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_chat/build.properties (.../build.properties) (revision 732cfaae2564199f7bc281f6387aa169ade6aba4) +++ lams_tool_chat/build.properties (.../build.properties) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r963a9b187641f8ea05649f68807b696e80943eca -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_chat/build.xml (.../build.xml) (revision 963a9b187641f8ea05649f68807b696e80943eca) +++ lams_tool_chat/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r72b6b6e1dd023b2cf48526d929dc7eb40bf364fb -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_example/build.properties (.../build.properties) (revision 72b6b6e1dd023b2cf48526d929dc7eb40bf364fb) +++ lams_tool_example/build.properties (.../build.properties) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r6bfe987420fb2770e06815edcd57c0f95c51c90b -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_example/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) +++ lams_tool_example/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r706f192d9bc7b29e30adfb11a4e0a9251e5ded2b -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_forum/build.properties (.../build.properties) (revision 706f192d9bc7b29e30adfb11a4e0a9251e5ded2b) +++ lams_tool_forum/build.properties (.../build.properties) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r6bfe987420fb2770e06815edcd57c0f95c51c90b -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_forum/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) +++ lams_tool_forum/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -ra51515ebaa71710396deb9a1fa11724023f7479f -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_lamc/build.properties (.../build.properties) (revision a51515ebaa71710396deb9a1fa11724023f7479f) +++ lams_tool_lamc/build.properties (.../build.properties) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r6bfe987420fb2770e06815edcd57c0f95c51c90b -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_lamc/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) +++ lams_tool_lamc/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r89b6e076006b36f7edcf712cfa97b87ef9010e23 -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_laqa/build.properties (.../build.properties) (revision 89b6e076006b36f7edcf712cfa97b87ef9010e23) +++ lams_tool_laqa/build.properties (.../build.properties) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r6bfe987420fb2770e06815edcd57c0f95c51c90b -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_laqa/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) +++ lams_tool_laqa/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r72b6b6e1dd023b2cf48526d929dc7eb40bf364fb -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_larsrc/build.properties (.../build.properties) (revision 72b6b6e1dd023b2cf48526d929dc7eb40bf364fb) +++ lams_tool_larsrc/build.properties (.../build.properties) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r6bfe987420fb2770e06815edcd57c0f95c51c90b -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_larsrc/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) +++ lams_tool_larsrc/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r89b6e076006b36f7edcf712cfa97b87ef9010e23 -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_nb/build.properties (.../build.properties) (revision 89b6e076006b36f7edcf712cfa97b87ef9010e23) +++ lams_tool_nb/build.properties (.../build.properties) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r6bfe987420fb2770e06815edcd57c0f95c51c90b -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_nb/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) +++ lams_tool_nb/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r72b6b6e1dd023b2cf48526d929dc7eb40bf364fb -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_notebook/build.properties (.../build.properties) (revision 72b6b6e1dd023b2cf48526d929dc7eb40bf364fb) +++ lams_tool_notebook/build.properties (.../build.properties) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -9,4 +9,7 @@ package.name=org.lamsfoundation.lams.tool.notebook weblib=lib +# hide tool option +hideTool=false + Index: lams_tool_notebook/build.xml =================================================================== diff -u -r6bfe987420fb2770e06815edcd57c0f95c51c90b -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_notebook/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) +++ lams_tool_notebook/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r72b6b6e1dd023b2cf48526d929dc7eb40bf364fb -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_sbmt/build.properties (.../build.properties) (revision 72b6b6e1dd023b2cf48526d929dc7eb40bf364fb) +++ lams_tool_sbmt/build.properties (.../build.properties) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r6bfe987420fb2770e06815edcd57c0f95c51c90b -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_sbmt/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) +++ lams_tool_sbmt/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r658b820953ee6971924d2381cb7891b06f0f4adb -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_survey/build.properties (.../build.properties) (revision 658b820953ee6971924d2381cb7891b06f0f4adb) +++ lams_tool_survey/build.properties (.../build.properties) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -13,3 +13,6 @@ # project version tool.version=20070208 + +# hide tool option +hideTool=false Index: lams_tool_survey/build.xml =================================================================== diff -u -r6bfe987420fb2770e06815edcd57c0f95c51c90b -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_survey/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) +++ lams_tool_survey/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r89b6e076006b36f7edcf712cfa97b87ef9010e23 -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_vote/build.properties (.../build.properties) (revision 89b6e076006b36f7edcf712cfa97b87ef9010e23) +++ lams_tool_vote/build.properties (.../build.properties) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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 =================================================================== diff -u -r6bfe987420fb2770e06815edcd57c0f95c51c90b -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_vote/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) +++ lams_tool_vote/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -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"