move vtm-jeo-android to vtm-android-example

This commit is contained in:
Hannes Janetzek
2014-03-29 14:53:19 +01:00
parent 5f14a87abd
commit 04391815e4
10 changed files with 23 additions and 156 deletions

View File

@@ -10,9 +10,8 @@ buildscript {
apply plugin: 'android'
dependencies {
//compile 'org.oscim:vtm-android:0.5.9-SNAPSHOT'
//compile 'org.oscim:vtm-themes:0.5.9-SNAPSHOT'
compile project(':vtm-android')
compile project(':vtm-jeo')
compile project(':vtm-themes')
}
@@ -32,6 +31,9 @@ android {
debug.setRoot('build-types/debug')
release.setRoot('build-types/release')
}
packagingOptions {
exclude 'META-INF/services/org.jeo.data.Driver'
}
}
// Including configurations into Eclipse