mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
Splits the JUnit configuration tests from Application configuration tests and inverses the dependency between `java.tests` and `junit.java.tests`. (cherry picked from commit 062a96590e6f07f252f429e79e7d9ea46768c88e) IJ-MR-153625 GitOrigin-RevId: 103c768ee584fb1565d94c4ce72d07ef44f18fa9
29 lines
1.9 KiB
XML
29 lines
1.9 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$/test" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.platform.util.jdom" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.junit.rt" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.properties.psi.impl" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.junit.testFramework" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.smRunner" />
|
|
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.java.rt" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.util.io" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.java.execution.impl" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.java" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.java.tests" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.externalSystem.impl" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.testExtensions" scope="TEST" />
|
|
<orderEntry type="library" scope="TEST" name="assertJ" level="project" />
|
|
<orderEntry type="module" module-name="intellij.java.compiler" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.java.impl.refactorings" scope="TEST" />
|
|
</component>
|
|
</module> |