Artifact a4908f45281d0e131bbd221fb3284af77b859f53
File
tools/lib/pkgIndex.tcl
part of check-in
[c172959c32]
- Moved the import control code into its own package. The application has been reduced to command line processing and handing over to the new package.
by
aku on
2007-09-08 06:33:23.
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 tools::log 1.0 [list source [file join $dir log.tcl]]
package ifneeded import::cvs 1.0 [list source [file join $dir importcvs.tcl]]