Index: openacs-4/packages/xotcl-core/tcl/context-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/context-procs.tcl,v diff -u -r1.68 -r1.69 --- openacs-4/packages/xotcl-core/tcl/context-procs.tcl 4 Oct 2017 08:53:35 -0000 1.68 +++ openacs-4/packages/xotcl-core/tcl/context-procs.tcl 13 Dec 2017 20:42:31 -0000 1.69 @@ -1,4 +1,6 @@ -ad_library { +xo::library doc { + Context handling interface + Definition of a connection context, containing user info, urls, parameters. this is used via "Package initialize"... similar as page_contracts and for included content (includelets), and used for per-connection caching as well. @@ -575,6 +577,8 @@ } +::xo::library source_dependent + # # Local variables: # mode: tcl