Index: openacs-4/packages/xotcl-core/tcl/10-recreation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/10-recreation-procs.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/xotcl-core/tcl/10-recreation-procs.tcl 21 Oct 2017 13:07:27 -0000 1.12 +++ openacs-4/packages/xotcl-core/tcl/10-recreation-procs.tcl 13 Dec 2017 20:42:31 -0000 1.13 @@ -1,4 +1,7 @@ -ad_library { +::xo::library doc { + + XOTcl functionality for handling recreation of objects + Support for the recreation of classes objects without destroying foreign references. Normally, when a class definition is reloaded, the class is destroyed and created @@ -175,6 +178,7 @@ #::xotcl::Class instmixin RR } +::xo::library source_dependent # # Local variables: # mode: tcl