summaryrefslogtreecommitdiff
path: root/layoutlib
diff options
context:
space:
mode:
authornik <Nikolay.Chashnikov@jetbrains.com>2018-01-24 10:00:36 +0300
committernik <Nikolay.Chashnikov@jetbrains.com>2018-01-25 12:58:58 +0300
commit9394760865f6fb96e041eecb7526d613aad359d2 (patch)
treea84f3375a0f15550ab9ff32a1a3796499b82f454 /layoutlib
parent648a771e62c311171c5d90fa248f0c3c3b92d6c3 (diff)
downloadidea-9394760865f6fb96e041eecb7526d613aad359d2.tar.gz
IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme. Update *.iml files.
Diffstat (limited to 'layoutlib')
-rw-r--r--layoutlib/android.sdktools.layoutlib.iml10
1 files changed, 5 insertions, 5 deletions
diff --git a/layoutlib/android.sdktools.layoutlib.iml b/layoutlib/android.sdktools.layoutlib.iml
index bb86553cf31..049caa788b9 100644
--- a/layoutlib/android.sdktools.layoutlib.iml
+++ b/layoutlib/android.sdktools.layoutlib.iml
@@ -9,11 +9,11 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="layoutlib" level="project" />
- <orderEntry type="module" module-name="sdk-common" />
- <orderEntry type="module" module-name="annotations" />
- <orderEntry type="module" module-name="android-common" />
- <orderEntry type="module" module-name="platform-api" />
- <orderEntry type="module" module-name="layoutlib-api" />
+ <orderEntry type="module" module-name="android.sdktools.sdk-common" />
+ <orderEntry type="module" module-name="intellij.platform.annotations.java5" />
+ <orderEntry type="module" module-name="intellij.android.common" />
+ <orderEntry type="module" module-name="intellij.platform.ide" />
+ <orderEntry type="module" module-name="android.sdktools.layoutlib-api" />
<orderEntry type="library" name="ASM" level="project" />
</component>
</module> \ No newline at end of file