From a29f91c73c74f04af51983f4089fcb9ad93f59d8 Mon Sep 17 00:00:00 2001 From: Wolfgang Meier Date: Fri, 4 Jun 2021 10:45:23 +0200 Subject: [PATCH] Add required ace version as submodule --- .gitmodules | 3 +++ support/ace | 1 + 2 files changed, 4 insertions(+) create mode 160000 support/ace diff --git a/.gitmodules b/.gitmodules index 0d223e3b..005182b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "support/xqlint"] path = support/xqlint url=https://github.com/eXist-db/xqlint.git +[submodule "support/ace"] + path = support/ace + url = https://github.com/ajaxorg/ace.git diff --git a/support/ace b/support/ace new file mode 160000 index 00000000..145328b9 --- /dev/null +++ b/support/ace @@ -0,0 +1 @@ +Subproject commit 145328b96083c6b7c306d3dcf841948f73486919