Files
openide/plugins/performanceTesting/frontend/intellij.performanceTesting.frontend.iml
Nikita Katkov 4d6fd4e7dd [perfTesting] IJ-CR-157659 IJPL-178987 Introduce a perfTesting.frontend module with frontend-specific command provider
The new module will contain commands that access UI components that were split for remdev compatibility. Be it a monolith IDE or a Split one, this module will exist in the monolith or frontend process accordingly.

(cherry picked from commit 3f41cd7b7202ed3c4bfdd52b7138034dc7cd63f2)

GitOrigin-RevId: ea312ccb715138bd9314f74e789d1349de66eea5
2025-03-20 22:20:46 +00:00

18 lines
952 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$/resources" type="java-resource" />
<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.performanceTesting" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.recentFiles.frontend" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.lang" />
</component>
</module>