mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cwm uses netty — packaging already fixed in another separate commit, but still we need to convert netty to simplify our build scripts GitOrigin-RevId: a169f1203799f4fdb1adbc62c3ba2071f08325c6
24 lines
1.4 KiB
XML
24 lines
1.4 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$/resources" type="java-resource" />
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/testSrc" 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.libraries.kotlinx.coroutines.core" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
|
|
<orderEntry type="module" module-name="intellij.libraries.jackson" />
|
|
<orderEntry type="module" module-name="intellij.libraries.jackson.module.kotlin" />
|
|
<orderEntry type="module" module-name="intellij.libraries.jackson.databind" />
|
|
<orderEntry type="module" module-name="intellij.libraries.kotlin.reflect" />
|
|
<orderEntry type="module" module-name="intellij.libraries.netty.codec.http" />
|
|
<orderEntry type="module" module-name="intellij.libraries.netty.buffer" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.util.netty" />
|
|
<orderEntry type="module" module-name="intellij.libraries.netty.codec.compression" />
|
|
</component>
|
|
</module> |