aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/readme.txt5
-rw-r--r--stage2/plugins/readme.txt4
2 files changed, 9 insertions, 0 deletions
diff --git a/plugins/readme.txt b/plugins/readme.txt
new file mode 100644
index 0000000..c3f561f
--- /dev/null
+++ b/plugins/readme.txt
@@ -0,0 +1,5 @@
+This directory is for plugins plugins which are shipped with CBT,
+but need to be explicitly dependended upon in the BuildBuild.
+This is nice for plugins, which themselves have dependencies
+that we do not want CBT to depend on.
+See stage2/plugins/ for built-in plugins, that have no dependencies.
diff --git a/stage2/plugins/readme.txt b/stage2/plugins/readme.txt
new file mode 100644
index 0000000..d959c72
--- /dev/null
+++ b/stage2/plugins/readme.txt
@@ -0,0 +1,4 @@
+This directory is for built-in plugins which are always available.
+This is nice for plugins, which themselves do not have any
+compile-time dependencies except for CBT itself.
+See <cbt home>/plugins/ for plugins, that require an explicit dependency in the BuildBuild.