Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
988d67e1
Verified
Commit
988d67e1
authored
Dec 15, 2021
by
Mathias Goebel
Browse files
chore: update to log4j 2.16.0
parent
ab8d9dbb
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
988d67e1
...
...
@@ -32,7 +32,9 @@
<include
name=
"eXist-db-*.tar.bz2"
/>
<exclude
name=
"eXist-${project.processorversion}.tar.bz2"
/>
</delete>
<get
src=
"https://github.com/eXist-db/exist/releases/download/eXist-${exist.version}/exist-distribution-${exist.version}-unix.tar.bz2"
dest=
"${build.dir}/eXist-${exist.version}.tar.bz2"
skipexisting=
"true"
quiet=
"true"
/>
<!-- get src="https://github.com/eXist-db/exist/releases/download/eXist-${exist.version}/exist-distribution-${exist.version}-unix.tar.bz2" dest="${build.dir}/eXist-${exist.version}.tar.bz2" skipexisting="true" quiet="true" />
-->
<get
src=
"https://gitlab.gwdg.de/sepia/existdb/-/package_files/1873/download"
dest=
"${build.dir}/eXist-${exist.version}.tar.bz2"
skipexisting=
"true"
quiet=
"true"
/>
<untar
src=
"${build.dir}/eXist-${project.processorversion}.tar.bz2"
dest=
"${test.dir}"
compression=
"bzip2"
>
<cutdirsmapper
dirs=
"1"
/>
</untar>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment