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