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
b926f1ec
Commit
b926f1ec
authored
May 19, 2021
by
Mathias Goebel
Browse files
fix: exist release download
parent
068c9d02
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
b926f1ec
...
...
@@ -32,7 +32,7 @@
<include
name=
"eXist-db-*.tar.bz2"
/>
<exclude
name=
"eXist-${project.processorversion}.tar.bz2"
/>
</delete>
<get
src=
"https://
bintray
.com/e
x
istdb/releases/download
_file?file_path=
exist-distribution-${
project.processor
version}-unix.tar.bz2"
dest=
"${build.dir}/eXist-${
project.processor
version}.tar.bz2"
skipexisting=
"true"
quiet=
"true"
/>
<get
src=
"https://
github
.com/e
X
ist
-
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"
/>
<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