# 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 EDM 1.0 [list source [file join $dir main.tcl]]
package ifneeded EDM::dialogs 1.0 [list source [file join $dir main-dialogs.tcl]]
package ifneeded EDM::config 1.0 [list source [file join $dir edm_config.tcl]]
package ifneeded EDM::footprints 1.0 [list source [file join $dir footprints.tcl]]
package ifneeded EDM::plm 1.0 [list source [file join $dir plm.tcl]]
package ifneeded EDM::teamdesign 1.0 [list source [file join $dir teamdesign.tcl]]
package ifneeded EDM::teamlibrary 1.0 [list source [file join $dir teamlibrary.tcl]]
package ifneeded EDM::version 1.0 [list source [file join $dir client-version.tcl]]
package ifneeded EDM::download 1.0 [list source [file join $dir file-download.tcl]]
