Files
openide/plugins/dependency-updater/intellij.externalSystem.dependencyUpdater.iml
Nikolay Chashnikov 592eac90a9 [IntelliJ project configuration] remove unused dependency from dependencyUpdater to Maven
It won't work at runtime anyway since there is no dependency on Maven plugin in plugin.xml.

GitOrigin-RevId: 4ce0b6817e48296f1a820ed8c08675611c4c7267
2021-04-16 20:22:54 +03:00

18 lines
929 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$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module" module-name="intellij.platform.ide" />
<orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
</component>
</module>