Skip to content

Commit

Permalink
Merge branch 'fix-functxDependency'
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbohl committed Nov 7, 2014
2 parents 9151061 + 4ff877e commit dce9f7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project default="xar" name="freidi-tools">

<property name="project.version" value="0.5.3alpha"/>
<property name="project.version" value="0.5.4alpha"/>
<property name="project.app" value="freidi-tools"/>
<property name="build.dir" value="build"/>

Expand Down
3 changes: 2 additions & 1 deletion expath-pkg.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="http://freischuetz-digital.de/tools" abbrev="freidi-tools" version="0.5.3alpha" spec="1.0">
<package xmlns="http://expath.org/ns/pkg" name="http://freischuetz-digital.de/tools" abbrev="freidi-tools" version="0.5.4alpha" spec="1.0">
<title>Freischuetz Tools</title>
<dependency package="http://exist-db.org/apps/shared"/>
<dependency package="http://www.functx.com"/>
</package>
2 changes: 1 addition & 1 deletion pitchtool/saveMEI.xql
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit dce9f7d

Please sign in to comment.