mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
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
15 lines
762 B
XML
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> |