Skip to content

Commit

Permalink
Add plugin icon on marketplace (fixes #943) (#946)
Browse files Browse the repository at this point in the history
Co-authored-by: Adriano Machado <[email protected]>
  • Loading branch information
ammachado and ammachado authored Oct 22, 2023
1 parent 95429be commit 0c09a74
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
5 changes: 3 additions & 2 deletions camel-idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
<vendor email="[email protected]" url="https://github.com/camel-tooling/camel-idea-plugin">Apache Camel</vendor>

<description><![CDATA[
Plugin for Intellij IDEA to provide a set of Apache Camel related capabilities to the code editor.
Plugin for IntelliJ IDEA to provide a set of Apache Camel related capabilities to the code editor.
]]></description>

<change-notes><![CDATA[
v.1.1.4
<ul>
<li>Bug fixes</li>
<li>New marketplace icon</li>
</ul>
]]>
</change-notes>
Expand All @@ -36,7 +37,7 @@

<depends optional="true" config-file="org.apache.camel-intelliLang.xml">org.intellij.intelliLang</depends>

<!-- main listener to trigger Camel IDEA plugin to detect if Camel is present or not in the project -->
<!-- main listener to trigger Camel IDEA plugin to detect if Apache Camel is present or not in the project -->
<applicationListeners>
<listener class="com.github.cameltooling.idea.CamelPluginStartup" topic="com.intellij.openapi.project.ProjectManagerListener"/>
</applicationListeners>
Expand Down
46 changes: 46 additions & 0 deletions camel-idea-plugin/src/main/resources/META-INF/pluginIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0c09a74

Please sign in to comment.