extract theme assets to vtm-themes project

This commit is contained in:
Hannes Janetzek
2014-02-23 12:35:44 +01:00
parent ff83629054
commit f193921432
39 changed files with 91 additions and 83 deletions

12
vtm-themes/build.gradle Normal file
View File

@@ -0,0 +1,12 @@
apply plugin: 'java'
apply plugin: 'maven'
dependencies {
compile project(':vtm')
}
sourceSets {
main.java.srcDirs = ['src']
main.resources.srcDirs = ['resources']
}