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
=== modified file 'src/com/zorba-xquery/www/modules/process.xq'
--- src/com/zorba-xquery/www/modules/process.xq 2011-08-13 00:08:53 +0000
+++ src/com/zorba-xquery/www/modules/process.xq 2012-04-11 10:10:23 +0000
@@ -41,7 +41,7 @@
41 :)41 :)
42module namespace process = "http://www.zorba-xquery.com/modules/process";42module namespace process = "http://www.zorba-xquery.com/modules/process";
4343
44declare namespace ann = "http://www.zorba-xquery.com/annotations";44declare namespace an = "http://www.zorba-xquery.com/annotations";
4545
46declare namespace ver = "http://www.zorba-xquery.com/options/versioning";46declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
47declare option ver:module-version "1.0";47declare option ver:module-version "1.0";
@@ -60,7 +60,7 @@
60 : @error process:PROC01 if an error occurred while communicating 60 : @error process:PROC01 if an error occurred while communicating
61 : with the executed process.61 : with the executed process.
62 :)62 :)
63declare %ann:sequential function process:exec(63declare %an:sequential function process:exec(
64 $cmd as xs:string64 $cmd as xs:string
65) as element(process:result) external;65) as element(process:result) external;
6666
@@ -79,7 +79,7 @@
79 : @error process:PROC01 if an error occurred while communicating 79 : @error process:PROC01 if an error occurred while communicating
80 : with the executed process.80 : with the executed process.
81 :)81 :)
82declare %ann:sequential function process:exec(82declare %an:sequential function process:exec(
83 $cmd as xs:string,83 $cmd as xs:string,
84 $args as xs:string*84 $args as xs:string*
85) as element(process:result) external;85) as element(process:result) external;

Subscribers

People subscribed via source and target branches

to all changes: