summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2015-01-27 10:58:49 -0800
committerGeorge Mount <mount@google.com>2015-01-27 10:58:49 -0800
commit2c91eecdca60d55e7a4c69b486e307331ac93137 (patch)
treee0964620d1b28347d113f9d45f1ac3a909a1a3fe /settings.gradle
parent0935fcaf455ce6fc6916194da651b556e1ec0326 (diff)
downloaddata-binding-2c91eecdca60d55e7a4c69b486e307331ac93137.tar.gz
Project renaming
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/settings.gradle b/settings.gradle
index 374e1730..f3b2c33c 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,8 +1,8 @@
-include ':library'
+include ':library', ':baseLibrary'
include ':compiler'
include ':gradlePlugin'
-include ':annotations'
-include ':grammerBuilder'
+include ':baseLibrary'
+include ':grammarBuilder'
include ':annotationprocessor'
-include ':xmlGrammer'
+include ':xmlGrammar'
include ':TestApp'