From f8741f94803a79ed36bc0559849716fa8a6b1768 Mon Sep 17 00:00:00 2001 From: Rob Greene Date: Mon, 28 May 2018 22:38:57 -0500 Subject: [PATCH] Noticed that the tools subproject (which is empty) shows up in Eclipse. This makes the name more sensible. --- settings.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.gradle b/settings.gradle index e58aeac..0f3707c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,4 +3,5 @@ include 'tools:asu' rootProject.name = 'applesingle' project(":api").name = 'applesingle-api' +project(":tools").name = 'applesingle-tools' project(":tools:asu").name = 'applesingle-tools-asu'