Move all files from java subdirectory to project root

This commit is contained in:
2016-08-10 14:37:37 +01:00
parent bb92bb17d1
commit 7a1576eb4d
430 changed files with 3 additions and 3 deletions

13
exec.test/build.gradle Normal file
View File

@@ -0,0 +1,13 @@
dependencies {
compile project(':core.mimis')
compile project(':device.wiimote')
compile 'com.github.boukefalos:jlibmimis:0.1'
compile 'com.github.boukefalos:jlibitunes:0.3'
compile 'com.github.boukefalos:jlibwiiuse:0.13'
compile 'com.github.boukefalos:jlibintellitype:1.3.9'
compile 'com.github.boukefalos:jlibxinput:1.0'
compile 'net.java.dev.jna:jna:4.2.2'
compile 'org.apache.logging.log4j:log4j-api:2.+'
}