Skip to content

Commit

Permalink
🔧 build(expath): make deps explicit
Browse files Browse the repository at this point in the history
check versions of deployed apps vs those in this repo
 make explicit dep declarations including to shared-resources

TODO: likely incomplete

see BetaMasaheft/Documentation#2180
  • Loading branch information
duncdrum committed Dec 11, 2023
1 parent 9355ac1 commit 9c4ced9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

.DS_Store

xars/*/
7 changes: 6 additions & 1 deletion db/apps/BetMas/expath-pkg.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="https://www.betamasaheft.uni-hamburg.de/BetMas" abbrev="BetaMasaheft" version="5.0" spec="1.0">
<title>Beta maṣāḥǝft: Manuscripts of Ethiopia and Eritrea</title>
<dependency package="http://exist-db.org/apps/shared"/>
<dependency package="http://exist-db.org/apps/shared" semver-min="0.9.1"/>
<dependency package="https://betamasaheft.eu/betmasweb/" semver-min="0.1"/>
<dependency package="http://betamasaheft.aai.uni-hamburg.de/gez-en/" semver-min="2.6"/>
<dependency package="http://betamasaheft.eu/guidelines" semver-min="0.1"/>
<dependency package="http://betamasaheft.aai.uni-hamburg.de/parser/" semver-min="0.5"/>
<dependency processor="http://exist-db.org" semver-min="5.2.0"/>
</package>

0 comments on commit 9c4ced9

Please sign in to comment.