Differences From Artifact [e2513eec21]:
- File client/1.0/neutral/pkgd.eagle — part of check-in [2f4fd26949] at 2019-08-15 05:53:28 on branch trunk — Fix automatic platform detection for the client. (user: mistachkin, size: 69664) [annotate] [blame] [check-ins using]
To Artifact [516b433c80]:
- File client/1.0/neutral/pkgd.eagle — part of check-in [ccfa024e3e] at 2019-09-08 21:56:43 on branch trunk — Stub in support for grabbing the package name out of the lookup metadata. (user: mistachkin, size: 69664) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
2020 2021 2022 2023 2024 2025 2026 |
maybeAddToAutoPath [expr {[isEagle] ? "eagle" : "tcl"}] \
$persistentRootDirectory
#
# NOTE: Provide the package to the interpreter.
#
| | | 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 |
maybeAddToAutoPath [expr {[isEagle] ? "eagle" : "tcl"}] \
$persistentRootDirectory
#
# NOTE: Provide the package to the interpreter.
#
package provide Eagle.Package.Downloader 1.0.8
}
|