diff options
author | hershey <hershey> | 1999-07-19 21:03:38 (GMT) |
---|---|---|
committer | hershey <hershey> | 1999-07-19 21:03:38 (GMT) |
commit | 76306cfd576de8cebb41c8ef638a2dcfefcec23b (patch) | |
tree | 0420aff3eb0877a9674f9cf995af79a211489439 /library/http2.0/pkgIndex.tcl | |
parent | ba02196dd7498598c52a1198434c734483af894b (diff) | |
download | tcl-76306cfd576de8cebb41c8ef638a2dcfefcec23b.zip tcl-76306cfd576de8cebb41c8ef638a2dcfefcec23b.tar.gz tcl-76306cfd576de8cebb41c8ef638a2dcfefcec23b.tar.bz2 |
changed http dir from 2.0 to 2.1
Diffstat (limited to 'library/http2.0/pkgIndex.tcl')
-rw-r--r-- | library/http2.0/pkgIndex.tcl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/library/http2.0/pkgIndex.tcl b/library/http2.0/pkgIndex.tcl deleted file mode 100644 index b0e2d9d..0000000 --- a/library/http2.0/pkgIndex.tcl +++ /dev/null @@ -1,11 +0,0 @@ -# Tcl package index file, version 1.1 -# This file is generated by the "pkg_mkIndex" 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 http 2.1 [list tclPkgSetup $dir http 2.1 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait}}}] |