Commit a7b144ca authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Updated to latest HSQLDB version. JM-688

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3907 b35dd754-fafc-0310-a699-88a17e54d16e
parent 030f4c6d
...@@ -9,8 +9,7 @@ commons-el.jar | Jetty 5.1.10 ...@@ -9,8 +9,7 @@ commons-el.jar | Jetty 5.1.10
commons-httpclient.jar | 3.0 commons-httpclient.jar | 3.0
commons-codec.jar | 1.3 commons-codec.jar | 1.3
dom4j.jar | 1.6.1 dom4j.jar | 1.6.1
hsqldb.jar | 1.8.0.1 (compiled from source) hsqldb.jar | 1.8.0.4
hsqldbutil.jar | 1.8.0.1 (compiled from source)
jetty.jar | Jetty 5.1.10 jetty.jar | Jetty 5.1.10
jasper-compiler.jar | Jetty 5.1.10 jasper-compiler.jar | Jetty 5.1.10
jasper-runtime.jar | Jetty 5.1.10 jasper-runtime.jar | Jetty 5.1.10
......
...@@ -9,8 +9,8 @@ REM # on using the tool. The classpath includes JDBC drivers shipped with Wildfi ...@@ -9,8 +9,8 @@ REM # on using the tool. The classpath includes JDBC drivers shipped with Wildfi
REM # to work with the Transfer tool. You will need to add any other JDBC driver REM # to work with the Transfer tool. You will need to add any other JDBC driver
REM # that you'd like to use with the transfer tool to the classpath manually. REM # that you'd like to use with the transfer tool to the classpath manually.
SET CLASSPATH=../../lib/hsqldb.jar;../../lib/hsqldbutil.jar;../../lib/mysql.jar;../../lib/postgres.jar;../../lib/jtds.jar SET CLASSPATH=../../lib/hsqldb.jar;../../lib/mysql.jar;../../lib/postgres.jar;../../lib/jtds.jar
echo Starting ebedded database viewer... echo Starting embedded database viewer...
java -cp %CLASSPATH% org.hsqldb.util.DatabaseManagerSwing --rcfile embedded-db.rc --urlid embedded-db java -cp %CLASSPATH% org.hsqldb.util.DatabaseManagerSwing --rcfile embedded-db.rc --urlid embedded-db
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment