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
bf857181
Commit
bf857181
authored
Jul 07, 2021
by
Mathias Goebel
Browse files
fix: path to new xar repo
parent
b926f1ec
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
bf857181
...
...
@@ -42,15 +42,15 @@
</fileset>
</setpermissions>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find
.zip
?abbrev=cv${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/codeview-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find
.zip
?abbrev=tgconnect${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/tgconnect${dependency.track}-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find
.zip
?abbrev=fontane${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/fontane${dependency.track}-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find
.zip
?abbrev=fontane-lucene-exist-module&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/fontane-lucene-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find
.zip
?abbrev=openapi${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/openapi${dependency.track}-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find
.zip
?abbrev=markdown&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/markdown-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find
.zip
?abbrev=xqjson&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/xqjson-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find
.zip
?abbrev=fundocs&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/fundocs-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find?abbrev=cv${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/codeview-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find?abbrev=tgconnect${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/tgconnect${dependency.track}-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find?abbrev=fontane${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/fontane${dependency.track}-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find?abbrev=fontane-lucene-exist-module&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/fontane-lucene-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find?abbrev=openapi${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/openapi${dependency.track}-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find?abbrev=markdown&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/markdown-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find?abbrev=xqjson&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/xqjson-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find?abbrev=fundocs&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/fundocs-latest.xar"
ignoreerrors=
"true"
/>
<copy
file=
"${destfile}"
todir=
"${test.dir}/autodeploy"
/>
<copy
todir=
"${test.dir}/etc/jetty/webapps/portal/public"
preservelastmodified=
"true"
failonerror=
"false"
>
...
...
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