summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeepanshu Gupta <deepanshu@google.com>2015-12-16 17:27:30 -0800
committerDeepanshu Gupta <deepanshu@google.com>2015-12-17 11:40:03 -0800
commita82f8fa2073c99aad5fd795c935a908fb4528a5f (patch)
tree0e47ba28f3d2c6b09625d868b4cae404dcbf86c4
parent5bd6addc9cb9dda23d022a6632e90591457f613e (diff)
downloaddata-binding-a82f8fa2073c99aad5fd795c935a908fb4528a5f.tar.gz
Add "db" prefix to databinding modules.
Change-Id: Icf77f1faa047a31534ec739278cb47d4ab69e18d
-rw-r--r--baseLibrary/db-baseLibrary.iml (renamed from baseLibrary/baseLibrary-base.iml)0
-rw-r--r--compiler/db-compiler.iml (renamed from compiler/compiler.iml)4
-rw-r--r--compilerCommon/db-compilerCommon-base.iml (renamed from compilerCommon/compilerCommon-base.iml)2
-rw-r--r--compilerCommon/db-compilerCommon.iml (renamed from compilerCommon/compilerCommon.iml)2
4 files changed, 4 insertions, 4 deletions
diff --git a/baseLibrary/baseLibrary-base.iml b/baseLibrary/db-baseLibrary.iml
index 7cf99832..7cf99832 100644
--- a/baseLibrary/baseLibrary-base.iml
+++ b/baseLibrary/db-baseLibrary.iml
diff --git a/compiler/compiler.iml b/compiler/db-compiler.iml
index 9fbbd679..2f3a0d27 100644
--- a/compiler/compiler.iml
+++ b/compiler/db-compiler.iml
@@ -12,8 +12,8 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="baseLibrary-base" exported="" />
- <orderEntry type="module" module-name="compilerCommon" />
+ <orderEntry type="module" module-name="db-baseLibrary" exported="" />
+ <orderEntry type="module" module-name="db-compilerCommon" />
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
<orderEntry type="module-library" scope="TEST">
<library>
diff --git a/compilerCommon/compilerCommon-base.iml b/compilerCommon/db-compilerCommon-base.iml
index 70cde6c5..cb081ee9 100644
--- a/compilerCommon/compilerCommon-base.iml
+++ b/compilerCommon/db-compilerCommon-base.iml
@@ -12,7 +12,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="baseLibrary-base" exported="" />
+ <orderEntry type="module" module-name="db-baseLibrary" exported="" />
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
diff --git a/compilerCommon/compilerCommon.iml b/compilerCommon/db-compilerCommon.iml
index aa80c5f3..38101e32 100644
--- a/compilerCommon/compilerCommon.iml
+++ b/compilerCommon/db-compilerCommon.iml
@@ -13,7 +13,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="baseLibrary-base" />
+ <orderEntry type="module" module-name="db-baseLibrary" />
<orderEntry type="library" exported="" name="commons-lang3-3.3.2" level="project" />
<orderEntry type="library" exported="" name="commons-io-2.4" level="project" />
<orderEntry type="module-library" exported="">