We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a666a12 commit a94f216Copy full SHA for a94f216
src/main/resources/META-INF/plugin.xml
@@ -1,8 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
3
<idea-plugin>
4
- <id>software.xdev.saveactions</id>
5
- <name>Save Actions X</name>
6
<vendor url="https://www.github.com/xdev-software">xdev-software</vendor>
7
8
<description><![CDATA[
@@ -18,9 +16,6 @@
18
16
]]>
19
17
</change-notes>
20
21
- <!-- https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -->
22
- <idea-version since-build="241"/>
23
-
24
<!-- Other product support activated in plugin page during upload at https://plugins.jetbrains.com -->
25
<depends optional="true" config-file="plugin-java.xml">com.intellij.modules.java</depends>
26
0 commit comments