← Back to team overview

zorba-coders team mailing list archive

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

 

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/bug-1210410-system into lp:zorba/system-module.
=== modified file 'src/system.xq'
--- src/system.xq	2013-08-08 20:52:06 +0000
+++ src/system.xq	2013-08-09 09:49:53 +0000
@@ -43,9 +43,9 @@
  :)
 module namespace system = "http://zorba.io/modules/system";;
 
-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