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 *.so
*.jar *.jar
*.class *.class
/vtm/jni/jni-headers/ /vtm-web/war/
/vtm/jni/build* /vtm-web/assets/
/vtm/jni/*.mk /vtm-web/gwt-unitCache
/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-spatialite/ /vtm-spatialite/
/vtm-spatialite-android/ /vtm-spatialite-android/
/vtm-examples/ /vtm-examples/
/vtm-osmscout/ /vtm-osmscout/
/vtm-stuff/
/tmp/
/themes/
/vtm/assets/themes/
.gradle .gradle
.idea .idea

View File

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

View File

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