summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-07-11 22:45:21 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-07-11 22:45:21 +0300
commitc512c85c3d332f583d502d8911fea3618affce76 (patch)
tree919d0120add7da4fa28f2760f495fc5eefc77077
parent8d59e14e88164ddcb465ff3138584158ad793a57 (diff)
Add project manifest value
-rw-r--r--hello/manifest2
-rw-r--r--mhello/manifest3
2 files changed, 3 insertions, 2 deletions
diff --git a/hello/manifest b/hello/manifest
index 6a4fd5d..e45fe24 100644
--- a/hello/manifest
+++ b/hello/manifest
@@ -3,7 +3,7 @@ name: hello
version: 1.0.0
summary: The "Hello World" example program
license: MIT
-tags: c++, hello, world, example
+tags: c++, world, example
description: \
A simple program that implements the "Hello World" example in C++ using the
libhello library. Its primary goal is to show a canonical build2/bpkg
diff --git a/mhello/manifest b/mhello/manifest
index e9355e8..53b8150 100644
--- a/mhello/manifest
+++ b/mhello/manifest
@@ -1,9 +1,10 @@
: 1
name: mhello
version: 1.0.0
+project: hello
summary: The modularized "Hello World" example program
license: MIT
-tags: c++, hello, world, example
+tags: c++, world, example
description: \
A simple program that implements the "Hello World" example in C++ with
modules using the libhello library. Its primary goal is to show a