Noticed that the tools subproject (which is empty) shows up in Eclipse.

This makes the name more sensible.
This commit is contained in:
Rob Greene 2018-05-28 22:38:57 -05:00
parent 03095785d5
commit f8741f9480
1 changed files with 1 additions and 0 deletions

View File

@ -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'