summaryrefslogtreecommitdiff
path: root/rt
diff options
context:
space:
mode:
authornik <Nikolay.Chashnikov@jetbrains.com>2018-05-17 16:14:23 +0300
committernik <Nikolay.Chashnikov@jetbrains.com>2018-05-17 16:14:23 +0300
commit427be624f17497e9be55ffd87ec1947e3cef4080 (patch)
treebf0919bad1a5a64c776f25ced82231287ba5bdd5 /rt
parentd70180f660f41e3137d5b778d6fa9b81e9f91f22 (diff)
downloadidea-427be624f17497e9be55ffd87ec1947e3cef4080.tar.gz
IDEA project configuration: replace annotation modules by libraries (IDEA-192182)
jetbrains-annotations and jetbrains-annotations-java5 libraries are added, modules and artifacts now refer to these libraries instead of old modules.
Diffstat (limited to 'rt')
-rw-r--r--rt/intellij.android.rt.iml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/intellij.android.rt.iml b/rt/intellij.android.rt.iml
index 4df0f7fbc57..1e535e02ca2 100644
--- a/rt/intellij.android.rt.iml
+++ b/rt/intellij.android.rt.iml
@@ -7,7 +7,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="intellij.platform.annotations.java5" />
+ <orderEntry type="library" name="jetbrains-annotations-java5" level="project" />
<orderEntry type="module" module-name="intellij.platform.util.rt" />
</component>
</module> \ No newline at end of file