mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IntelliJ project configuration: remove unneeded runtime dependencies
This way we get rid of dependency from intellij.platform.testFramework to relaxng, which has some libraries not converted to repository libraries, and this prevents us from publishing intellij.platform.testFramework as Maven artifact.
This commit is contained in:
@@ -15,10 +15,6 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||
<orderEntry type="library" name="Jaxen" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.xml.dom.impl" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.relaxng" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.spellchecker" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.debugger.impl" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user