mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
so test code of other modules won't depend on test sources of module intellij.platform.jps.model.tests GitOrigin-RevId: 9f08d19c7e22350aa049d67a694bd233368719bd
14 lines
697 B
XML
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> |