Export 'intellij-core' in module 'frontend'

Remove intellij-core from dependencies of modules which already depend
on frontend or any module that exports frontend (such as frontend.java)
This commit is contained in:
Alexander Udalov
2017-06-03 03:43:04 +03:00
parent 2ed027219c
commit 7febd846e8
25 changed files with 2 additions and 27 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="intellij-core" level="project" />
<orderEntry type="library" exported="" scope="PROVIDED" name="intellij-core" level="project" />
<orderEntry type="module" module-name="descriptors" exported="" />
<orderEntry type="module" module-name="deserialization" exported="" />
<orderEntry type="module" module-name="util" />