Initial commit
The initial commit on GitHub
This commit is contained in:
BIN
lib/h2/h2-1.3.173.jar
Normal file
BIN
lib/h2/h2-1.3.173.jar
Normal file
Binary file not shown.
2
lib/h2/h2.bat
Normal file
2
lib/h2/h2.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
@java -cp "h2-1.3.173.jar;%H2DRIVERS%;%CLASSPATH%" org.h2.tools.Console %*
|
||||
@if errorlevel 1 pause
|
||||
3
lib/h2/h2.sh
Normal file
3
lib/h2/h2.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
dir=$(dirname "$0")
|
||||
java -cp "$dir/h2-1.3.173.jar:$H2DRIVERS:$CLASSPATH" org.h2.tools.Console "$@"
|
||||
2
lib/h2/h2w.bat
Normal file
2
lib/h2/h2w.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
@start javaw -cp "h2-1.3.173.jar;%H2DRIVERS%;%CLASSPATH%" org.h2.tools.Console %*
|
||||
@if errorlevel 1 pause
|
||||
4
lib/h2/license.txt
Normal file
4
lib/h2/license.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
This software contains unmodified binary redistributions for H2 database engine (http://www.h2database.com/),
|
||||
which is dual licensed and available under a modified version of the MPL 1.1 (Mozilla Public License)
|
||||
or under the (unmodified) EPL 1.0 (Eclipse Public License).
|
||||
An original copy of the license agreement can be found at: http://www.h2database.com/html/license.html
|
||||
Reference in New Issue
Block a user