migrated sound branch to gradle project structure

This commit is contained in:
2013-07-31 12:09:09 +02:00
parent 9d87d3032f
commit 1554117f99
38 changed files with 6890 additions and 89 deletions

11
java/sound/build.gradle Normal file
View File

@@ -0,0 +1,11 @@
dependencies {
compile project(':mimis')
compile 'commons-io:commons-io:2.+'
compile 'commons-cli:commons-cli:1.+'
compile 'org.slf4j:slf4j-api:1.+'
compile 'org.slf4j:slf4j-log4j12:1.7.5'
compile 'org.ostermiller:utils:1.+'
compile 'com.googlecode.soundlibs:jlayer:1.+'
compile 'net.sf.javamusictag:jid3lib:0.+'
}