From f42bf03cc14e9adaa79099505722daa3ddc9b8b2 Mon Sep 17 00:00:00 2001 From: "Benjamin W. Bohl" Date: Fri, 7 Nov 2014 17:16:07 +0100 Subject: [PATCH 1/2] fix functx dependency remove module import from Edirom package, add generaly package dependency from functx --- expath-pkg.xml | 1 + pitchtool/saveMEI.xql | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/expath-pkg.xml b/expath-pkg.xml index 9ff7eb0..03a9c8e 100644 --- a/expath-pkg.xml +++ b/expath-pkg.xml @@ -2,4 +2,5 @@ Freischuetz Tools + diff --git a/pitchtool/saveMEI.xql b/pitchtool/saveMEI.xql index f3e11be..92e46a8 100644 --- a/pitchtool/saveMEI.xql +++ b/pitchtool/saveMEI.xql @@ -29,7 +29,7 @@ declare namespace mei="http://www.music-encoding.org/ns/mei"; (:import module namespace functx="http://www.functx.com";:) -import module namespace functx="http://www.functx.com" at "/db/apps/EdiromOnline/data/xqm/functx-1.0-nodoc-2007-01.xq"; +import module namespace functx="http://www.functx.com"; declare option exist:serialize "method=xml media-type=text/plain omit-xml-declaration=yes"; From 4ff877e85371888889d33fee355046298a8e8767 Mon Sep 17 00:00:00 2001 From: "Benjamin W. Bohl" Date: Fri, 7 Nov 2014 17:51:06 +0100 Subject: [PATCH 2/2] bump version number --- build.xml | 2 +- expath-pkg.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index ab5f647..0c5c949 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + diff --git a/expath-pkg.xml b/expath-pkg.xml index 03a9c8e..cb953f3 100644 --- a/expath-pkg.xml +++ b/expath-pkg.xml @@ -1,5 +1,5 @@ - + Freischuetz Tools