summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-05-20 16:30:52 -0600
committerRocky Madden <git@rockymadden.com>2013-05-20 16:30:52 -0600
commitc0de09e838282fa708125570971bdca15f905d06 (patch)
tree217c55b47b7baf3d6f8e134ba86bd59571550182 /settings.gradle
parent6c8a9f1ca60822ca2ee1839bca2cd00afea7037f (diff)
downloadstringmetric-c0de09e838282fa708125570971bdca15f905d06.tar.gz
stringmetric-c0de09e838282fa708125570971bdca15f905d06.tar.bz2
stringmetric-c0de09e838282fa708125570971bdca15f905d06.zip
Changed subproject folder naming. Updated Scala to 2.10.1.
Diffstat (limited to 'settings.gradle')
-rwxr-xr-xsettings.gradle6
1 files changed, 2 insertions, 4 deletions
diff --git a/settings.gradle b/settings.gradle
index e99d74b..8a241ad 100755
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,6 +1,4 @@
-include 'cli'
-include 'core'
+include 'stringmetric-cli'
+include 'stringmetric-core'
rootProject.name = 'stringmetric'
-project(':cli').name = 'stringmetric-cli'
-project(':core').name = 'stringmetric-core' \ No newline at end of file