Files
openide/java/ide-customization/intellij.java.ide.customization.iml
nik 31eed92087 IntelliJ project structure: change scope of dependencies to runtime for java.ide.customization module
Leave as 'compile' only dependencies which are really required to compile the module.

GitOrigin-RevId: 0fd689f3c0de6eef527d0cc0bb03566809b792ac
2019-07-25 15:03:53 +03:00

20 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.java.psi" />
<orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.vcs.impl" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.usageView" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.ui" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.impl" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.testRunner" scope="RUNTIME" />
</component>
</module>