File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66project.app =raffArchive
77project.name =Joachim Raff Archive App
88project.url =https://github.com/Joachim-Raff-Archiv/portal-app
9- project.version =1.3.0-dev
9+ project.version =1.2.1
1010
1111# build output dirs
1212build.dir =build
Original file line number Diff line number Diff line change 22<package xmlns= " http://expath.org/ns/pkg" name= " @project.url@"
33 abbrev= " @project.app@" version= " @project.version@-@project.version.hash@" spec= " 1.0" >
44 <title>@project.name @</title>
5- <dependency processor= " http://exist-db.org" semver-min= " 5.3.1 " />
5+ <dependency processor= " http://exist-db.org" semver-min= " 6.2.0 " />
66 <dependency package= " http://exist-db.org/html-templating" semver-min= " 1.0.0" />
77 <dependency package= " http://www.functx.com" semver-min= " 1.0.0" />
88</package>
Original file line number Diff line number Diff line change 171171 <xsl : choose >
172172 <xsl : when test =" contains(.,'Privatbesitz')" >Privatbesitz</xsl : when >
173173 <xsl : otherwise >
174- <xsl : value-of select =" . " />
174+ <xsl : value-of select =" $sourceDesc//msIdentifier/repository " />
175175 <xsl : if test =" $sourceDesc//msIdentifier/settlement != ''" >
176176 <xsl : text > (</xsl : text >
177177 <xsl : value-of select =" $sourceDesc//msIdentifier/settlement" />
You can’t perform that action at this time.
0 commit comments