Index: library/lib/pkgIndex.tcl =================================================================== diff -u -r752365e2a4c7ef57fc487bfff9bb387e72ccf533 -rcf4cb6fb4333cf8601b79f037a186a9a2f82fa43 --- library/lib/pkgIndex.tcl (.../pkgIndex.tcl) (revision 752365e2a4c7ef57fc487bfff9bb387e72ccf533) +++ library/lib/pkgIndex.tcl (.../pkgIndex.tcl) (revision cf4cb6fb4333cf8601b79f037a186a9a2f82fa43) @@ -8,7 +8,7 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded XOTcl 2.0 [list source [file join $dir xotcl1.xotcl]] +package ifneeded XOTcl 2.0 [list source [file join $dir xotcl.tcl]] package ifneeded next::doc 0.1 [list source [file join $dir doc-tools.xotcl]] 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]]