allow to depend on platform.execution.impl without depending on huge platform.lang.impl module

GitOrigin-RevId: 4386ae794f21698559c8d793ce1c355cf4dba244
This commit is contained in:
Peter Gromov
2020-01-27 13:36:12 +01:00
committed by intellij-monorepo-bot
parent a1140ed737
commit 1eb9b217d8
23 changed files with 24 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.execution.impl" />
<orderEntry type="module" module-name="intellij.reStructuredText" />
<orderEntry type="library" name="Guava" level="project" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />