From ba77e5eba89d61573e43747219361f10477b85aa Mon Sep 17 00:00:00 2001 From: Vadim Brilyantov Date: Thu, 31 Oct 2019 16:26:33 +0300 Subject: [PATCH] #KT-29622: Fix bunches for 191 and earlier idea versions --- .../kotlin/idea/core/KotlinFocusModeProvider.kt.191 | 4 ++++ idea/resources/META-INF/plugin-common.xml | 2 -- idea/resources/META-INF/plugin.xml | 5 +++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 idea/idea-core/src/org/jetbrains/kotlin/idea/core/KotlinFocusModeProvider.kt.191 diff --git a/idea/idea-core/src/org/jetbrains/kotlin/idea/core/KotlinFocusModeProvider.kt.191 b/idea/idea-core/src/org/jetbrains/kotlin/idea/core/KotlinFocusModeProvider.kt.191 new file mode 100644 index 00000000000..1398a3397b8 --- /dev/null +++ b/idea/idea-core/src/org/jetbrains/kotlin/idea/core/KotlinFocusModeProvider.kt.191 @@ -0,0 +1,4 @@ +/* + * Copyright 2010-2019 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. + */ \ No newline at end of file diff --git a/idea/resources/META-INF/plugin-common.xml b/idea/resources/META-INF/plugin-common.xml index 44e0f1d6f14..8100face1e2 100644 --- a/idea/resources/META-INF/plugin-common.xml +++ b/idea/resources/META-INF/plugin-common.xml @@ -853,8 +853,6 @@ - - diff --git a/idea/resources/META-INF/plugin.xml b/idea/resources/META-INF/plugin.xml index b335676adae..85928be5131 100644 --- a/idea/resources/META-INF/plugin.xml +++ b/idea/resources/META-INF/plugin.xml @@ -82,4 +82,9 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. + + + + +