Files
openide/platform/testFramework/junit5.jimfs/intellij.platform.testFramework.junit5.jimfs.iml
Daniil Ovchinnikov 922b270608 junit5: clean up jimfs
GitOrigin-RevId: c13fc04973ba5dc163b2ec85dc7afb6f9868fa99
2024-07-09 13:37:14 +00:00

19 lines
1.1 KiB
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.junit5.jimfs" />
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" packagePrefix="com.intellij.platform.testFramework.junit5.jimfs" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="library" name="JUnit5" level="project" />
<orderEntry type="library" name="jimfs" level="project" />
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" />
<orderEntry type="module" module-name="intellij.platform.util.ex" scope="TEST" />
</component>
</module>