-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings.gradle
29 lines (22 loc) · 1.36 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
rootProject.name = 'emp3-android-example'
include ':example-HelloEmp3', ':example-kml-exportimport'
include ':example-geographiclib', ':example-minimap', ':example-capabilities', ':example-grids'
include ':example-kmz-exportimport'
include ':example-MultiEngine'
include ':example-cameraandwmsandwcs'
include ':example-plotmilstd'
include ':example-userinteractionevents'
include ':example-lookat'
include ':example-geojson'
include ':example-mapfragmentandview:MapTestFragment'
project(':example-mapfragmentandview:MapTestFragment').name = 'example-mapfragmentandview-MapTestFragment'
include ':example-mapfragmentandview:SampleMapFragment'
project(':example-mapfragmentandview:SampleMapFragment').name = 'example-mapfragmentandview-SampleMapFragment'
include ':example-mapfragmentandview:SampleMapView'
project(':example-mapfragmentandview:SampleMapView').name = 'example-mapfragmentandview-SampleMapView'
include ':example-mapfragmentandview:SampleMapViewPgm'
project(':example-mapfragmentandview:SampleMapViewPgm').name = 'example-mapfragmentandview-SampleMapViewPgm'
include ':example-mapfragmentandview:SampleMapFragmentPgm'
project(':example-mapfragmentandview:SampleMapFragmentPgm').name = 'example-mapfragmentandview-SampleMapFragmentPgm'
//include 'example-mirrorcache-echo'
//project(':example-mirrorcache-echo').projectDir = new File(settingsDir, 'example-mirrorcache/echo')