Created
October 18, 2013 12:41
-
-
Save ownwell/7040948 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<idea-plugin version="2"> | |
<id>com.yourcompany.unique.plugin.id</id> | |
<name>Plugin display name here</name> | |
<version>1.0</version> | |
<vendor email="[email protected]" url="http://www.yourcompany.com">YourCompany</vendor> | |
<description><![CDATA[ | |
Enter short description for your plugin here.<br> | |
<small>most HTML tags may be used</small> | |
]]></description> | |
<change-notes><![CDATA[ | |
Add change notes here.<br> | |
<small>most HTML tags may be used</small> | |
]]> | |
</change-notes> | |
<!-- please see http://confluence.jetbrains.net/display/IDEADEV/Build+Number+Ranges for description --> | |
<idea-version since-build="107.105"/> | |
<!-- please see http://confluence.jetbrains.net/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products | |
on how to target different products --> | |
<!-- uncomment to enable plugin in all products | |
<depends>com.intellij.modules.lang</depends> | |
--> | |
<application-components> | |
<!-- Add your application components here --> | |
</application-components> | |
<project-components> | |
<!-- Add your project components here --> | |
</project-components> | |
<actions> | |
<!-- Add your actions here --> | |
</actions> | |
<extensions defaultExtensionNs="com.intellij"> | |
<!-- Add your extensions here --> | |
</extensions> | |
</idea-plugin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment