Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
5812b58a
Commit
5812b58a
authored
Aug 27, 2018
by
Mathias Goebel
🎠
Browse files
add dependencies to build (optional)
parent
5f52b1f1
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
build.properties
View file @
5812b58a
...
@@ -2,3 +2,4 @@ project.namespace=http://textgrid.de/ns/SADE
...
@@ -2,3 +2,4 @@ project.namespace=http://textgrid.de/ns/SADE
project.version
=
2.5.5
project.version
=
2.5.5
project.title
=
Scalable Architecture for Digital Editions – Fontane
project.title
=
Scalable Architecture for Digital Editions – Fontane
project.abbrev
=
SADE-fontane
project.abbrev
=
SADE-fontane
project.processorversion
=
4.3.1
build.xml
View file @
5812b58a
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
<property
environment=
"env"
/>
<property
environment=
"env"
/>
<property
file=
"build.properties"
/>
<property
file=
"build.properties"
/>
<property
name=
"build.dir"
value=
"build"
/>
<property
name=
"build.dir"
value=
"build"
/>
<xmlproperty
file=
"expath-pkg.xml.tmpl"
/>
<target
name=
"xar"
>
<target
name=
"xar"
>
<copy
file=
"expath-pkg.xml.tmpl"
tofile=
"expath-pkg.xml"
filtering=
"true"
overwrite=
"true"
>
<copy
file=
"expath-pkg.xml.tmpl"
tofile=
"expath-pkg.xml"
filtering=
"true"
overwrite=
"true"
>
...
@@ -18,4 +19,10 @@
...
@@ -18,4 +19,10 @@
excludes=
"${build.dir}/*"
/>
excludes=
"${build.dir}/*"
/>
</target>
</target>
<target
name=
"dependencies"
>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find.zip?abbrev=cv&processor=${project.processorversion}"
dest=
"${build.dir}/codeview-latest.xar"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find.zip?abbrev=markdown&processor=${project.processorversion}"
dest=
"${build.dir}/markdown-latest.xar"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find.zip?abbrev=monex&processor=${project.processorversion}"
dest=
"${build.dir}/monex-latest.xar"
/>
</target>
</project>
</project>
expath-pkg.xml.tmpl
View file @
5812b58a
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<package
xmlns=
"http://expath.org/ns/pkg"
name=
"@project.namespace@"
abbrev=
"@project.abbrev@"
version=
"@project.version@"
spec=
"1.0"
>
<package
xmlns=
"http://expath.org/ns/pkg"
name=
"@project.namespace@"
abbrev=
"@project.abbrev@"
version=
"@project.version@"
spec=
"1.0"
>
<title>
@project.title@
</title>
<title>
@project.title@
</title>
<dependency
processor=
"http://exist-db.org"
semver-min=
"@project.processorversion@"
/>
<dependency
package=
"http://exist-db.org/apps/markdown"
/>
<dependency
package=
"http://exist-db.org/apps/markdown"
/>
<dependency
package=
"http://exist-db.org/apps/monex"
/>
<dependency
package=
"http://exist-db.org/apps/monex"
/>
<dependency
package=
"http://bdn-edition.de/ns/code-view"
/>
<dependency
package=
"http://bdn-edition.de/ns/code-view"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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