Commit 167fbfaf authored by Matt Tucker's avatar Matt Tucker Committed by matt

Updated JAR files, added embbed db viewer script (JM-503).

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3245 b35dd754-fafc-0310-a699-88a17e54d16e
parent 2c859f35
......@@ -3,10 +3,12 @@ Name | Version
ant.jar | Jetty 5.1.2pre0
ant-contrib.jar | 1.0b1
ant-subdirtask.jar | Revision 1.4 (CVS)
bouncycastle.jar | JDK 1.5, 131
commons-logging.jar | Jetty 5.1.2pre0
commons-el.jar | Jetty 5.1.2pre0
dom4j.jar | 1.6.1
hsqldb.jar | 1.8.0.1
hsqldb.jar | 1.8.0.1 (compiled from source)
hsqldbutil.jar | 1.8.0.1 (compiled from source)
jetty.jar | Jetty 5.1.2
jasper-compiler.jar | Jetty 5.1.2pre0
jasper-runtime.jar | Jetty 5.1.2pre0
......
@echo off
REM # $Revision$
REM # $Date$
REM # Script to start the HSQLDB database viewer. The embedded-db.rc file
REM # contains connection settings. Visit http://hsqldb.org for documentation
REM # on using the tool. The classpath includes JDBC drivers shipped with Wildfire
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.
SET CLASSPATH=../../lib/hsqldb.jar;../../lib/hsqldbutil.jar;../../lib/mysql.jar;../../lib/postgres.jar;../../lib/jtds.jar
echo Starting ebedded database viewer...
java -cp %CLASSPATH% org.hsqldb.util.DatabaseManagerSwing --rcfile embedded-db.rc --urlid embedded-db
# Connection settings for the embedded Wildfire database.
urlid embedded-db
url jdbc:hsqldb:../../embedded-db/wildfire
username sa
password
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