Merge lp:~zorba-coders/zorba/bug-1210410-email into lp:zorba/email-module

Proposed by Chris Hillery
Status: Merged
Merged at revision: 60
Proposed branch: lp:~zorba-coders/zorba/bug-1210410-email
Merge into: lp:zorba/email-module
Diff against target: 31 lines (+4/-4)
2 files modified
src/com/zorba-xquery/www/modules/email/imap.xq (+2/-2)
src/com/zorba-xquery/www/modules/email/smtp.xq (+2/-2)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-1210410-email
Reviewer Review Type Date Requested Status
Sorin Marian Nasoi Approve
Chris Hillery Approve
Review via email: mp+179370@code.launchpad.net

Commit message

Updated options and annotations URIs to zorba.io.

To post a comment you must log in.
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue succeeded - proposal merged!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/com/zorba-xquery/www/modules/email/imap.xq'
2--- src/com/zorba-xquery/www/modules/email/imap.xq 2013-06-15 19:34:23 +0000
3+++ src/com/zorba-xquery/www/modules/email/imap.xq 2013-08-09 09:46:31 +0000
4@@ -46,9 +46,9 @@
5
6 import schema namespace email = 'http://www.zorba-xquery.com/modules/email';
7
8-declare namespace an = "http://www.zorba-xquery.com/annotations";
9+declare namespace an = "http://zorba.io/annotations";
10
11-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
12+declare namespace ver = "http://zorba.io/options/versioning";
13 declare option ver:module-version "1.0";
14
15 (:~
16
17=== modified file 'src/com/zorba-xquery/www/modules/email/smtp.xq'
18--- src/com/zorba-xquery/www/modules/email/smtp.xq 2013-06-15 19:34:23 +0000
19+++ src/com/zorba-xquery/www/modules/email/smtp.xq 2013-08-09 09:46:31 +0000
20@@ -35,9 +35,9 @@
21
22 import schema namespace email = 'http://www.zorba-xquery.com/modules/email';
23
24-declare namespace an = "http://www.zorba-xquery.com/annotations";
25+declare namespace an = "http://zorba.io/annotations";
26
27-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
28+declare namespace ver = "http://zorba.io/options/versioning";
29 declare option ver:module-version "1.0";
30
31 (:~

Subscribers

People subscribed via source and target branches

to all changes: