summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-11-27 08:03:12 -0700
committerRocky Madden <git@rockymadden.com>2013-11-27 08:03:12 -0700
commitab32aed4dfa68df86c00dd0c75a41932d16a659c (patch)
tree100bade5d27c8e8e9c193a0818175887786e01ee /settings.gradle
parentb75574d2c9d5152e378eded51d5634c5d6ec4ab1 (diff)
downloadstringmetric-ab32aed4dfa68df86c00dd0c75a41932d16a659c.tar.gz
stringmetric-ab32aed4dfa68df86c00dd0c75a41932d16a659c.tar.bz2
stringmetric-ab32aed4dfa68df86c00dd0c75a41932d16a659c.zip
Preferred minimal repetition naming.
Diffstat (limited to 'settings.gradle')
-rwxr-xr-xsettings.gradle6
1 files changed, 4 insertions, 2 deletions
diff --git a/settings.gradle b/settings.gradle
index 8a241ad..31c6743 100755
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,4 +1,6 @@
-include 'stringmetric-cli'
-include 'stringmetric-core'
+include 'cli'
+include 'core'
rootProject.name = 'stringmetric'
+project(':cli').name = 'stringmetric-cli'
+project(':core').name = 'stringmetric-core'