* removed old (ant and launch4j) build files

* switched from log4j to slf4j
This commit is contained in:
2013-07-30 15:22:21 +02:00
parent 86aa971d96
commit 2f4399c4cd
37 changed files with 122 additions and 227 deletions

View File

@@ -1,6 +1,9 @@
subprojects {
version = '0.1'
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'cpp-lib'
repositories {
mavenCentral()
@@ -8,9 +11,4 @@ subprojects {
dependencies {
}
version = '0.1'
jar {
}
}