mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
plugin descriptors: remove obsolete idea-plugin@version attribute (IDEA-163694)
This commit is contained in:
parent
9bbb721615
commit
f9194eadf4
@ -11,7 +11,7 @@ A module dependency is a `<depends>` tag where the contents of the tag starts wi
|
||||
For example:
|
||||
|
||||
```xml
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
...
|
||||
<depends>com.intellij.modules.lang</depends>
|
||||
...
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
<name>Comparing References Inspection</name>
|
||||
<description>Inspection for (probably) inappropriate use of equality relation operation.</description>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
<name>Conditional Operator Converter</name>
|
||||
<id>ConditionalOperatorConverter</id>
|
||||
<description>Intention action that suggests to convert a conditional operator into
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
<id>com.your.company.unique.plugin.id</id>
|
||||
<name>Plugin display name here</name>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2" url="www.jetbrains.com">
|
||||
<idea-plugin url="www.jetbrains.com">
|
||||
<id>org.jetbrains.plugins.sample.EditorBasics</id>
|
||||
<name>Editor basics</name>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
<id>com.intellij.tutorials.facet</id>
|
||||
<name>Facet Demo</name>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
<id>com.intellij.demo.framework</id>
|
||||
<name>Framework example</name>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
<id>org.jetbrains</id>
|
||||
<name>gradle_plugin_demo</name>
|
||||
<version>0.0.1</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
<id>com.intellij.tutorials.inspection</id>
|
||||
<name>Inspection Demo</name>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
<id>org.jetbrains</id>
|
||||
<name>kotlin_demo</name>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
<id>live_templates</id>
|
||||
<name>live_templates</name>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
<name>max_opened_projects</name>
|
||||
<description>short description of the plugin</description>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
<id>com.intellij.tutorials.module</id>
|
||||
<name>Module Type Demo</name>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2" url="www.jetbrains.com" use-idea-classloader="true">
|
||||
<idea-plugin url="www.jetbrains.com" use-idea-classloader="true">
|
||||
<id>org.jetbrains.plugins.sample.PluginSample</id>
|
||||
<name>Basic plugin example</name>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2" url="www.jetbrains.com">
|
||||
<idea-plugin url="www.jetbrains.com">
|
||||
<id>org.jetbrains.plugins.sample.ProjectModel</id>
|
||||
<name>Project Model</name>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2" url="www.jetbrains.com">
|
||||
<idea-plugin url="www.jetbrains.com">
|
||||
<id>org.jetbrains.plugins.sample.ProjectViewPane</id>
|
||||
<name>Project View Pane Demo</name>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2" url="www.jetbrains.com">
|
||||
<idea-plugin url="www.jetbrains.com">
|
||||
<id>org.jetbrains.tutorials.ProjectWizard</id>
|
||||
<name>Project Wizard Demo</name>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
<id>org.jetbrains.plugins.sample.RegisterActions</id>
|
||||
<name>Sample plugin for working with IntelliJ Action System</name>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2" url="www.jetbrains.com">
|
||||
<idea-plugin url="www.jetbrains.com">
|
||||
<id>org.jetbrains.tutorials.run.configuration</id>
|
||||
<name>Run Configuration</name>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
<id>com.simpleplugin.unique.plugin.id</id>
|
||||
<name>Simple</name>
|
||||
<version>1.0</version>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
<id>org.jetbrains.plugins.sample.ToolWindow</id>
|
||||
<name>Tool Window</name>
|
||||
<description>This sample plugin illustrates how to create your custom tool window.</description>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<idea-plugin version="2" url="www.jetbrains.com">
|
||||
<idea-plugin url="www.jetbrains.com">
|
||||
<id>org.jetbrains.plugins.sample.TreeStructure</id>
|
||||
<name>Tree Structure Provider Demo</name>
|
||||
<version>1.0</version>
|
||||
|
@ -133,7 +133,7 @@ This is the main entry point for a VCS plugin, which is used by the IntelliJ Pla
|
||||
The recommended way to register an AbstractVcs implementation is to add an extension declaration to plugin.xml, as shown in the following example:
|
||||
|
||||
```xml
|
||||
<idea-plugin version="2">
|
||||
<idea-plugin>
|
||||
...
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<vcs name="svn" vcsClass="org.jetbrains.idea.svn.SvnVcs"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user