Files
openide/platform/testFramework/teamCity/intellij.platform.testFramework.teamCity.iml
Daniil Ovchinnikov 45d1228fa8 extract some logic from intellij.tools.ide.starter to intellij.platform.testFramework.teamCity
GitOrigin-RevId: 1609f55e616c133a7fc1c16c4bf32bf5fe282ec9
2024-02-21 16:48:03 +00:00

13 lines
634 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" packagePrefix="com.intellij.platform.testFramework.teamCity" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
</component>
</module>