mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
Some modules don't make sense in the split frontend process (JetBrains Client), at least for now. Adding an explicit dependency on a marker 'intellij.platform.backend' module is needed to avoid putting such modules to separate JARs after automatic splitting in the build scripts is implemented (IJPL-164312): it doesn't make sense for these modules, and it's better to avoid changes in the layout without reason. GitOrigin-RevId: a617d02f4f359d4d7741f7303e55193269f5ef69
19 lines
792 B
XML
19 lines
792 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module relativePaths="true" 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" type="java-resource" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.regexp" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.platform.backend" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.platform.util" />
|
|
</component>
|
|
<component name="copyright">
|
|
<Base>
|
|
<setting name="state" value="2" />
|
|
</Base>
|
|
</component>
|
|
</module> |