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.25 -r1.26 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 24 Sep 2003 22:22:37 -0000 1.25 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 9 Oct 2005 20:38:04 -0000 1.26 @@ -140,6 +140,12 @@ ns_log Notice "Loading acs-automated-testing specially so other packages can define tests..." apm_bootstrap_load_libraries -procs acs-automated-testing + # GN: Should be loaded before user packages such they can use + # the xotcl infrastructure + if {[file isdirectory $root_directory/packages/xotcl-core]} { + apm_bootstrap_load_libraries -procs xotcl-core + } + # Load libraries, queries etc. for remaining packages apm_load_packages