From b99cfc1127e8372bf4eeeb94719a734fba3e0375 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Mon, 12 Dec 2016 09:42:25 +0100 Subject: [PATCH] Delete not used plugins --- settings.gradle | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/settings.gradle b/settings.gradle index 66941763eb..a0a8a3cc2f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,8 +1,2 @@ -include ':OsmAnd-java', ':OsmAndCore-sample', ':Osmand-Skimaps', ':Osmand-Nautical' +include ':OsmAnd-java', ':OsmAndCore-sample' include ':OsmAnd' -include ':plugins:OsmAnd-AddressPlugin' -include ':plugins:Osmand-ParkingPlugin' -include ':plugins:Osmand-Sherpafy' -include ':plugins:Osmand-SRTMPlugin' -project(':Osmand-Skimaps').projectDir = new File('plugins/Osmand-Skimaps') -project(':Osmand-Nautical').projectDir = new File('plugins/Osmand-Nautical') \ No newline at end of file