Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-978722_system 
into lp:zorba/system-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_system/+merge/101531

fix for bug #978722 (change annotation prefix from "ann" to "an")
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_system/+merge/101531
Your team Zorba Coders is subscribed to branch lp:zorba/system-module.
=== modified file 'src/com/zorba-xquery/www/modules/system.xq'
--- src/com/zorba-xquery/www/modules/system.xq	2011-10-05 22:16:57 +0000
+++ src/com/zorba-xquery/www/modules/system.xq	2012-04-11 10:13:27 +0000
@@ -45,7 +45,7 @@
  :)
 module namespace system = 'http://www.zorba-xquery.com/modules/system';
 
-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";
@@ -196,7 +196,7 @@
  : @param $key The name of the system property.
  : @return The string value of the system property, or an empty sequence if there is no property with that key.
  :)
-declare %ann:nondeterministic function system:property($key as xs:string) as xs:string? external;
+declare %an:nondeterministic function system:property($key as xs:string) as xs:string? external;
 
 (:~
  : This function retrieves the names of the current system properties.
@@ -207,5 +207,5 @@
  :
  : @return List of all system properties.
  :)
-declare %ann:nondeterministic function system:properties() as xs:string* external;
+declare %an:nondeterministic function system:properties() as xs:string* 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