1# Tcl package index file, version 1.1
2# This file is generated by the "pkg_mkIndex" command
3# and sourced either when an application starts up or
4# by a "package unknown" script.  It invokes the
5# "package ifneeded" command to set up package-related
6# information so that packages will be loaded automatically
7# in response to "package require" commands.  When this
8# script is sourced, the variable $dir must contain the
9# full path name of this file's directory.
10
11package ifneeded SOAP 1.6.8.1 [list source [file join $dir SOAP.tcl]]
12package ifneeded SOAP::CGI 1.0.1 [list source [file join $dir SOAP-CGI.tcl]]
13package ifneeded SOAP::Domain 1.4.1 [list source [file join $dir SOAP-domain.tcl]]
14package ifneeded SOAP::Service 0.5 [list source [file join $dir SOAP-service.tcl]]
15package ifneeded SOAP::Utils 1.1 [list source [file join $dir utils.tcl]]
16package ifneeded SOAP::ftp 1.0 [list source [file join $dir ftp.tcl]]
17package ifneeded SOAP::http 1.0 [list source [file join $dir http.tcl]]
18package ifneeded SOAP::https 1.0 [list source [file join $dir https.tcl]]
19package ifneeded SOAP::smtp 1.0 [list source [file join $dir smtp.tcl]]
20package ifneeded SOAP::xpath 0.2 [list source [file join $dir xpath.tcl]]
21package ifneeded XMLRPC 1.0.1 [list source [file join $dir XMLRPC.tcl]]
22package ifneeded JSONRPC 0.1 [list source [file join $dir jsonrpc.tcl]]
23package ifneeded rpcvar 1.2 [list source [file join $dir rpcvar.tcl]]
24package ifneeded soapinterop::base 1.0 [list source [file join $dir interop soapinterop.tcl]]
25package ifneeded soapinterop::B 1.0 [list source [file join $dir interop soapinteropB.tcl]]
26package ifneeded soapinterop::C 1.0 [list source [file join $dir interop soapinteropC.tcl]]
27