The class THREAD is used to create, initialize @@ -293,6 +296,7 @@ [:server] do [:serverobj] {*}$args } +::xo::library source_dependent # # Local variables: # mode: tcl Index: openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl,v diff -u -N -r1.55 -r1.56 --- openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl 23 Nov 2017 08:05:05 -0000 1.55 +++ openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl 13 Dec 2017 20:42:31 -0000 1.56 @@ -1,4 +1,4 @@ -ad_library { +::xo::library doc { Routines for background delivery of files @@ -774,6 +774,7 @@ :do -async $spooler release } +::xo::library source_dependent # # Local variables: # mode: tcl Index: openacs-4/packages/xotcl-core/tcl/chat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/Attic/chat-procs.tcl,v diff -u -N -r1.28 -r1.29 --- openacs-4/packages/xotcl-core/tcl/chat-procs.tcl 21 Oct 2017 13:07:27 -0000 1.28 +++ openacs-4/packages/xotcl-core/tcl/chat-procs.tcl 13 Dec 2017 20:42:31 -0000 1.29 @@ -1,5 +1,5 @@ -ad_library { - generic chat - chat procs +xo::library doc { + Generic chat procs @creation-date 2006-02-02 @author Gustaf Neumann @@ -358,6 +358,7 @@ } } +::xo::library source_dependent # # Local variables: # mode: tcl Index: openacs-4/packages/xotcl-core/tcl/cluster-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cluster-procs.tcl,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/xotcl-core/tcl/cluster-procs.tcl 21 Oct 2017 13:07:27 -0000 1.10 +++ openacs-4/packages/xotcl-core/tcl/cluster-procs.tcl 13 Dec 2017 20:42:31 -0000 1.11 @@ -1,4 +1,4 @@ -ad_library { +::xo::library doc { XOTcl cluster support @author Gustaf Neumann @@ -136,6 +136,7 @@ } } +::xo::library source_dependent # # Local variables: 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 -N -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 Index: openacs-4/packages/xotcl-core/tcl/doc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/doc-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/xotcl-core/tcl/doc-procs.tcl 7 Aug 2017 23:48:30 -0000 1.2 +++ openacs-4/packages/xotcl-core/tcl/doc-procs.tcl 13 Dec 2017 20:42:31 -0000 1.3 @@ -1,5 +1,5 @@ -ad_library { - generic doc procs +xo::library doc { + Generic doc procs @creation-date 2015-04-30 @author Gustaf Neumann @@ -192,6 +192,8 @@ } +::xo::library source_dependent +# # Local variables: # mode: tcl # tcl-indent-level: 4 Index: openacs-4/packages/xotcl-core/tcl/generic-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/generic-procs.tcl,v diff -u -N -r1.101 -r1.102 --- openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 12 Dec 2017 10:50:55 -0000 1.101 +++ openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 13 Dec 2017 20:42:31 -0000 1.102 @@ -1,4 +1,4 @@ -ad_library { +xo::library doc { A simple OO interface for ad_form for acs_objects and content repository items. @@ -647,6 +647,8 @@ } } namespace import -force ::Generic::* +::xo::library source_dependent + # # Local variables: # mode: tcl Index: openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl,v diff -u -N -r1.32 -r1.33 --- openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl 21 Oct 2017 13:07:27 -0000 1.32 +++ openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl 13 Dec 2017 20:42:31 -0000 1.33 @@ -1,4 +1,4 @@ -ad_library { +xo::library doc { XOTcl implementation for synchronous and asynchronous HTTP and HTTPS requests @@ -813,6 +813,7 @@ # HttpCore instmixin add ::xo::HttpRequestTrace } +::xo::library source_dependent # # Local variables: # mode: tcl Index: openacs-4/packages/xotcl-core/tcl/policy-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/policy-procs.tcl,v diff -u -N -r1.26 -r1.27 --- openacs-4/packages/xotcl-core/tcl/policy-procs.tcl 21 Oct 2017 11:42:23 -0000 1.26 +++ openacs-4/packages/xotcl-core/tcl/policy-procs.tcl 13 Dec 2017 20:42:31 -0000 1.27 @@ -1,4 +1,4 @@ -ad_library { +xo::library doc { XOTcl API for policies @author Gustaf Neumann @@ -218,6 +218,7 @@ } +::xo::library source_dependent # # Local variables: # mode: tcl