diff --git a/expath-pkg.xml.tmpl b/expath-pkg.xml.tmpl index d157135a809aacda1c90941ba7d2c657037f25c2..da2c912da5689a8d3525a12329ea4139ad053ec0 100644 --- a/expath-pkg.xml.tmpl +++ b/expath-pkg.xml.tmpl @@ -8,7 +8,7 @@ <dependency processor="http://exist-db.org" semver-min="@project.processorversion@"/> <dependency package="http://exist-db.org/apps/shared"/> <xquery> - <namespace>http://bdn-edition.de/intermediate_format</namespace> - <file>ifweb.xqm</file> + <namespace>http://bdn-edition.de/intermediate_format/ifweb</namespace> + <file>ifweb.xql</file> </xquery> </package> diff --git a/modules/intermediate_format/ifweb.xql b/modules/intermediate_format/ifweb.xql index 45b89a9a0e93ef087efd2ea48cdab8ba0f27617a..a2cbc186d15d8084e8a7b8cde8a6602b3adf96bf 100644 --- a/modules/intermediate_format/ifweb.xql +++ b/modules/intermediate_format/ifweb.xql @@ -35,9 +35,9 @@ module namespace ifweb="http://bdn-edition.de/intermediate_format/ifweb"; declare namespace tei = "http://www.tei-c.org/ns/1.0"; import module namespace console="http://exist-db.org/xquery/console"; -import module namespace pre="http://bdn-edition.de/intermediate_format/preprocessing" at "xmldb:exist:///db/apps/interformat/modules/intermediate_format/preprocessing.xqm"; -import module namespace ident = "http://bdn-edition.de/intermediate_format/identification" at "xmldb:exist:///db/apps/interformat/modules/intermediate_format/identification.xqm"; -import module namespace config = "http://bdn-edition.de/intermediate_format/config" at "xmldb:exist:///db/apps/interformat/modules/config.xqm"; +import module namespace pre="http://bdn-edition.de/intermediate_format/preprocessing" at "preprocessing.xqm"; +import module namespace ident = "http://bdn-edition.de/intermediate_format/identification" at "identification.xqm"; +import module namespace config = "http://bdn-edition.de/intermediate_format/config" at "../config.xqm"; declare option exist:serialize "method=xml media-type=text/xml omit-xml-declaration=no indent=no"; diff --git a/repo.xml b/repo.xml index 68920d9a0dc36dabf3a3f17612f7c83c7d5677ff..c15163aa78244d8ca37fef82952c79af54c5bcf3 100644 --- a/repo.xml +++ b/repo.xml @@ -10,5 +10,5 @@ <target>interformat</target> <prepare>pre-install.xql</prepare> <finish/> -<deployed>2018-03-26T10:38:10.685+02:00</deployed> +<deployed /> </meta> \ No newline at end of file