Index: library/xotcl/library/comm/pkgIndex.tcl =================================================================== diff -u -r9a0b8bb0992be0561d8187c275fc1d9b7e0bbcd0 -r55d0e812c6b2d7895720b83d20addf87d0945c18 --- library/xotcl/library/comm/pkgIndex.tcl (.../pkgIndex.tcl) (revision 9a0b8bb0992be0561d8187c275fc1d9b7e0bbcd0) +++ library/xotcl/library/comm/pkgIndex.tcl (.../pkgIndex.tcl) (revision 55d0e812c6b2d7895720b83d20addf87d0945c18) @@ -8,10 +8,10 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded xotcl::comm::connection 1.1 [list source [file join $dir Connection.xotcl]] +package ifneeded xotcl::comm::connection 1.2 [list source [file join $dir Connection.xotcl]] package ifneeded xotcl::comm::dav 0.91 [list source [file join $dir Dav.xotcl]] package ifneeded xotcl::comm::ftp 0.91 [list source [file join $dir Ftp.xotcl]] -package ifneeded xotcl::comm::httpAccess 0.92 [list source [file join $dir Access.xotcl]] +package ifneeded xotcl::comm::httpAccess 1.2 [list source [file join $dir Access.xotcl]] package ifneeded xotcl::comm::httpd 1.2 [list source [file join $dir Httpd.xotcl]] package ifneeded xotcl::comm::imap 0.91 [list source [file join $dir Imap.xotcl]] package ifneeded xotcl::comm::ldap 0.91 [list source [file join $dir Ldap.xotcl]]