summaryrefslogtreecommitdiff
path: root/lint/src
diff options
context:
space:
mode:
authorAndrei Kuznetsov <andrei.kuznetsov@jetbrains.com>2020-07-07 00:05:06 +0300
committerDana Dahlstrom <dahlstrom@google.com>2020-12-01 21:00:00 -0800
commit3fed550e324550e99b746330842ae4f922c59dfe (patch)
treecb3dda8db4c5acd3fcf7dd1f4d97a92041538a06 /lint/src
parent67a85f107de39f169b4c8d524a13b18a19ba140d (diff)
downloadidea-3fed550e324550e99b746330842ae4f922c59dfe.tar.gz
Fix Android Plugin description
Which appears in plugin manager as "IDE support for running Android Lint..." (from lint-plugin.xml) instead of "Supports the development of Android applications..." (from plugin.xml), because plugin.xml includes lint-plugin.xml which has <description> tag. (cherry picked from commit c4a45419f4b247ff935a6f677edb8ef5d9e5307f) Change-Id: I35c86ad98781aa51af708e57221d599e5a9e44fb
Diffstat (limited to 'lint/src')
-rw-r--r--lint/src/META-INF/lint-plugin.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/lint/src/META-INF/lint-plugin.xml b/lint/src/META-INF/lint-plugin.xml
index 679a5952260..034390b5ccd 100644
--- a/lint/src/META-INF/lint-plugin.xml
+++ b/lint/src/META-INF/lint-plugin.xml
@@ -14,10 +14,8 @@
~ limitations under the License.
-->
<idea-plugin>
- <description>
- IDE support for running Android Lint (which despite the name is not Android specific and
- can warn about general programming issues in Kotlin and Java source files, Gradle files, etc).
- </description>
+<!-- IDE support for running Android Lint (which despite the name is not Android specific and -->
+<!-- can warn about general programming issues in Kotlin and Java source files, Gradle files, etc). -->
<extensionPoints>
<extensionPoint qualifiedName="com.android.tools.idea.lint.common.lintIdeSupport"