← Back to team overview

zorba-coders team mailing list archive

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

 

Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-process into lp:zorba/process-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-process/+merge/179383


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/bug-1210410-process into lp:zorba/process-module.
=== modified file 'src/process-1.xq'
--- src/process-1.xq	2013-06-15 19:46:05 +0000
+++ src/process-1.xq	2013-08-09 09:48:43 +0000
@@ -43,9 +43,9 @@
  :)
 module namespace process = "http://www.zorba-xquery.com/modules/process";;
 
-declare namespace an = "http://www.zorba-xquery.com/annotations";;
+declare namespace an = "http://zorba.io/annotations";;
 
-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 'src/process-2.xq'
--- src/process-2.xq	2013-06-27 15:08:43 +0000
+++ src/process-2.xq	2013-08-09 09:48:43 +0000
@@ -60,9 +60,9 @@
  :)
 module namespace p = "http://zorba.io/modules/process";;
 
-declare namespace an = "http://www.zorba-xquery.com/annotations";;
+declare namespace an = "http://zorba.io/annotations";;
 
-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";
 
 


Follow ups