Skip to content

Commit

Permalink
renamed patchPluginXml>pluginDescription prop key (jetbrains constrai…
Browse files Browse the repository at this point in the history
…nt) (#161)

* renamed patchPluginXml>pluginDescription prop key (jetbrains constraint) (#88)
* moved plugin description to plugin.xml (#88)
* removed Overview and icon in description (#88)
  • Loading branch information
adietish committed Jan 27, 2021
1 parent 00a7bba commit d953fd3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,9 @@ intellij {
}

patchPluginXml {
sinceBuild sinceIdeaBuild
group 'com.redhat.devtools.intellij'
version projectVersion
pluginDescription description
group 'com.redhat.devtools.intellij'
sinceBuild sinceIdeaBuild
}

publishPlugin {
Expand Down
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ ideaVersion=IC-2018.3
# build number ranges
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
sinceIdeaBuild=183.3975.18
projectVersion=0.1.1
projectVersion=0.1.2
jetBrainsToken=invalid
jetBrainsChannel=stable
kotlinVersion=1.3.72
intellijPluginVersion=0.6.5
description="""Show and operate a kubernetes cluster"""
intellijPluginVersion=0.6.5
6 changes: 6 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<id>com.redhat.devtools.intellij.kubernetes</id>
<name>Kubernetes by Red Hat</name>
<vendor email="[email protected]" url="http://www.redhat.com">Red-Hat</vendor>
<description>
<![CDATA[
<p>A plugin for interacting with Kubernetes and OpenShift clusters.</p>
<p>The plugin provides functionalities and user experiences that are very close to the Kubernetes extension for vscode (Visual Studio Code Kubernetes Tools).</p>
]]>
</description>

<depends>com.intellij.modules.lang</depends>

Expand Down

0 comments on commit d953fd3

Please sign in to comment.