Index: openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl,v diff -u -r1.31 -r1.31.2.1 --- openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl 27 Oct 2014 16:40:06 -0000 1.31 +++ openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl 26 Aug 2015 10:20:12 -0000 1.31.2.1 @@ -202,7 +202,9 @@ vendor, group, vendor.url, and - description.format. + description.format, + maturity, + maturity_text. @@ -276,9 +278,11 @@ set properties(url) [apm_required_attribute_value $version url] # Set an entry in the properties array for each of these tags. - foreach property_name { summary description release-date vendor } { + set properties(maturity) "" + foreach property_name { summary description release-date vendor maturity } { set properties($property_name) [apm_tag_value $version $property_name] } + set properties(maturity_text) [apm::package_version::attributes::maturity_int_to_text $properties(maturity)] apm::package_version::attributes::parse_xml \ -parent_node $version \