Index: openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl,v diff -u -r1.30 -r1.31 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 25 Nov 2008 17:08:50 -0000 1.30 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 18 Apr 2011 16:59:30 -0000 1.31 @@ -143,12 +143,17 @@ # GN: Should be loaded before user packages such they can use # the xotcl infrastructure # DRB: only do it if xotcl's installed - if {[info command ::xotcl::Class] ne "" && - [file isdirectory $root_directory/packages/xotcl-core]} { - apm_bootstrap_load_libraries -procs xotcl-core - apm_bootstrap_load_libraries -init xotcl-core - } + # Package libraries are now loaded in dependency order, rather than + # alphabetically. This code is obsolete and has been commented out + # for 5.7. + + #if {[info command ::xotcl::Class] ne "" && + # [file isdirectory $root_directory/packages/xotcl-core]} { + # apm_bootstrap_load_libraries -procs xotcl-core + # apm_bootstrap_load_libraries -init xotcl-core + #} + # Build the list of subsite packages apm_build_subsite_packages_list