Artifact Content
Not logged in

Artifact bb0d5bc884751b4013c3941af2ac979d5ae3a3ca

File tools/lib/pkgIndex.tcl part of check-in [86a7f249c1] - Started to restructure the namespace hierarchy, beginning at the bottom, with the log module. by aku on 2007-09-09 00:58:18.

if {![package vsatisfies [package require Tcl] 8.4]} return
package ifneeded rcsparser 1.0 [list source [file join $dir rcsparser.tcl]]
package ifneeded cvs       1.0 [list source [file join $dir cvs.tcl]]
package ifneeded fossil    1.0 [list source [file join $dir fossil.tcl]]
package ifneeded import::cvs 1.0 [list source [file join $dir importcvs.tcl]]
package ifneeded vc::tools::log 1.0 [list source [file join $dir log.tcl]]