Files
openide/platform/backend/intellij.platform.backend.iml
Nikolay Chashnikov bc59a24141 [plugin model] provide replacement for com.intellij.platform.experimental.* plugin aliases (IJPL-177155)
This introduces 'intellij.platform.backend' as a content module, and dependencies on 'intellij.platform.backend' and 'intellij.platform.frontend' can be used instead of com.intellij.platform.experimental.* plugin aliases. PluginSetBuilder automatically disabled modules which aren't compatible with the current product mode.

GitOrigin-RevId: 5c0a82d256dd7abe1720a77cd94ee38efed6b6d6
2025-03-07 10:45:55 +00:00

11 lines
429 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$">
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>