Index: lams_tool_eadventure/build.properties =================================================================== diff -u -r3bd3be95f64eabe12ef8da8d8a7fcd9bcbd9c320 -rb5e3dc0347ea139704c19de043d59015191a80cf --- lams_tool_eadventure/build.properties (.../build.properties) (revision 3bd3be95f64eabe12ef8da8d8a7fcd9bcbd9c320) +++ lams_tool_eadventure/build.properties (.../build.properties) (revision b5e3dc0347ea139704c19de043d59015191a80cf) @@ -1,8 +1,8 @@ # Minimum compatible version of server -min.server.version.number=2.0 +min.server.version.number=3.0 signature=eueadv10 -tool.version=20160602 +tool.version=20170101 tool.hide=true tool.short.name=eadventure Index: lams_tool_eadventure/db/sql/activity_insert.sql =================================================================== diff -u -r3dbf966d900adefc34cdad501d3c392118451cd9 -rb5e3dc0347ea139704c19de043d59015191a80cf --- lams_tool_eadventure/db/sql/activity_insert.sql (.../activity_insert.sql) (revision 3dbf966d900adefc34cdad501d3c392118451cd9) +++ lams_tool_eadventure/db/sql/activity_insert.sql (.../activity_insert.sql) (revision b5e3dc0347ea139704c19de043d59015191a80cf) @@ -1,78 +1,28 @@ -# Connection: ROOT LOCAL -# Host: localhost -# Saved: 2005-04-07 11:08:32 -# INSERT INTO lams_learning_activity ( -activity_ui_id -, description + description , title -, help_text -, xcoord -, ycoord -, parent_activity_id -, parent_ui_id , learning_activity_type_id , grouping_support_type_id , apply_grouping_flag -, grouping_id -, grouping_ui_id -, order_id -, define_later_flag -, learning_design_id , learning_library_id , create_date_time -, run_offline_flag -, max_number_of_options -, min_number_of_options -, options_instructions , tool_id -, tool_content_id , activity_category_id -, gate_activity_level_id -, gate_open_flag -, gate_start_time_offset -, gate_end_time_offset , library_activity_ui_image -, create_grouping_id -, create_grouping_ui_id -, library_activity_id , language_file ) VALUES ( -NULL + 'Eadventure' , 'Eadventure' -, 'Eadventure' -, 'Put some help text here.' -, NULL -, NULL -, NULL -, NULL , 1 , 2 , 0 -, NULL -, NULL -, NULL -, 0 -, NULL , ${learning_library_id} , NOW() -, 0 -, NULL -, NULL -, NULL , ${tool_id} -, NULL , 3 -, NULL -, NULL -, NULL -, NULL , 'tool/eueadv10/images/icon_eAdventure2.svg' -, NULL -, NULL -, NULL , 'org.eucm.lams.tool.eadventure.ApplicationResources' -) +) \ No newline at end of file Index: lams_tool_eadventure/db/sql/library_insert.sql =================================================================== diff -u -r3bd3be95f64eabe12ef8da8d8a7fcd9bcbd9c320 -rb5e3dc0347ea139704c19de043d59015191a80cf --- lams_tool_eadventure/db/sql/library_insert.sql (.../library_insert.sql) (revision 3bd3be95f64eabe12ef8da8d8a7fcd9bcbd9c320) +++ lams_tool_eadventure/db/sql/library_insert.sql (.../library_insert.sql) (revision b5e3dc0347ea139704c19de043d59015191a80cf) @@ -11,4 +11,4 @@ 'eAdventure', 0, NOW() -) +) \ No newline at end of file Index: lams_tool_eadventure/db/sql/tool_insert.sql =================================================================== diff -u -rfccaf302a4f78f6def5fc3aed0fae8e6fea2df49 -rb5e3dc0347ea139704c19de043d59015191a80cf --- lams_tool_eadventure/db/sql/tool_insert.sql (.../tool_insert.sql) (revision fccaf302a4f78f6def5fc3aed0fae8e6fea2df49) +++ lams_tool_eadventure/db/sql/tool_insert.sql (.../tool_insert.sql) (revision b5e3dc0347ea139704c19de043d59015191a80cf) @@ -6,8 +6,6 @@ description, tool_identifier, tool_version, -learning_library_id, -default_tool_content_id, valid_flag, grouping_support_type_id, learner_url, @@ -30,8 +28,6 @@ 'eAdventure', 'eAdventure game', '@tool_version@', -NULL, -NULL, 0, 2, 'tool/eueadv10/learning/start.do?mode=learner', @@ -45,4 +41,4 @@ NOW(), NOW(), 1 -) +) \ No newline at end of file Index: lams_tool_videorecorder/build.properties =================================================================== diff -u -r1b8e236ea17be319274b3a8d2196ae798964b363 -rb5e3dc0347ea139704c19de043d59015191a80cf --- lams_tool_videorecorder/build.properties (.../build.properties) (revision 1b8e236ea17be319274b3a8d2196ae798964b363) +++ lams_tool_videorecorder/build.properties (.../build.properties) (revision b5e3dc0347ea139704c19de043d59015191a80cf) @@ -1,7 +1,7 @@ # Minimum compatible version of server -min.server.version.number=2.3 +min.server.version.number=3.0 signature=lavidr10 -tool.version=20160602 +tool.version=20170101 tool.hide=true tool.short.name=videoRecorder \ No newline at end of file Index: lams_tool_videorecorder/db/sql/activity_insert.sql =================================================================== diff -u -r1b8e236ea17be319274b3a8d2196ae798964b363 -rb5e3dc0347ea139704c19de043d59015191a80cf --- lams_tool_videorecorder/db/sql/activity_insert.sql (.../activity_insert.sql) (revision 1b8e236ea17be319274b3a8d2196ae798964b363) +++ lams_tool_videorecorder/db/sql/activity_insert.sql (.../activity_insert.sql) (revision b5e3dc0347ea139704c19de043d59015191a80cf) @@ -1,74 +1,28 @@ INSERT INTO lams_learning_activity ( -activity_ui_id -, description + description , title -, help_text -, xcoord -, ycoord -, parent_activity_id -, parent_ui_id , learning_activity_type_id , grouping_support_type_id , apply_grouping_flag -, grouping_id -, grouping_ui_id -, order_id -, define_later_flag -, learning_design_id , learning_library_id , create_date_time -, run_offline_flag -, max_number_of_options -, min_number_of_options -, options_instructions , tool_id -, tool_content_id , activity_category_id -, gate_activity_level_id -, gate_open_flag -, gate_start_time_offset -, gate_end_time_offset , library_activity_ui_image -, create_grouping_id -, create_grouping_ui_id -, library_activity_id , language_file ) VALUES ( -NULL + 'VideoRecorder Tool' , 'VideoRecorder Tool' -, 'VideoRecorder Tool' -, 'Put some help text here.' -, NULL -, NULL -, NULL -, NULL , 1 , 2 , 0 -, NULL -, NULL -, NULL -, 0 -, NULL , ${learning_library_id} , NOW() -, 0 -, NULL -, NULL -, NULL , ${tool_id} -, NULL , 6 -, NULL -, NULL -, NULL -, NULL , 'tool/lavidr10/images/icon_videoRecorder.svg' -, NULL -, NULL -, NULL , 'org.lamsfoundation.lams.tool.videoRecorder.ApplicationResources' ) \ No newline at end of file Index: lams_tool_videorecorder/db/sql/library_insert.sql =================================================================== diff -u -r1b8e236ea17be319274b3a8d2196ae798964b363 -rb5e3dc0347ea139704c19de043d59015191a80cf --- lams_tool_videorecorder/db/sql/library_insert.sql (.../library_insert.sql) (revision 1b8e236ea17be319274b3a8d2196ae798964b363) +++ lams_tool_videorecorder/db/sql/library_insert.sql (.../library_insert.sql) (revision b5e3dc0347ea139704c19de043d59015191a80cf) @@ -11,4 +11,4 @@ 'VideoRecorder', 0, NOW() -) +) \ No newline at end of file Index: lams_tool_videorecorder/db/sql/tool_insert.sql =================================================================== diff -u -rfccaf302a4f78f6def5fc3aed0fae8e6fea2df49 -rb5e3dc0347ea139704c19de043d59015191a80cf --- lams_tool_videorecorder/db/sql/tool_insert.sql (.../tool_insert.sql) (revision fccaf302a4f78f6def5fc3aed0fae8e6fea2df49) +++ lams_tool_videorecorder/db/sql/tool_insert.sql (.../tool_insert.sql) (revision b5e3dc0347ea139704c19de043d59015191a80cf) @@ -6,8 +6,6 @@ description, tool_identifier, tool_version, -learning_library_id, -default_tool_content_id, valid_flag, grouping_support_type_id, learner_url, @@ -29,8 +27,6 @@ 'VideoRecorder', 'videoRecorder', '@tool_version@', -NULL, -NULL, 0, 2, 'tool/lavidr10/learning.do?mode=learner', Index: lams_tool_wookie/build.properties =================================================================== diff -u -r0110ae0b586fbdc8a3c3f7046007a712660f2f4f -rb5e3dc0347ea139704c19de043d59015191a80cf --- lams_tool_wookie/build.properties (.../build.properties) (revision 0110ae0b586fbdc8a3c3f7046007a712660f2f4f) +++ lams_tool_wookie/build.properties (.../build.properties) (revision b5e3dc0347ea139704c19de043d59015191a80cf) @@ -1,7 +1,7 @@ # Minimum compatible version of server -min.server.version.number=2.3 +min.server.version.number=3.0 signature=lawook10 -tool.version=20160602 +tool.version=20170101 tool.hide=true tool.short.name=wookie \ No newline at end of file Index: lams_tool_wookie/db/sql/activity_insert.sql =================================================================== diff -u -r0110ae0b586fbdc8a3c3f7046007a712660f2f4f -rb5e3dc0347ea139704c19de043d59015191a80cf --- lams_tool_wookie/db/sql/activity_insert.sql (.../activity_insert.sql) (revision 0110ae0b586fbdc8a3c3f7046007a712660f2f4f) +++ lams_tool_wookie/db/sql/activity_insert.sql (.../activity_insert.sql) (revision b5e3dc0347ea139704c19de043d59015191a80cf) @@ -1,74 +1,28 @@ INSERT INTO lams_learning_activity ( -activity_ui_id -, description + description , title -, help_text -, xcoord -, ycoord -, parent_activity_id -, parent_ui_id , learning_activity_type_id , grouping_support_type_id , apply_grouping_flag -, grouping_id -, grouping_ui_id -, order_id -, define_later_flag -, learning_design_id , learning_library_id , create_date_time -, run_offline_flag -, max_number_of_options -, min_number_of_options -, options_instructions , tool_id -, tool_content_id , activity_category_id -, gate_activity_level_id -, gate_open_flag -, gate_start_time_offset -, gate_end_time_offset , library_activity_ui_image -, create_grouping_id -, create_grouping_ui_id -, library_activity_id , language_file ) VALUES ( -NULL + 'Wookie Tool' , 'Wookie Tool' -, 'Wookie Tool' -, 'Put some help text here.' -, NULL -, NULL -, NULL -, NULL , 1 , 2 , 0 -, NULL -, NULL -, NULL -, 0 -, NULL , ${learning_library_id} , NOW() -, 0 -, NULL -, NULL -, NULL , ${tool_id} -, NULL , 4 -, NULL -, NULL -, NULL -, NULL , 'tool/lawook10/images/icon_wookie.svg' -, NULL -, NULL -, NULL , 'org.lamsfoundation.lams.tool.wookie.ApplicationResources' ) Index: lams_tool_wookie/db/sql/library_insert.sql =================================================================== diff -u -r0110ae0b586fbdc8a3c3f7046007a712660f2f4f -rb5e3dc0347ea139704c19de043d59015191a80cf --- lams_tool_wookie/db/sql/library_insert.sql (.../library_insert.sql) (revision 0110ae0b586fbdc8a3c3f7046007a712660f2f4f) +++ lams_tool_wookie/db/sql/library_insert.sql (.../library_insert.sql) (revision b5e3dc0347ea139704c19de043d59015191a80cf) @@ -11,4 +11,4 @@ 'Wookie', 0, NOW() -) +) \ No newline at end of file Index: lams_tool_wookie/db/sql/tool_insert.sql =================================================================== diff -u -rfccaf302a4f78f6def5fc3aed0fae8e6fea2df49 -rb5e3dc0347ea139704c19de043d59015191a80cf --- lams_tool_wookie/db/sql/tool_insert.sql (.../tool_insert.sql) (revision fccaf302a4f78f6def5fc3aed0fae8e6fea2df49) +++ lams_tool_wookie/db/sql/tool_insert.sql (.../tool_insert.sql) (revision b5e3dc0347ea139704c19de043d59015191a80cf) @@ -6,8 +6,6 @@ description, tool_identifier, tool_version, -learning_library_id, -default_tool_content_id, valid_flag, grouping_support_type_id, learner_url, @@ -30,8 +28,6 @@ 'Wookie', 'wookie', '@tool_version@', -NULL, -NULL, 0, 2, 'tool/lawook10/learning.do?mode=learner',