[jboss-cvs] Repository SVN: r1200 - in hsqldb: 1.8.0.8-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 4 10:09:56 EDT 2007


Author: fnasser at redhat.com
Date: 2007-09-04 10:09:56 -0400 (Tue, 04 Sep 2007)
New Revision: 1200

Added:
   hsqldb/1.8.0.8-brew/
   hsqldb/1.8.0.8-brew/component-info.xml
   hsqldb/1.8.0.8-brew/lib/
   hsqldb/1.8.0.8-brew/lib/hsqldb.jar
   hsqldb/1.8.0.8-brew/src/
   hsqldb/1.8.0.8-brew/src/hsqldb-tmp.patch
   hsqldb/1.8.0.8-brew/src/hsqldb_1_8_0_8.zip
Log:
Latest version of HSQLDB

Added: hsqldb/1.8.0.8-brew/component-info.xml
===================================================================
--- hsqldb/1.8.0.8-brew/component-info.xml	                        (rev 0)
+++ hsqldb/1.8.0.8-brew/component-info.xml	2007-09-04 14:09:56 UTC (rev 1200)
@@ -0,0 +1,15 @@
+<project name="hsqldb-component-info">
+   <component id="hsqldb"
+              version="1.8.0.8-brew"
+              licenseType="hsqldb"
+              projectHome="http://hsqldb.org/"
+              description="Java relational database engine supporting a subset of ANSI-92 SQL plus SQL 99 and 2003 enhancements"
+              scm=":ext:cvs.devel.redhat.com:/cvs/dist/hsqldb"
+              tag="hsqldb-1_8_0_8-1jpp_ep1_1">
+      <!-- Built using JDK 1.4 -->
+      <artifact id="hsqldb.jar"/>
+      <export>
+         <include input="hsqldb.jar"/>
+      </export>
+   </component>
+</project>

Added: hsqldb/1.8.0.8-brew/lib/hsqldb.jar
===================================================================
(Binary files differ)


Property changes on: hsqldb/1.8.0.8-brew/lib/hsqldb.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hsqldb/1.8.0.8-brew/src/hsqldb-tmp.patch
===================================================================
--- hsqldb/1.8.0.8-brew/src/hsqldb-tmp.patch	                        (rev 0)
+++ hsqldb/1.8.0.8-brew/src/hsqldb-tmp.patch	2007-09-04 14:09:56 UTC (rev 1200)
@@ -0,0 +1,15 @@
+diff -ur hsqldb.orig/bin/hsqldb hsqldb/bin/hsqldb
+--- hsqldb.orig/bin/hsqldb	2006-09-05 10:37:12.000000000 -0400
++++ hsqldb/bin/hsqldb	2006-09-05 10:50:45.000000000 -0400
+@@ -110,7 +110,10 @@
+ SU_ECHO_SECS=1
+ # File used as semaphore.  If file is removed, a running pid checker
+ # process will exit.
+-PIDCHECKER_FLAGFILE=/tmp/pidchecker.run
++PIDCHECKER_FLAGFILE=`mktemp /tmp/hsqldb.XXXXXXXX`
++if [ x"$PIDCHECKER_FLAGFILE" = "x" ] ; then
++	echo "unable to create tmp file"; exit 1
++fi
+ # The following settings get overridden by optional setting in the config file.
+ # Time to allow for JVM to die after all HSQLDB instances stopped.
+ MAX_TERMINATE_SECS=1

Added: hsqldb/1.8.0.8-brew/src/hsqldb_1_8_0_8.zip
===================================================================
(Binary files differ)


Property changes on: hsqldb/1.8.0.8-brew/src/hsqldb_1_8_0_8.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list