build scripts: fix building intellij-community from sources

commons-net must be added to dependencies of a module from intellij-community project to ensure that it'll be downloaded by build scripts (IDEA-189683).
This commit is contained in:
nik
2018-04-06 14:23:21 +03:00
parent 0ef1930db4
commit 7993ea6d2f
+1
View File
@@ -123,6 +123,7 @@
<orderEntry type="module" module-name="intellij.statsCollector" />
<orderEntry type="module" module-name="intellij.java.debugger.streams" />
<orderEntry type="library" scope="RUNTIME" name="jgoodies-common" level="project" />
<orderEntry type="library" scope="RUNTIME" name="commons-net" level="project" />
<orderEntry type="module" module-name="intellij.tools.jetCheck" scope="TEST" />
<orderEntry type="module" module-name="intellij.devkit.java.tests" scope="TEST" />
</component>