mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
Each tool (uv, poetry) now has `common` and `backend` part. `common` has icons because we need them both on the front and on the back. We might need to create `front` module also if we wouldn't be able to use icons in compose. GitOrigin-RevId: 560b5aa67e4e747a1653ad6e4f780301a3fae289
47 lines
3.6 KiB
XML
47 lines
3.6 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="true" />
|
|
<sourceFolder url="file://$MODULE_DIR$/testResources" type="java-test-resource" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit5Jupiter" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit5Params" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit5Pioneer" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="apache.sshd.osgi" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="io.mockk.jvm" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="jna" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="kotlin-stdlib" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="testcontainers-junit-jupiter" level="project" />
|
|
<orderEntry type="module" module-name="intellij.community.wintools" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.libraries.system.stubs.jupiter" exported="" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.libraries.testcontainers" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.analysis" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.analysis.impl" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.core" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.editor.ex" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.eel.provider" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.execution" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.execution.impl" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.core" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.impl" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.projectModel" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.util" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.util.coroutines" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.python.community" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.python.community.impl.pipenv" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.python.community.plugin" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.python.community.testFramework.testEnv" exported="" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.python.sdk" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.python.community.impl.poetry.common" scope="TEST" />
|
|
</component>
|
|
</module> |