From 45620d2a86e571a0f9986142b7865b14658c0ded Mon Sep 17 00:00:00 2001 From: nik Date: Mon, 8 Jul 2019 14:54:10 +0300 Subject: [PATCH] java: use separate class-loader for Java plugin Java plugin doesn't use the platform class-loader anymore. This is needed to make Java a true plugin so it'll be able to depend on other plugins, JAR files used from its implementation won't pollute the platform classpath, etc (IDEA-195719). GitOrigin-RevId: 7606e6f815fac6b9d146b443b84e6afe99b25ab2 --- java/plugin/resources/META-INF/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/plugin/resources/META-INF/plugin.xml b/java/plugin/resources/META-INF/plugin.xml index 283799a6f047..47fc91e0012c 100644 --- a/java/plugin/resources/META-INF/plugin.xml +++ b/java/plugin/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + com.intellij.java Java Java language support.