summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/general/DevKitProject/resources/META-INF/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jps/jps-plugin/tests/testData/general/DevKitProject/resources/META-INF/plugin.xml')
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/general/DevKitProject/resources/META-INF/plugin.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/general/DevKitProject/resources/META-INF/plugin.xml b/plugins/kotlin/jps/jps-plugin/tests/testData/general/DevKitProject/resources/META-INF/plugin.xml
deleted file mode 100644
index 736cd1df218b..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/general/DevKitProject/resources/META-INF/plugin.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<idea-plugin>
- <id>com.your.company.unique.plugin.id</id>
- <name>Plugin display name here</name>
- <version>1.0</version>
- <vendor email="support@yourcompany.com" url="https://www.yourcompany.com">YourCompany</vendor>
-
- <description><![CDATA[
- Enter short description for your plugin here.<br>
- <em>most HTML tags may be used</em>
- ]]></description>
-
- <change-notes><![CDATA[
- Add change notes here.<br>
- <em>most HTML tags may be used</em>
- ]]>
- </change-notes>
-
- <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
- <idea-version since-build="173.0"/>
-
- <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
- on how to target different products -->
- <!-- uncomment to enable plugin in all products
- <depends>com.intellij.modules.lang</depends>
- -->
-
- <extensions defaultExtensionNs="com.intellij">
- <!-- Add your extensions here -->
- </extensions>
-
- <actions>
- <!-- Add your actions here -->
- </actions>
-
-</idea-plugin> \ No newline at end of file