Index: openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl,v
diff -u -r1.18.8.8 -r1.18.8.9
--- openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 1 Apr 2014 18:37:31 -0000 1.18.8.8
+++ openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 12 Aug 2014 09:12:01 -0000 1.18.8.9
@@ -282,11 +282,11 @@
Rebuild the repository on the local machine.
Only useful for the openacs.org site.
Adapted from Lars' build-repository.tcl page.
- @param debug_p Set to 1 to test with only a small subset of packages instead of the whole cvs tree.
+ @param debug Set to 1 to test with only a small subset of packages instead of the whole cvs tree.
@param head_channel The artificial branch label to apply to HEAD. Should be one minor version past the current release.
- @channels@ Generate apm files for the matching channels only
+ @param channels Generate apm files for the matching channels only
@author Lars Pind (lars@collaboraid.biz)
- @return 0 for success. Also outputs debug strings to log.
+ @return 0 for success. Also outputs debug messages to log.
} {
@@ -460,6 +460,8 @@
" [ad_quotehtml $pkg_info(release-date)]\n" \
" " \
[ad_quotehtml $pkg_info(vendor)] "\n" \
+ " " \
+ [ad_quotehtml $pkg_info(license)] "\n" \
" $pkg_info(maturity)\n"
if {![info exists pkg_info(maturity_text)]} {