Author: antonio Date: Sun Dec 5 21:49:13 2004 New Revision: 109952 URL: http://svn.apache.org/viewcvs?view=rev&rev=109952 Log: Update hsqldb to 1.7.3 Added: cocoon/trunk/legal/hsqldb-1.7.3.jar.license.txt (contents, props changed) cocoon/trunk/src/blocks/hsqldb/lib/hsqldb-1.7.3.jar (contents, props changed) Removed: cocoon/trunk/legal/hsqldb-1.7.2.jar.license.txt cocoon/trunk/src/blocks/hsqldb/lib/hsqldb-1.7.2.jar Modified: cocoon/trunk/lib/jars.xml cocoon/trunk/status.xml
Deleted: /cocoon/trunk/legal/hsqldb-1.7.2.jar.license.txt Url: http://svn.apache.org/viewcvs/cocoon/trunk/legal/hsqldb-1.7.2.jar.license.txt?view=auto&rev=109951 ============================================================================== Added: cocoon/trunk/legal/hsqldb-1.7.3.jar.license.txt Url: http://svn.apache.org/viewcvs/cocoon/trunk/legal/hsqldb-1.7.3.jar.license.txt?view=auto&rev=109952 ============================================================================== --- (empty file) +++ cocoon/trunk/legal/hsqldb-1.7.3.jar.license.txt Sun Dec 5 21:49:13 2004 @@ -0,0 +1,31 @@ +/* Copyright (c) 2001-2004, The HSQL Development Group + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * Neither the name of the HSQL Development Group nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG, + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + + Modified: cocoon/trunk/lib/jars.xml Url: http://svn.apache.org/viewcvs/cocoon/trunk/lib/jars.xml?view=diff&rev=109952&p1=cocoon/trunk/lib/jars.xml&r1=109951&p2=cocoon/trunk/lib/jars.xml&r2=109952 ============================================================================== --- cocoon/trunk/lib/jars.xml (original) +++ cocoon/trunk/lib/jars.xml Sun Dec 5 21:49:13 2004 @@ -382,7 +382,7 @@ database engine which offers both in memory and disk based tables. </description> <used-by>Cocoon samples webapp</used-by> - <lib>hsqldb/lib/hsqldb-1.7.2.jar</lib> + <lib>hsqldb/lib/hsqldb-1.7.3.jar</lib> <homepage>http://hsqldb.sourceforge.net/</homepage> </file> Deleted: /cocoon/trunk/src/blocks/hsqldb/lib/hsqldb-1.7.2.jar Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/hsqldb/lib/hsqldb-1.7.2.jar?view=auto&rev=109951 ============================================================================== Added: cocoon/trunk/src/blocks/hsqldb/lib/hsqldb-1.7.3.jar Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/hsqldb/lib/hsqldb-1.7.3.jar?view=auto&rev=109952 ============================================================================== Binary file. No diff available. Modified: cocoon/trunk/status.xml Url: http://svn.apache.org/viewcvs/cocoon/trunk/status.xml?view=diff&rev=109952&p1=cocoon/trunk/status.xml&r1=109951&p2=cocoon/trunk/status.xml&r2=109952 ============================================================================== --- cocoon/trunk/status.xml (original) +++ cocoon/trunk/status.xml Sun Dec 5 21:49:13 2004 @@ -434,6 +434,9 @@ </action> </release> <release version="2.1.7" date="TBD"> + <action dev="AG" type="update"> + Updated hsqldb to 1.7.3. + </action> <action dev="AG" type="fix" fixes-bug="32408" due-to="Juan Jose Pablos" due-to-email="[EMAIL PROTECTED]"> typo on the date-selector doc. </action>