Diff
Not logged in

Differences From:

File tools/lib/pkgIndex.tcl part of check-in [d4aa7da67d] - Continuing namespace changes, rcs parser. Basic structure is now ok IMHO. by aku on 2007-09-13 06:24:31. [view]

To:

File tools/lib/pkgIndex.tcl part of check-in [cdf5e6d8b7] - Encapsulated access to the fossil and cvs applications in their own packages. by aku on 2007-09-13 06:59:24. [view]

@@ -1,6 +1,8 @@
 if {![package vsatisfies [package require Tcl] 8.4]} return
 package ifneeded vc::rcs::parser         1.0 [list source [file join $dir rcsparser.tcl]]
+package ifneeded vc::cvs::cmd            1.0 [list source [file join $dir cvs_cmd.tcl]]
 package ifneeded vc::cvs::ws             1.0 [list source [file join $dir cvs.tcl]]
+package ifneeded vc::fossil::cmd         1.0 [list source [file join $dir fossil_cmd.tcl]]
 package ifneeded vc::fossil::ws          1.0 [list source [file join $dir fossil.tcl]]
 package ifneeded vc::fossil::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]]