summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-10-26 07:26:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-10-26 07:26:11 +0200
commit69eca5325a70639f253f634b1f38593e6c213cf0 (patch)
tree4226a8aeb014849ed24b72b67f4309cd20ed57ac
parent06e68339a849ab955d7dab169eeb3436edf33cde (diff)
Minor tweaks to README.md and manifest
-rw-r--r--libxsd-tests/manifest4
-rw-r--r--libxsd/manifest4
-rw-r--r--xsd-examples/manifest4
-rw-r--r--xsd-tests/manifest4
-rw-r--r--xsd/README2
-rw-r--r--xsd/manifest4
6 files changed, 12 insertions, 10 deletions
diff --git a/libxsd-tests/manifest b/libxsd-tests/manifest
index 0648894..b0bfef5 100644
--- a/libxsd-tests/manifest
+++ b/libxsd-tests/manifest
@@ -9,7 +9,7 @@ url: https://www.codesynthesis.com/projects/xsd/
doc-url: https://www.codesynthesis.com/projects/xsd/
src-url: https://git.codesynthesis.com/cgit/xsd/xsd/tree/libxsd-tests/
email: xsd-users@codesynthesis.com ; Mailing list
-depends: * build2 >= 0.14.0-
-depends: * bpkg >= 0.14.0-
+depends: * build2 >= 0.14.0
+depends: * bpkg >= 0.14.0
depends: libxerces-c ^3.0.0
depends: libexpat ^2.1.0
diff --git a/libxsd/manifest b/libxsd/manifest
index 43c40f6..c27fd03 100644
--- a/libxsd/manifest
+++ b/libxsd/manifest
@@ -12,6 +12,6 @@ doc-url: https://www.codesynthesis.com/projects/xsd/
src-url: https://git.codesynthesis.com/cgit/xsd/xsd/tree/libxsd/
email: xsd-users@codesynthesis.com ; Mailing list
build-warning-email: builds@codesynthesis.com
-depends: * build2 >= 0.14.0-
-depends: * bpkg >= 0.14.0-
+depends: * build2 >= 0.14.0
+depends: * bpkg >= 0.14.0
tests: libxsd-tests == $
diff --git a/xsd-examples/manifest b/xsd-examples/manifest
index 7bcd986..013aa1e 100644
--- a/xsd-examples/manifest
+++ b/xsd-examples/manifest
@@ -9,8 +9,8 @@ url: https://www.codesynthesis.com/projects/xsd/
doc-url: https://www.codesynthesis.com/projects/xsd/
src-url: https://git.codesynthesis.com/cgit/xsd/xsd/tree/xsd-examples/
email: xsd-users@codesynthesis.com ; Mailing list
-depends: * build2 >= 0.14.0-
-depends: * bpkg >= 0.14.0-
+depends: * build2 >= 0.14.0
+depends: * bpkg >= 0.14.0
depends: libxsd == $
depends: libxerces-c ^3.0.0
depends: libexpat ^2.1.0
diff --git a/xsd-tests/manifest b/xsd-tests/manifest
index 23cae47..79d691e 100644
--- a/xsd-tests/manifest
+++ b/xsd-tests/manifest
@@ -9,7 +9,7 @@ url: https://www.codesynthesis.com/projects/xsd/
doc-url: https://www.codesynthesis.com/projects/xsd/
src-url: https://git.codesynthesis.com/cgit/xsd/xsd/tree/xsd-tests/
email: xsd-users@codesynthesis.com ; Mailing list
-depends: * build2 >= 0.14.0-
-depends: * bpkg >= 0.14.0-
+depends: * build2 >= 0.14.0
+depends: * bpkg >= 0.14.0
depends: libxsd == $
depends: libxerces-c ^3.0.0
diff --git a/xsd/README b/xsd/README
index 80d707f..dc1d4db 100644
--- a/xsd/README
+++ b/xsd/README
@@ -13,6 +13,8 @@ defined in XML Schema. Using these parser templates you can build
your own in-memory representations or perform immediate processing
of XML instance documents.
+Note also that the xsd executable provides build2 metadata.
+
See the NEWS file for the user-visible changes from the previous release.
See the LICENSE file for distribution conditions.
diff --git a/xsd/manifest b/xsd/manifest
index fcbadbe..8bebd3e 100644
--- a/xsd/manifest
+++ b/xsd/manifest
@@ -13,8 +13,8 @@ email: xsd-users@codesynthesis.com ; Mailing list
build-warning-email: builds@codesynthesis.com
requires: host
requires: c++11
-depends: * build2 >= 0.14.0-
-depends: * bpkg >= 0.14.0-
+depends: * build2 >= 0.14.0
+depends: * bpkg >= 0.14.0
depends: libxsd-frontend ^2.1.0-
depends: libcutl ^1.11.0-
depends: libxerces-c ^3.0.0