eclipse-embed-cdt / eclipse-plugins

The Eclipse Embedded CDT plug-ins for Arm & RISC-V C/C++ developers (formerly known as the GNU MCU Eclipse plug-ins). Includes the archive of previous plug-ins versions, as Releases.
http://eclipse-embed-cdt.github.io/
Eclipse Public License 2.0
555 stars 129 forks source link

Auto-discover manually installed xPacks in XPACK_REPO_PATH #381

Closed ilg-ul closed 4 years ago

ilg-ul commented 4 years ago

The current rule for manually installing xPacks is to place them all together in $XPACK_REPO_PATH/<name>, where name is the package name without scope.

To simplify things (and make xPacks work on simple environments like Arduino), the archive content was flattened to a single folder xpack-<name>-<version>, but the versioned folder name should not be relevant for the search (which means it can be renamed to anything else), only the the parent <name> is important.

ilg-ul commented 4 years ago

Fixed in 2020-07-17.