Merge lp:~zorba-coders/zorba/bug-978722_system into lp:zorba/system-module

Proposed by Matthias Brantner
Status: Merged
Approved by: Matthias Brantner
Approved revision: 33
Merged at revision: 33
Proposed branch: lp:~zorba-coders/zorba/bug-978722_system
Merge into: lp:zorba/system-module
Diff against target: 27 lines (+3/-3)
1 file modified
src/com/zorba-xquery/www/modules/system.xq (+3/-3)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-978722_system
Reviewer Review Type Date Requested Status
William Candillon Approve
Matthias Brantner Approve
Review via email: mp+101531@code.launchpad.net

Commit message

fix for bug #978722 (change annotation prefix from "ann" to "an")

Description of the change

fix for bug #978722 (change annotation prefix from "ann" to "an")

To post a comment you must log in.
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug-978722_system-2012-04-11T13-25-51.382Z is finished. The final status was:

All tests succeeded!

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, Needs Fixing < 1, Pending < 1. Got: 1 Approve, 1 Pending.

Revision history for this message
William Candillon (wcandillon) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug-978722_system-2012-04-12T13-23-56.164Z is finished. The final status was:

All tests succeeded!

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/system.xq'
2--- src/com/zorba-xquery/www/modules/system.xq 2011-10-05 22:16:57 +0000
3+++ src/com/zorba-xquery/www/modules/system.xq 2012-04-11 10:13:27 +0000
4@@ -45,7 +45,7 @@
5 :)
6 module namespace system = 'http://www.zorba-xquery.com/modules/system';
7
8-declare namespace ann = "http://www.zorba-xquery.com/annotations";
9+declare namespace an = "http://www.zorba-xquery.com/annotations";
10
11 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
12 declare option ver:module-version "1.0";
13@@ -196,7 +196,7 @@
14 : @param $key The name of the system property.
15 : @return The string value of the system property, or an empty sequence if there is no property with that key.
16 :)
17-declare %ann:nondeterministic function system:property($key as xs:string) as xs:string? external;
18+declare %an:nondeterministic function system:property($key as xs:string) as xs:string? external;
19
20 (:~
21 : This function retrieves the names of the current system properties.
22@@ -207,5 +207,5 @@
23 :
24 : @return List of all system properties.
25 :)
26-declare %ann:nondeterministic function system:properties() as xs:string* external;
27+declare %an:nondeterministic function system:properties() as xs:string* external;
28

Subscribers

People subscribed via source and target branches

to all changes: