gradle: update projects

This commit is contained in:
Hannes Janetzek 2014-03-21 04:21:59 +01:00
parent 07b2d57b52
commit 1bbf77df0c
3 changed files with 7 additions and 19 deletions

18
.gitignore vendored
View File

@ -7,25 +7,13 @@ build/
*.so
*.jar
*.class
/vtm/jni/jni-headers/
/vtm/jni/build*
/vtm/jni/*.mk
/vtm/jni/memcpy_wrap.c
/vtm/jni/poly2tri/
/vtm/libs/
/vtm-android-example/assets/
/vtm-gdx-desktop/assets/
/vtm-gdx-html/war/
/vtm-gdx-html/assets/
/vtm-gdx-html/gwt-unitCache
/vtm-web/war/
/vtm-web/assets/
/vtm-web/gwt-unitCache
/vtm-spatialite/
/vtm-spatialite-android/
/vtm-examples/
/vtm-osmscout/
/vtm-stuff/
/tmp/
/themes/
/vtm/assets/themes/
.gradle
.idea

View File

@ -6,9 +6,9 @@ include ':vtm-android-app'
include ':vtm-themes'
include ':vtm-gdx'
include ':vtm-desktop'
include ':vtm-gdx-android'
include ':vtm-gdx-html'
include ':vtm-gdx-ios'
include ':vtm-android-gdx'
include ':vtm-web'
include ':vtm-ios'
include ':vtm-jeo'
include ':vtm-jeo-desktop'
include ':vtm-jeo-android'

View File

@ -16,7 +16,7 @@ sourceSets {
dependencies {
compile project(':vtm-jeo')
compile project(':vtm-gdx-desktop')
compile project(':vtm-desktop')
// compile project(':vtm-themes')
}