Diff
Not logged in

Differences From Artifact [263e64d8e8]:

To Artifact [bba4803a0e]:


731
732
733
734
735
736
737








738
739
740
741
742
743
744
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752







+
+
+
+
+
+
+
+







        file delete -force -- $temporaryDirectory
      }
    }

    return $downloadDirectories
  }

  #
  # NOTE: This package requires that support for namespaces, which is an
  #       optional feature of Eagle, must be enabled.
  #
  if {[isEagle] && ![namespace enable]} then {
    error "namespaces must be enabled for this package"
  }

  #
  # NOTE: This package requires the package repository client package.
  #
  package require Eagle.Package.Repository

  #
  # NOTE: Attempt to read optional settings file now.  This may override
753
754
755
756
757
758
759

761
762
763
764
765
766
767
768







+

  #
  # NOTE: Provide the package to the interpreter.
  #
  package provide Eagle.Package.Downloader \
    [expr {[isEagle] ? [info engine PatchLevel] : "1.0"}]
}