pkgIndex.tcl at [4aa30aea54]
Not logged in

File client/1.0/neutral/pkgIndex.tcl artifact e1048b4574 part of check-in 4aa30aea54


###############################################################################
#
# pkgIndex.tcl --
#
# Extensible Adaptable Generalized Logic Engine (Eagle)
# Package Index File
#
# Copyright (c) 2007-2012 by Joe Mistachkin.  All rights reserved.
#
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# RCS: @(#) $Id: $
#
###############################################################################

if {![package vsatisfies [package provide Tcl] 8.4]} {return}
if {[string length [package provide Eagle]] > 0} then {return}

package ifneeded Eagle.Package.Repository 1.0 \
    [list source [file join $dir pkgr.eagle]]

package ifneeded Eagle.Package.Downloader 1.0 \
    [list source [file join $dir pkgd.eagle]]

package ifneeded Eagle.Package.Uploader 1.0 \
    [list source [file join $dir pkgu.eagle]]

package ifneeded Eagle.Tools.Common 1.0 \
    [list source [file join $dir common.tcl]]