Re-organized into two submodules: service and uploader.
Moved all the existing service code into the `service` submodule. Stubbed out project and GUI frame for the uploader. Idea is to have a GUI that infers all the correct meta-data from media tag values and creates service, songs, and performance records appropriately based on the tagged mp3/ogg files of the performances.
This commit is contained in:
parent
7d7f2eed87
commit
d954557000
@ -11,4 +11,4 @@ global:
|
|||||||
repository: null
|
repository: null
|
||||||
sc: git
|
sc: git
|
||||||
deploy:
|
deploy:
|
||||||
artifact: build/ROOT.war
|
artifact: service/build/ROOT.war
|
||||||
|
@ -12,6 +12,8 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
import static com.jdbernard.gradle.ExecUtil.*
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile localGroovy()
|
compile localGroovy()
|
||||||
compile 'ch.qos.logback:logback-classic:1.1.8'
|
compile 'ch.qos.logback:logback-classic:1.1.8'
|
||||||
|
Loading…
Reference in New Issue
Block a user