Index: library/lib/pkgIndex.tcl =================================================================== diff -u -rcb607af7c82ac3edcf5a772bb83aaf49d33b9192 -ra976b7c6a116f584114d2612494aaaa8e8028387 --- library/lib/pkgIndex.tcl (.../pkgIndex.tcl) (revision cb607af7c82ac3edcf5a772bb83aaf49d33b9192) +++ library/lib/pkgIndex.tcl (.../pkgIndex.tcl) (revision a976b7c6a116f584114d2612494aaaa8e8028387) @@ -7,7 +7,6 @@ # in response to "package require" commands. When this # script is sourced, the variable $dir must contain the # full path name of this file's directory. - package ifneeded xotcl::htmllib 0.1 [list source [file join $dir htmllib.xotcl]] package ifneeded xotcl::metadataAnalyzer 0.84 [list source [file join $dir metadataAnalyzer.xotcl]] package ifneeded xotcl::mixinStrategy 0.9 [list source [file join $dir mixinStrategy.xotcl]]