Index: openacs-4/packages/imsld/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/apm-callback-procs.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/imsld/tcl/apm-callback-procs.tcl 18 Dec 2008 19:12:12 -0000 1.11 +++ openacs-4/packages/imsld/tcl/apm-callback-procs.tcl 17 Jun 2009 08:00:01 -0000 1.12 @@ -26,6 +26,9 @@ # create default relationships with non IMS-LD objects imsld::install::init_ext_rels + #create the GSI model + imsld::gsi::install::do_install + return 1 } @@ -51,7 +54,9 @@ } { Proc calls and tasks needed to be donde before the uninstallation of the imsld package. } { - + #clean the GSI model + imsld::gsi::uninstall::do_uninstall + # clean rels imsld::uninstall::delete_rels imsld::uninstall::delete_ext_rels @@ -95,6 +100,9 @@ -attribute_name resource_handler -datatype string \ -pretty_name "#imsld.Resource_Handler#" -column_spec "varchar(100)" } + 1.7d 1.8d { + imsld::gsi::install::do_install + } } }