Index: openacs-4/packages/acs-tcl/tcl/apm-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-init.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/acs-tcl/tcl/apm-init.tcl 27 Oct 2014 16:40:05 -0000 1.2 @@ -0,0 +1,13 @@ + +# FIXME: Peter M - This file cannot be watched with the APM as it +# re-initializes the reload level to 0 everytime it is sourced. Could +# we move these initialization to an -init.tcl file instead? + +# Initialize loader NSV arrays. See apm-procs.tcl for a description of +# these arrays. + +nsv_array set apm_library_mtime [list] +nsv_array set apm_version_procs_loaded_p [list] +nsv_array set apm_reload_watch [list] +nsv_array set apm_package_info [list] +nsv_set apm_properties reload_level 0