Commit 88594a67 authored by Frank Bergmann's avatar Frank Bergmann

- V4.0.3.0.0:

  Updated to OpenACS 5.7
parent 81d18124
......@@ -7,18 +7,18 @@
<initial-install-p>t</initial-install-p>
<singleton-p>t</singleton-p>
<version name="5.6.0" url="http://openacs.org/repository/download/apm/acs-bootstrap-installer-5.6.0.apm">
<version name="5.7.0" url="http://openacs.org/repository/download/apm/acs-bootstrap-installer-5.7.0.apm">
<owner url="mailto:dhogaza@pacifier.com">Don Baccus</owner>
<summary>Bootstraps an OpenACS installation.</summary>
<release-date>2010-06-17</release-date>
<release-date>2011-06-12</release-date>
<maturity>3</maturity>
<vendor url="http://openacs.org">OpenACS</vendor>
<license url="http://www.gnu.org/copyleft/gpl.html">GPL</license>
<maturity>3</maturity>
<description format="text/html">This package bootstraps OpenACS. If the core packages have not yet been installed, it calls the installer which leads the user through the steps necessary to do so. It also checks that the installation meets the requirements for a successful install of OpenACS.</description>
<provides url="acs-bootstrap-installer" version="5.6.0"/>
<requires url="acs-kernel" version="5.6.0"/>
<provides url="acs-bootstrap-installer" version="5.7.0"/>
<requires url="acs-kernel" version="5.7.0"/>
<callbacks>
</callbacks>
......
......@@ -143,11 +143,16 @@ set errno [catch {
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment