Index: lams_tool_nb/build.xml
===================================================================
diff -u -r28ee094d9b04c0fb37dcbd7a6472a7da7ae72d4f -rf79ae4b905ecd042f6893bb40c64f086ac910680
--- lams_tool_nb/build.xml (.../build.xml) (revision 28ee094d9b04c0fb37dcbd7a6472a7da7ae72d4f)
+++ lams_tool_nb/build.xml (.../build.xml) (revision f79ae4b905ecd042f6893bb40c64f086ac910680)
@@ -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
===================================================================
diff -u -r57fbfc34b82cddfb18fc2022aa1cedaf09fa8759 -rf79ae4b905ecd042f6893bb40c64f086ac910680
--- lams_tool_nb/db/sql/activity_insert.sql (.../activity_insert.sql) (revision 57fbfc34b82cddfb18fc2022aa1cedaf09fa8759)
+++ lams_tool_nb/db/sql/activity_insert.sql (.../activity_insert.sql) (revision f79ae4b905ecd042f6893bb40c64f086ac910680)
@@ -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
===================================================================
diff -u -r57fbfc34b82cddfb18fc2022aa1cedaf09fa8759 -rf79ae4b905ecd042f6893bb40c64f086ac910680
--- lams_tool_nb/db/sql/tool_insert.sql (.../tool_insert.sql) (revision 57fbfc34b82cddfb18fc2022aa1cedaf09fa8759)
+++ lams_tool_nb/db/sql/tool_insert.sql (.../tool_insert.sql) (revision f79ae4b905ecd042f6893bb40c64f086ac910680)
@@ -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()
);