Files
openide/platform/bootstrap/dev/intellij.platform.bootstrap.dev.iml
Daniil Ovchinnikov 9f2b32c3c7 rename intellij.platform.devBuildServer -> intellij.platform.buildScripts.devBuildServer
This change excludes this module from the platform.

GitOrigin-RevId: 96e159a092772b0ae9bc3faa224f544281c951f5
2024-06-24 15:32:55 +00:00

14 lines
668 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.platform.buildScripts.devBuildServer" />
<orderEntry type="module" module-name="intellij.platform.boot" />
<orderEntry type="module" module-name="intellij.platform.util.classLoader" />
</component>
</module>