Skip to content

Commit 49d1ea9

Browse files
committed
Add back description in plugin.xml
1 parent 3bb8028 commit 49d1ea9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
Java Inner Builder
1414
</vendor>
1515

16+
<!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
17+
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
18+
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
19+
<description><![CDATA[
20+
An opinionated Java inner builder generator
21+
]]></description>
22+
23+
1624
<!-- Product and plugin compatibility requirements.
1725
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
1826
<depends>com.intellij.modules.platform</depends>

0 commit comments

Comments
 (0)