mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user