add intellij.dev to classpath when running IDEs from sources

GitOrigin-RevId: 2f83af2fc1a46c941e3884c2ea68cc369d0de5c6
This commit is contained in:
Daniil Ovchinnikov
2022-04-21 20:16:48 +00:00
committed by intellij-monorepo-bot
parent e44f932a73
commit 02fc17914c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -68,6 +68,7 @@
<orderEntry type="module" module-name="intellij.copyright" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.guiForms.designer" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.dev" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.devkit.plugin" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.eclipse" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.vcs.git" scope="RUNTIME" />
@@ -39,5 +39,6 @@
<orderEntry type="module" module-name="intellij.color.scheme.twilight" />
<orderEntry type="module" module-name="intellij.color.scheme.warmNeon" />
<orderEntry type="module" module-name="intellij.color.scheme.github" />
<orderEntry type="module" module-name="intellij.dev" scope="RUNTIME" />
</component>
</module>