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

Proposed by Chris Hillery
Status: Merged
Merged at revision: 24
Proposed branch: lp:~zorba-coders/zorba/bug-1210410-excel
Merge into: lp:zorba/excel-module
Diff against target: 129 lines (+10/-10)
10 files modified
src/com/zorba-xquery/www/modules/excel/datetime.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/engineering.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/information.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/logical.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/lookup.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/math.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/statistical.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/text.xq (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-1210410-excel
Reviewer Review Type Date Requested Status
Sorin Marian Nasoi Approve
Chris Hillery Approve
Review via email: mp+179371@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/excel/datetime.xq'
2--- src/com/zorba-xquery/www/modules/excel/datetime.xq 2012-09-28 14:05:00 +0000
3+++ src/com/zorba-xquery/www/modules/excel/datetime.xq 2013-08-09 09:46:39 +0000
4@@ -36,7 +36,7 @@
5 :)
6 import module namespace excel-text = "http://www.zorba-xquery.com/modules/excel/text";
7
8-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
9+declare namespace ver = "http://zorba.io/options/versioning";
10 declare option ver:module-version "1.0";
11
12 (:~
13
14=== modified file 'src/com/zorba-xquery/www/modules/excel/engineering.xq'
15--- src/com/zorba-xquery/www/modules/excel/engineering.xq 2012-09-28 14:05:00 +0000
16+++ src/com/zorba-xquery/www/modules/excel/engineering.xq 2013-08-09 09:46:39 +0000
17@@ -41,7 +41,7 @@
18 :)
19 import module namespace excel-math="http://www.zorba-xquery.com/modules/excel/math";
20
21-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
22+declare namespace ver = "http://zorba.io/options/versioning";
23 declare option ver:module-version "1.0";
24
25 (:~
26
27=== modified file 'src/com/zorba-xquery/www/modules/excel/information.xq'
28--- src/com/zorba-xquery/www/modules/excel/information.xq 2012-09-28 14:05:00 +0000
29+++ src/com/zorba-xquery/www/modules/excel/information.xq 2013-08-09 09:46:39 +0000
30@@ -36,7 +36,7 @@
31 :)
32 import module namespace excel-math = "http://www.zorba-xquery.com/modules/excel/math";
33
34-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
35+declare namespace ver = "http://zorba.io/options/versioning";
36 declare option ver:module-version "1.0";
37
38
39
40=== modified file 'src/com/zorba-xquery/www/modules/excel/logical.xq'
41--- src/com/zorba-xquery/www/modules/excel/logical.xq 2012-09-28 14:05:00 +0000
42+++ src/com/zorba-xquery/www/modules/excel/logical.xq 2013-08-09 09:46:39 +0000
43@@ -33,7 +33,7 @@
44
45 declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors";
46
47-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
48+declare namespace ver = "http://zorba.io/options/versioning";
49 declare option ver:module-version "1.0";
50
51 (:~
52
53=== modified file 'src/com/zorba-xquery/www/modules/excel/lookup.xq'
54--- src/com/zorba-xquery/www/modules/excel/lookup.xq 2012-09-28 14:05:00 +0000
55+++ src/com/zorba-xquery/www/modules/excel/lookup.xq 2013-08-09 09:46:39 +0000
56@@ -34,7 +34,7 @@
57 :)
58 import module namespace excel-math="http://www.zorba-xquery.com/modules/excel/math";
59
60-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
61+declare namespace ver = "http://zorba.io/options/versioning";
62 declare option ver:module-version "1.0";
63
64 (:~
65
66=== modified file 'src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq'
67--- src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq 2012-09-28 14:05:00 +0000
68+++ src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq 2013-08-09 09:46:39 +0000
69@@ -38,7 +38,7 @@
70
71 declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors";
72
73-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
74+declare namespace ver = "http://zorba.io/options/versioning";
75 declare option ver:module-version "1.0";
76
77
78
79=== modified file 'src/com/zorba-xquery/www/modules/excel/math.xq'
80--- src/com/zorba-xquery/www/modules/excel/math.xq 2012-09-28 14:05:00 +0000
81+++ src/com/zorba-xquery/www/modules/excel/math.xq 2013-08-09 09:46:39 +0000
82@@ -31,7 +31,7 @@
83
84 declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors";
85
86-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
87+declare namespace ver = "http://zorba.io/options/versioning";
88 declare option ver:module-version "1.0";
89
90 (:~
91
92=== modified file 'src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq'
93--- src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq 2012-09-28 14:05:00 +0000
94+++ src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq 2013-08-09 09:46:39 +0000
95@@ -40,7 +40,7 @@
96 :)
97 declare namespace math="http://www.w3.org/2005/xpath-functions/math";
98
99-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
100+declare namespace ver = "http://zorba.io/options/versioning";
101 declare option ver:module-version "1.0";
102
103
104
105=== modified file 'src/com/zorba-xquery/www/modules/excel/statistical.xq'
106--- src/com/zorba-xquery/www/modules/excel/statistical.xq 2012-09-28 14:05:00 +0000
107+++ src/com/zorba-xquery/www/modules/excel/statistical.xq 2013-08-09 09:46:39 +0000
108@@ -36,7 +36,7 @@
109
110 declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors";
111
112-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
113+declare namespace ver = "http://zorba.io/options/versioning";
114 declare option ver:module-version "1.0";
115
116 (:~
117
118=== modified file 'src/com/zorba-xquery/www/modules/excel/text.xq'
119--- src/com/zorba-xquery/www/modules/excel/text.xq 2012-09-28 14:05:00 +0000
120+++ src/com/zorba-xquery/www/modules/excel/text.xq 2013-08-09 09:46:39 +0000
121@@ -36,7 +36,7 @@
122 :)
123 import module namespace excel-math="http://www.zorba-xquery.com/modules/excel/math";
124
125-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
126+declare namespace ver = "http://zorba.io/options/versioning";
127 declare option ver:module-version "1.0";
128
129 (:~

Subscribers

People subscribed via source and target branches

to all changes: