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
5f52b1f1
Commit
5f52b1f1
authored
Aug 27, 2018
by
Mathias Goebel
🎠
Browse files
add dependency for code-view
parent
b430e6a3
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
5f52b1f1
...
...
@@ -4,7 +4,7 @@ local.build.properties
# files generated by ant #
##########################
build
build
/
expath-pkg.xml
.DS_STORE
...
...
expath-pkg.xml
deleted
100644 → 0
View file @
b430e6a3
<?xml version="1.0" encoding="UTF-8"?>
<package
xmlns=
"http://expath.org/ns/pkg"
name=
"http://textgrid.de/ns/SADE"
abbrev=
"SADE"
version=
"2.3.2"
spec=
"1.0"
>
<title>
Scalable Architecture for Digital Editions
</title>
<dependency
package=
"http://exist-db.org/apps/markdown"
/>
<dependency
package=
"http://exist-db.org/apps/monex"
/>
</package>
expath-pkg.xml.tmpl
View file @
5f52b1f1
...
...
@@ -3,4 +3,5 @@
<title>
@project.title@
</title>
<dependency
package=
"http://exist-db.org/apps/markdown"
/>
<dependency
package=
"http://exist-db.org/apps/monex"
/>
<dependency
package=
"http://bdn-edition.de/ns/code-view"
/>
</package>
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