mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
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
11 lines
429 B
XML
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> |