From 094d4093f07b12cc82a5fab178efb5d7a906f00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 15 Mar 2018 10:51:37 +0100 Subject: [PATCH] sample plugins: remove use of "use-idea-classloader" in plugin.xml --- code_samples/plugin_sample/resources/META-INF/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_samples/plugin_sample/resources/META-INF/plugin.xml b/code_samples/plugin_sample/resources/META-INF/plugin.xml index 7d49c72be..ff65c8c65 100644 --- a/code_samples/plugin_sample/resources/META-INF/plugin.xml +++ b/code_samples/plugin_sample/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + org.jetbrains.plugins.sample.PluginSample Basic plugin example 1.0