diff options
author | Thomas Coldrick <thomas.coldrick@codethink.co.uk> | 2019-08-07 09:05:22 +0100 |
---|---|---|
committer | Thomas Coldrick <thomas.coldrick@codethink.co.uk> | 2019-08-08 08:23:17 +0100 |
commit | 9dd32a5683c46245dcccfad1ee22ca53f6c012b6 (patch) | |
tree | 7aa782d8572a18266d76c7b2d8f70c4cb6775b6e /doc | |
parent | 2d670f1963f83ffbf146e90500b517e77b24db62 (diff) | |
download | buildstream-9dd32a5683c46245dcccfad1ee22ca53f6c012b6.tar.gz |
Move cmake plugin to bst-plugins-experimentalcoldtom/move-cmake
It was agreed on the mailing list to move all plugins to a single
repository, before moving them into domain-specific repositories. As
a result it seems reasonable to move everything to the
bst-plugins-experimental repo as this stepping stone, rather than
creating a whole new repo.
This commit starts the process of moving things over by moving only the
cmake plugin to bst-plugins-experimental, and altering the tests to
reflect the new location.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/core_plugins.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/core_plugins.rst b/doc/source/core_plugins.rst index b2defe489..461a03a66 100644 --- a/doc/source/core_plugins.rst +++ b/doc/source/core_plugins.rst @@ -33,7 +33,6 @@ Build elements elements/manual elements/make elements/autotools - elements/cmake elements/qmake elements/distutils elements/makemaker |