diff options
author | hobbs <hobbs> | 2000-11-03 20:57:22 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-11-03 20:57:22 (GMT) |
commit | 7f368e65f011e074f4890b4be2e650525cd5796c (patch) | |
tree | 762db733404abd575dc2f4af1b0995a4d76fff56 /library/opt0.4/pkgIndex.tcl | |
parent | b8bb6b9ae57588b933131af48bb467e840d495ef (diff) | |
download | tcl-7f368e65f011e074f4890b4be2e650525cd5796c.zip tcl-7f368e65f011e074f4890b4be2e650525cd5796c.tar.gz tcl-7f368e65f011e074f4890b4be2e650525cd5796c.tar.bz2 |
unversioned http msgcat and opt packages in CVS
Diffstat (limited to 'library/opt0.4/pkgIndex.tcl')
-rw-r--r-- | library/opt0.4/pkgIndex.tcl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/library/opt0.4/pkgIndex.tcl b/library/opt0.4/pkgIndex.tcl deleted file mode 100644 index 260e572..0000000 --- a/library/opt0.4/pkgIndex.tcl +++ /dev/null @@ -1,11 +0,0 @@ -# Tcl package index file, version 1.1 -# This file is generated by the "pkg_mkIndex -direct" command -# and sourced either when an application starts up or -# by a "package unknown" script. It invokes the -# "package ifneeded" command to set up package-related -# information so that packages will be loaded automatically -# in response to "package require" commands. When this -# script is sourced, the variable $dir must contain the -# full path name of this file's directory. - -package ifneeded opt 0.4.1 [list source [file join $dir optparse.tcl]] |