Index: lams_tool_nb/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/build.xml,v diff -u -r1.19 -r1.20 --- lams_tool_nb/build.xml 27 Feb 2006 01:42:16 -0000 1.19 +++ lams_tool_nb/build.xml 10 Mar 2006 06:18:29 -0000 1.20 @@ -382,6 +382,7 @@ + @@ -405,7 +406,13 @@ - + + + + + + @@ -426,8 +433,14 @@ toolInsertScriptPath="${db.scripts}/tool_insert.sql" lamsEarPath="${jboss.deploy}" toolContext="${toolContext}" - toolWebUri="${product}.war" - /> + toolWebUri="${product}.war"> + + + + + + + {0} +error.contentrepository=An error has occurred when saving/deleting instruction file {0}. The files may not be saved correctly. Index: lams_tool_nb/db/sql/activity_insert.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/db/sql/activity_insert.sql,v diff -u -r1.7 -r1.8 --- lams_tool_nb/db/sql/activity_insert.sql 8 Mar 2006 12:07:58 -0000 1.7 +++ lams_tool_nb/db/sql/activity_insert.sql 10 Mar 2006 06:18:29 -0000 1.8 @@ -44,8 +44,8 @@ VALUES ( NULL -, 'Displays a Noticeboard' -, 'Noticeboard' +, 'Displays a NoticeboardX' +, 'NoticeboardX' , 'Put some help text here.' , NULL , NULL @@ -78,5 +78,5 @@ , NULL , NULL , NULL -, 'org.lamsfoundation.lams.tool.noticeboard.ApplicationProperties' +, 'lanb11.ApplicationResources' ) Index: lams_tool_nb/db/sql/tool_insert.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/db/sql/tool_insert.sql,v diff -u -r1.12 -r1.13 --- lams_tool_nb/db/sql/tool_insert.sql 8 Mar 2006 12:07:58 -0000 1.12 +++ lams_tool_nb/db/sql/tool_insert.sql 10 Mar 2006 06:18:29 -0000 1.13 @@ -32,8 +32,8 @@ ( 'lanb11', 'nbService', -'Noticeboard', -'Displays a Noticeboard', +'NoticeboardX', +'Displays a NoticeboardX', 'nb', '1.1', NULL, @@ -51,6 +51,6 @@ 'tool/lanb11/portfolioExport?mode=teacher', NULL, NULL, -'org.lamsfoundation.lams.tool.noticeboard.ApplicationProperties', +'lanb11.ApplicationResources', NOW() );