Skip to content

Commit

Permalink
chore: update vendor details, dependencies, and extensions in plugin.xml
Browse files Browse the repository at this point in the history
The metadata of the plugin has been updated. The vendor details have been changed from 'YourCompany' to 'Kartan'. A new dependency 'JavaScript' has been added and plugin resource bundle has been defined. Also, the extension points implementation has been mentioned including 'TurboCliProjectGenerator', 'TurboProjectTemplateFactory', and 'TurboCliProjectModuleBuilder'. These changes are important to reflect the current state of the plugin, its compatibility, and functionality.
  • Loading branch information
nekofar committed Jul 17, 2023
1 parent 1373fd7 commit 844b9b8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,7 @@
<name>Turbo</name>

<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
<vendor email="support@yourcompany.com" url="https://www.yourcompany.com">YourCompany</vendor>

<!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
<description><![CDATA[
Enter short description for your plugin here.<br>
<em>most HTML tags may be used</em>
]]></description>
<vendor email="hello@kartan.net" url="https://kartan.net">Kartan</vendor>

<!-- Product and plugin compatibility requirements.
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
Expand Down

0 comments on commit 844b9b8

Please sign in to comment.