added graddle as build tool to the project and deleted the most of the 3rd party dependencies

This commit is contained in:
frosch95
2013-09-22 12:18:37 +02:00
parent 74295710dc
commit b081fa2743
18 changed files with 335 additions and 8 deletions

Binary file not shown.

View File

@@ -1,2 +0,0 @@
@java -cp "h2-1.3.173.jar;%H2DRIVERS%;%CLASSPATH%" org.h2.tools.Console %*
@if errorlevel 1 pause

View File

@@ -1,3 +0,0 @@
#!/bin/sh
dir=$(dirname "$0")
java -cp "$dir/h2-1.3.173.jar:$H2DRIVERS:$CLASSPATH" org.h2.tools.Console "$@"

View File

@@ -1,2 +0,0 @@
@start javaw -cp "h2-1.3.173.jar;%H2DRIVERS%;%CLASSPATH%" org.h2.tools.Console %*
@if errorlevel 1 pause

Binary file not shown.

Binary file not shown.

Binary file not shown.