Index: openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl,v diff -u -N -r1.50.2.4 -r1.50.2.5 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 14 Feb 2021 21:08:02 -0000 1.50.2.4 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 22 Feb 2021 15:17:45 -0000 1.50.2.5 @@ -224,7 +224,7 @@ return $matching_files } -ad_proc -private apm_parse_catalog_path { file_path } { +ad_proc -public apm_parse_catalog_path { file_path } { Given the path of a file attempt to extract package_key, prefix, charset and locale information from the path assuming the path is on valid format @@ -520,7 +520,7 @@ return "$::acs::rootdir/install.xml" } -ad_proc -private apm_ignore_file_p { +ad_proc -public apm_ignore_file_p { {-data_model_files:boolean} path } {