On 02/25/2007 11:02 PM, Ying Zhang wrote:
Update of /cvsroot/monetdb/pathfinder/runtime/xrpc/export In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv16912
Modified Files: Tag: XQuery_0-16 export.xq Log Message: A copy-paste error in the NS identifier.
Since this change won't affect compilation, I check it in without explicit permission from Sjoerd. :P
It does, however, affect the binary and source distributions that we make, and so you should have asked permission. But you're in luck: I'm going to use tonight's build.
Index: export.xq =================================================================== RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc/export/export.xq,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- export.xq 21 Feb 2007 16:25:48 -0000 1.1.2.1 +++ export.xq 25 Feb 2007 22:02:54 -0000 1.1.2.2 @@ -11,5 +11,5 @@
(: =================== HTTP =================== :)
-declare function admin:GET($uri as xs:string) +declare function export:GET($uri as xs:string) { doc($uri) };
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-pf-checkins mailing list Monetdb-pf-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
-- Sjoerd Mullender