mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
[Java] Refactor code in java-terminal module IDEA-359113 [Java] Create custom terminal bundle IDEA-359113 [Java] Add intellij.java.terminal to ultimate-distribution IDEA-359113 [Java] Create module intellij.java.terminal.tests IDEA-359113 [Java] Create module intellij.java.terminal IDEA-359113 Merge-request: IJ-MR-144763 Merged-by: Georgii Ustinov <georgii.ustinov@jetbrains.com> GitOrigin-RevId: b0baf6bc03a3757ffd79d2cc45ecc7799dca06bf
15 lines
754 B
XML
15 lines
754 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$/test">
|
|
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
|
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.java.terminal" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.tests" scope="TEST" />
|
|
</component>
|
|
</module> |