Files
openide/plugins/IntelliLang/intellij.xml.langInjection.iml
Alexandr Evstigneev 366b307d81 Do not bundle xpath to the intellilang when running from sources
xmlInjections-html.xml depends on xpath, so it should be in the config dependent on the XPathView

GitOrigin-RevId: 8757506bcf0ff8d4def215b60e2178f2547da000
2023-01-27 08:50:31 +00:00

26 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/xml-support">
<sourceFolder url="file://$MODULE_DIR$/xml-support" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.xml.impl" />
<orderEntry type="module" module-name="intellij.regexp" />
<orderEntry type="module" module-name="intellij.xpath" scope="PROVIDED" />
<orderEntry type="module" module-name="intellij.platform.ide" />
<orderEntry type="library" name="Jaxen" level="project" />
<orderEntry type="module" module-name="intellij.platform.langInjection" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
</component>
<component name="copyright">
<Base>
<setting name="state" value="1" />
</Base>
</component>
</module>