Files
openide/xml/xml-structure-view-impl/intellij.xml.structureView.impl.iml
Dmitry Avdeev 90e7985fef IDEA-225625 EPs to make dynamic
making xmlStructureViewBuilderProvider dynamic

GitOrigin-RevId: c8b43c6afe70c538a25b533b5f5bfdbba91e858c
2020-02-12 11:40:58 +00:00

17 lines
873 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" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.xml.structureView" />
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
<orderEntry type="module" module-name="intellij.platform.core.impl" />
<orderEntry type="module" module-name="intellij.platform.util.ui" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
</component>
</module>