Files
openide/jps/model-test-framework/intellij.platform.jps.model.testFramework.iml
Leonid Shalupov e6033d9ead jps-model: housekeeping: split intellij.platform.jps.model tests into tests and "test framework"
so test code of other modules won't depend on test sources of module intellij.platform.jps.model.tests

GitOrigin-RevId: 9f08d19c7e22350aa049d67a694bd233368719bd
2025-01-18 21:45:35 +00:00

14 lines
697 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="org.jetbrains.jps.model" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.testFramework" />
<orderEntry type="module" module-name="intellij.platform.jps.model.impl" />
<orderEntry type="module" module-name="intellij.platform.jps.model" />
</component>
</module>