From 66d44162e9b51611dbccfe950b3dd5960b80bf01 Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Mon, 25 May 2020 11:43:08 +0300 Subject: [PATCH] FIR IDE: Move common caches related stuff from plugin-common.xml to caches.xml --- idea/resources/META-INF/caches.xml | 32 +++++++++++++++++++++++ idea/resources/META-INF/plugin-common.xml | 28 +------------------- 2 files changed, 33 insertions(+), 27 deletions(-) create mode 100644 idea/resources/META-INF/caches.xml diff --git a/idea/resources/META-INF/caches.xml b/idea/resources/META-INF/caches.xml new file mode 100644 index 00000000000..3a5d4b5cb4b --- /dev/null +++ b/idea/resources/META-INF/caches.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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 9bb76343b38..8c7e355c6bb 100644 --- a/idea/resources/META-INF/plugin-common.xml +++ b/idea/resources/META-INF/plugin-common.xml @@ -4,6 +4,7 @@ + @@ -162,9 +163,6 @@ - - @@ -176,8 +174,6 @@ - - @@ -185,12 +181,6 @@ - - - - @@ -254,8 +244,6 @@ - - @@ -276,14 +264,6 @@ - - - - - - @@ -441,8 +421,6 @@ language="kotlin" implementation="org.jetbrains.kotlin.idea.references.KotlinFilePathReferenceContributor"/> - - @@ -703,10 +681,6 @@ - - - -