Files
openide/java/java-psi-impl/intellij.java.psi.impl.iml
T
nik 09fd5f69e7 IDEA project configuration: remove dependency from java.psi.impl on java.resources.en (IDEA-200752)
'intellij.java' depends on it anyway so this won't change behavior of the IDE.
2018-10-18 15:37:39 +03:00

17 lines
868 B
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$/gen" isTestSource="false" generated="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.java.psi" exported="" />
<orderEntry type="module" module-name="intellij.platform.core.impl" exported="" />
<orderEntry type="library" name="ASM" level="project" />
<orderEntry type="library" name="Guava" level="project" />
<orderEntry type="library" name="StreamEx" level="project" />
</component>
</module>