From 9d75653f2a2b68d1e77bc0296e70cace62cd0651 Mon Sep 17 00:00:00 2001 From: "Denis.Zhdanov" Date: Sat, 11 May 2013 23:18:47 +0400 Subject: [PATCH] IDEA-104500 Gradle: Allow to reuse common logic for other external systems Exclude ExternalSystemExtensions.xml from platform config because we don't want to enforce external-system-impl dependency at the ides which don't need it --- .../src/META-INF/ExternalSystemExtensions.xml | 4 +++- .../platform-resources/src/META-INF/PlatformLangPlugin.xml | 1 - .../platform-resources/src/META-INF/PlatformPlugin.xml | 1 - plugins/gradle/src/META-INF/plugin.xml | 2 -- resources/src/META-INF/IdeaPlugin.xml | 7 +++---- 5 files changed, 6 insertions(+), 9 deletions(-) diff --git a/platform/platform-resources/src/META-INF/ExternalSystemExtensions.xml b/platform/platform-resources/src/META-INF/ExternalSystemExtensions.xml index b726ef82b4ed..ecad7343dd01 100644 --- a/platform/platform-resources/src/META-INF/ExternalSystemExtensions.xml +++ b/platform/platform-resources/src/META-INF/ExternalSystemExtensions.xml @@ -1,6 +1,8 @@ + + - \ No newline at end of file + diff --git a/platform/platform-resources/src/META-INF/PlatformLangPlugin.xml b/platform/platform-resources/src/META-INF/PlatformLangPlugin.xml index ba2132f34e79..4b6eabcb68c7 100644 --- a/platform/platform-resources/src/META-INF/PlatformLangPlugin.xml +++ b/platform/platform-resources/src/META-INF/PlatformLangPlugin.xml @@ -21,7 +21,6 @@ - diff --git a/platform/platform-resources/src/META-INF/PlatformPlugin.xml b/platform/platform-resources/src/META-INF/PlatformPlugin.xml index 1fcb213c0f15..b133cefb7a2a 100644 --- a/platform/platform-resources/src/META-INF/PlatformPlugin.xml +++ b/platform/platform-resources/src/META-INF/PlatformPlugin.xml @@ -14,7 +14,6 @@ - diff --git a/plugins/gradle/src/META-INF/plugin.xml b/plugins/gradle/src/META-INF/plugin.xml index 161e71efeb26..8c2e3993a2a4 100644 --- a/plugins/gradle/src/META-INF/plugin.xml +++ b/plugins/gradle/src/META-INF/plugin.xml @@ -28,8 +28,6 @@ - - diff --git a/resources/src/META-INF/IdeaPlugin.xml b/resources/src/META-INF/IdeaPlugin.xml index 604870defeec..139dca0adb32 100644 --- a/resources/src/META-INF/IdeaPlugin.xml +++ b/resources/src/META-INF/IdeaPlugin.xml @@ -5,8 +5,9 @@ + - + @@ -610,7 +611,7 @@ implementationClass="com.intellij.codeInspection.AnonymousCanBeMethodReferenceInspection" /> + implementationClass="com.intellij.codeInspection.LambdaCanBeMethReferenceInspection" /> @@ -1078,8 +1079,6 @@ -