← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/bug-1210410-csv into lp:zorba/csv-module

 

Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-csv into lp:zorba/csv-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
Your team Zorba Coders is subscribed to branch lp:zorba/csv-module.
=== modified file 'src/csv.xq'
--- src/csv.xq	2013-06-15 19:33:17 +0000
+++ src/csv.xq	2013-08-09 10:11:25 +0000
@@ -35,7 +35,7 @@
   :)
 import schema namespace csv-options = "http://www.zorba-xquery.com/modules/converters/csv-options";;
 
-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";;
+declare namespace ver = "http://zorba.io/options/versioning";;
 declare option ver:module-version "1.0";
 
 (:~

=== modified file 'test/Queries/converters/base64/binaryReadWrite.xq'
--- test/Queries/converters/base64/binaryReadWrite.xq	2013-07-17 07:06:44 +0000
+++ test/Queries/converters/base64/binaryReadWrite.xq	2013-08-09 10:11:25 +0000
@@ -5,7 +5,7 @@
 
 import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";;
 
-declare namespace an = "http://www.zorba-xquery.com/annotations";;
+declare namespace an = "http://zorba.io/annotations";;
 
 declare variable $inFile as xs:string := fn:concat(file:dir-name(fn:static-base-uri()), "/../image/images/bird.gif");
 declare variable $testDir as xs:string := fn:concat(file:dir-name(fn:static-base-uri()),"/tmpBinaryReadWrite");

=== modified file 'test/Queries/converters/base64/common.xqlib'
--- test/Queries/converters/base64/common.xqlib	2013-08-06 14:36:42 +0000
+++ test/Queries/converters/base64/common.xqlib	2013-08-09 10:11:25 +0000
@@ -4,7 +4,7 @@
 
 import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";;
 
-declare namespace an = "http://www.zorba-xquery.com/annotations";;
+declare namespace an = "http://zorba.io/annotations";;
 
 declare function commons:error($messages as xs:string*) as xs:string* {
   "


References