Files
openide/plugins/performanceTesting/vcs/intellij.performanceTesting.vcs.iml
Nikolay Chashnikov aa93b1a501 [project structure] rename intellij.platform.localIde module to intellij.platform.monolith (RDCT-1417)
GitOrigin-RevId: 39c927b047ce60c27b3847d97b4f5742259a50a4
2024-07-05 14:24:51 +00:00

14 lines
658 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="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.vcs.impl" />
<orderEntry type="module" module-name="intellij.platform.monolith" scope="RUNTIME" />
</component>
</module>