[IntelliJ project configuration] remove explicit dependency on annotations-java5 library from IDE modules

Such dependencies are redundant because 'intellij.platform.util' module exports dependency on that library (via 'intellij.platform.core' and 'intellij.platform.ide') to all IDE modules. Removing explicit dependencies will simplify migration from annotations-java5 to annotations library.

GitOrigin-RevId: 651b290264350777fdd0138671d1ca7906d12cb2
This commit is contained in:
nik
2020-01-09 14:40:12 +03:00
committed by intellij-monorepo-bot
parent 3b3276a65f
commit e19aea6520
13 changed files with 1 additions and 13 deletions

View File

@@ -9,7 +9,6 @@
<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="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="" />