zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #24977
[Merge] lp:~zorba-coders/zorba/bug-1210410-email into lp:zorba/email-module
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-email into lp:zorba/email-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-email/+merge/179370
--
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/bug-1210410-email into lp:zorba/email-module.
=== modified file 'src/com/zorba-xquery/www/modules/email/imap.xq'
--- src/com/zorba-xquery/www/modules/email/imap.xq 2013-06-15 19:34:23 +0000
+++ src/com/zorba-xquery/www/modules/email/imap.xq 2013-08-09 09:46:31 +0000
@@ -46,9 +46,9 @@
import schema namespace email = 'http://www.zorba-xquery.com/modules/email';
-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/com/zorba-xquery/www/modules/email/smtp.xq'
--- src/com/zorba-xquery/www/modules/email/smtp.xq 2013-06-15 19:34:23 +0000
+++ src/com/zorba-xquery/www/modules/email/smtp.xq 2013-08-09 09:46:31 +0000
@@ -35,9 +35,9 @@
import schema namespace email = 'http://www.zorba-xquery.com/modules/email';
-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