Module configuration: 'idea-completion' depends on 'idea' at runtime

So that plugin.xml is in classpath when running completion tests separately
This commit is contained in:
Pavel V. Talanov
2015-12-14 18:29:54 +03:00
parent cd80d9408d
commit 46798ed845
+1
View File
@@ -22,5 +22,6 @@
<orderEntry type="module" module-name="util" />
<orderEntry type="module" module-name="js.frontend" />
<orderEntry type="library" scope="PROVIDED" name="properties" level="project" />
<orderEntry type="module" module-name="idea" scope="RUNTIME" />
</component>
</module>