added graddle as build tool to the project and deleted the most of the 3rd party dependencies
This commit is contained in:
Binary file not shown.
@@ -1,2 +0,0 @@
|
||||
@java -cp "h2-1.3.173.jar;%H2DRIVERS%;%CLASSPATH%" org.h2.tools.Console %*
|
||||
@if errorlevel 1 pause
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
dir=$(dirname "$0")
|
||||
java -cp "$dir/h2-1.3.173.jar:$H2DRIVERS:$CLASSPATH" org.h2.tools.Console "$@"
|
||||
@@ -1,2 +0,0 @@
|
||||
@start javaw -cp "h2-1.3.173.jar;%H2DRIVERS%;%CLASSPATH%" org.h2.tools.Console %*
|
||||
@if errorlevel 1 pause
|
||||
Reference in New Issue
Block a user