From: Wolfgang M. M. <wol...@us...> - 2004-04-16 14:44:33
|
Update of /cvsroot/exist/eXist-1.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16385 Modified Files: build.xml conf.xml Log Message: XQuery parser failed to correctly parse logical operators with complex operands. Index: conf.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/conf.xml,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** conf.xml 25 Feb 2004 15:31:57 -0000 1.47 --- conf.xml 16 Apr 2004 14:44:24 -0000 1.48 *************** *** 37,41 **** some more memory to waste. --> <db-connection database="native" files="webapp/WEB-INF/data" ! pageSize="4096" cacheSize="48M" free_mem_min="10"> <!-- Settings for the database connection pool: --- 37,41 ---- some more memory to waste. --> <db-connection database="native" files="webapp/WEB-INF/data" ! pageSize="4096" cacheSize="48M" free_mem_min="10"> <!-- Settings for the database connection pool: Index: build.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/build.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** build.xml 29 Mar 2004 14:15:12 -0000 1.44 --- build.xml 16 Apr 2004 14:44:24 -0000 1.45 *************** *** 197,201 **** </jar> </target> ! <!-- ================================================================== --> <!-- Build all --> --- 197,201 ---- </jar> </target> ! <!-- ================================================================== --> <!-- Build all --> |