Matthias Brantner has proposed merging 
lp:~zorba-coders/zorba/bug-978722_process into lp:zorba/process-module.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  William Candillon (wcandillon)
Related bugs:
  Bug #978722 in Zorba: "change annotation prefix from "ann" to "an""
  https://bugs.launchpad.net/zorba/+bug/978722

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_process/+merge/101527

fix for bug #978722 (change annotation prefix from "ann" to "an")
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_process/+merge/101527
Your team Zorba Coders is subscribed to branch lp:zorba/process-module.
=== 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 @@
  :)
 module namespace process = "http://www.zorba-xquery.com/modules/process";;
 
-declare namespace ann = "http://www.zorba-xquery.com/annotations";;
+declare namespace an = "http://www.zorba-xquery.com/annotations";;
 
 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";;
 declare option ver:module-version "1.0";
@@ -60,7 +60,7 @@
  : @error process:PROC01 if an error occurred while communicating 
  :   with the executed process.
  :)
-declare %ann:sequential function process:exec(
+declare %an:sequential function process:exec(
   $cmd as xs:string
 ) as element(process:result) external;
 
@@ -79,7 +79,7 @@
  : @error process:PROC01 if an error occurred while communicating 
  :   with the executed process.
  :)
-declare %ann:sequential function process:exec(
+declare %an:sequential function process:exec(
   $cmd as xs:string,
   $args as xs:string*
 ) as element(process:result) external;

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to