Merge lp:~zorba-coders/zorba/bug-978722_process into lp:zorba/process-module

Proposed by Matthias Brantner
Status: Merged
Approved by: Matthias Brantner
Approved revision: 29
Merged at revision: 29
Proposed branch: lp:~zorba-coders/zorba/bug-978722_process
Merge into: lp:zorba/process-module
Diff against target: 30 lines (+3/-3)
1 file modified
src/com/zorba-xquery/www/modules/process.xq (+3/-3)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-978722_process
Reviewer Review Type Date Requested Status
William Candillon Approve
Matthias Brantner Approve
Review via email: mp+101527@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_process-2012-04-11T12-55-04.024Z 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_process-2012-04-12T12-53-20.281Z 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/process.xq'
2--- src/com/zorba-xquery/www/modules/process.xq 2011-08-13 00:08:53 +0000
3+++ src/com/zorba-xquery/www/modules/process.xq 2012-04-11 10:10:23 +0000
4@@ -41,7 +41,7 @@
5 :)
6 module namespace process = "http://www.zorba-xquery.com/modules/process";
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@@ -60,7 +60,7 @@
14 : @error process:PROC01 if an error occurred while communicating
15 : with the executed process.
16 :)
17-declare %ann:sequential function process:exec(
18+declare %an:sequential function process:exec(
19 $cmd as xs:string
20 ) as element(process:result) external;
21
22@@ -79,7 +79,7 @@
23 : @error process:PROC01 if an error occurred while communicating
24 : with the executed process.
25 :)
26-declare %ann:sequential function process:exec(
27+declare %an:sequential function process:exec(
28 $cmd as xs:string,
29 $args as xs:string*
30 ) as element(process:result) external;

Subscribers

People subscribed via source and target branches

to all changes: