Files
openide/platform/runtime/loader/intellij.platform.runtime.loader.iml
Nikolay Chashnikov d00b0f341d [platform] initial prototype of loading the platform and plugins using data from runtime module descriptors (IJPL-128)
A new entry point (com.intellij.platform.runtime.loader.Loader) is introduced. It takes data from RuntimeModuleRepository and configures the platform classloader accordingly. In order to support both loading schemes, an abstract class PluginDescriptorLoadingStrategy is added.

GitOrigin-RevId: bbe045b2559901701b6da31e1bc1d72fe1a08266
2023-04-25 08:18:09 +00:00

15 lines
762 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_11" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
<orderEntry type="module" module-name="intellij.platform.runtime.repository" />
<orderEntry type="module" module-name="intellij.platform.boot" />
<orderEntry type="module" module-name="intellij.platform.util.classLoader" />
</component>
</module>