diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-02-11 20:10:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-02-11 20:14:11 +0300 |
commit | 818cde70e20ff897932c4abaca63c446a9ec5561 (patch) | |
tree | e991199a0fc1261851429fc35b70bd18906819ff /libbrep/build.xml | |
parent | 4cb81fd80a63004c08ba49ce9265318d5ba39082 (diff) |
Add support for reflect clause in tests package manifest value
Diffstat (limited to 'libbrep/build.xml')
-rw-r--r-- | libbrep/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbrep/build.xml b/libbrep/build.xml index 92b83af..7828df1 100644 --- a/libbrep/build.xml +++ b/libbrep/build.xml @@ -1,4 +1,6 @@ <changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="pgsql" schema-name="build" version="1"> + <changeset version="18"/> + <changeset version="17"/> <changeset version="16"/> |