Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-queue into lp:zorba/queue-module.
Commit message: Updated options and annotations URIs to zorba.io. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384 -- https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384 Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/bug-1210410-queue into lp:zorba/queue-module.
=== modified file 'src/queue.xq' --- src/queue.xq 2013-07-17 00:28:09 +0000 +++ src/queue.xq 2013-08-09 09:48:53 +0000 @@ -30,8 +30,8 @@ import module namespace collections-ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl"; import module namespace collections-dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml"; -declare namespace ann = "http://www.zorba-xquery.com/annotations"; -declare namespace ver = "http://www.zorba-xquery.com/options/versioning"; +declare namespace ann = "http://zorba.io/annotations"; +declare namespace ver = "http://zorba.io/options/versioning"; declare option ver:module-version "1.0"; declare %private variable $queue:ERR-NS as xs:string := "http://zorba.io/modules/queue";
-- Mailing list: https://launchpad.net/~zorba-coders Post to : [email protected] Unsubscribe : https://launchpad.net/~zorba-coders More help : https://help.launchpad.net/ListHelp

