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.
This commit is contained in:
nik
2018-05-17 16:14:24 +03:00
parent d57422a982
commit ef95829a7a
30 changed files with 51 additions and 31 deletions

View File

@@ -9,7 +9,7 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.xml.psi" exported="" />
<orderEntry type="module" module-name="intellij.platform.analysis" exported="" />
<orderEntry type="module" module-name="intellij.platform.annotations.java5" exported="" />
<orderEntry type="library" exported="" name="jetbrains-annotations-java5" level="project" />
<orderEntry type="module" module-name="intellij.platform.core" exported="" />
<orderEntry type="module" module-name="intellij.platform.extensions" exported="" />
<orderEntry type="module" module-name="intellij.platform.util" exported="" />