Index: openacs-4/packages/acs-core-docs/www/xml/kernel/apm-design.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/apm-design.xml,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/acs-core-docs/www/xml/kernel/apm-design.xml 7 Aug 2017 23:47:55 -0000 1.11 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/apm-design.xml 17 May 2018 12:02:01 -0000 1.12 @@ -587,28 +587,7 @@ -Files associated with a version can be added and removed. The path is -relative to the package-root which is -acs-server-root/packages/package-key. - - --- Add a file to the indicated version. -function add_file( - file_id in apm_package_files.file_id%TYPE - default null, - version_id in apm_package_versions.version_id%TYPE, - path in apm_package_files.path%TYPE, - file_type in apm_package_file_types.file_type_key%TYPE -) return apm_package_files.file_id%TYPE; - --- Remove a file from the indicated version. -procedure remove_file( - version_id in apm_package_versions.version_id%TYPE, - path in apm_package_files.path%TYPE -); - - Package versions need to indicate that they provide interfaces for other software. An interface is an API that other packages can access and utilize. Interfaces are identified as a URI and a version name, that comply with the