]> git.corax.cc Git - foundry/commit
include: Move files to foundry directory
authorMatthias Kruk <m@m10k.eu>
Mon, 14 Feb 2022 05:09:39 +0000 (14:09 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 14 Feb 2022 05:09:39 +0000 (14:09 +0900)
commitf8a2e66e0589884c16690ca36396708624d0b9a6
treebc17301db9b3b506e6b08551c4eb5853ad168199
parent15df90295e33bcec4e8702ef69f05ae15741f6b4
include: Move files to foundry directory

The toolbox modules that come with foundry are losely placed in the
include directory, which goes against toolbox conventions. The modules
should be placed in a subdirectory of include.

This commit moves the foundry modules into the foundry subdirectory.
18 files changed:
include/context.sh [deleted file]
include/foundry/context.sh [new file with mode: 0644]
include/foundry/msg.sh [new file with mode: 0644]
include/foundry/msg/artifact.sh [new file with mode: 0644]
include/foundry/msg/build.sh [new file with mode: 0644]
include/foundry/msg/commit.sh [new file with mode: 0644]
include/foundry/msg/dist.sh [new file with mode: 0644]
include/foundry/msg/merge.sh [new file with mode: 0644]
include/foundry/msg/sign.sh [new file with mode: 0644]
include/foundry/msg/test.sh [new file with mode: 0644]
include/msg.sh [deleted file]
include/msg/artifact.sh [deleted file]
include/msg/build.sh [deleted file]
include/msg/commit.sh [deleted file]
include/msg/dist.sh [deleted file]
include/msg/merge.sh [deleted file]
include/msg/sign.sh [deleted file]
include/msg/test.sh [deleted file]