Skip to content

Commit f2c9e28

Browse files
authored
Remove xml templates (#8363)
This removes having the `plugin.dart` tool populate the XML templates with `version` and `ideaVersion` information. We already have configuration in `build.gradle.kts` to do this. This comes after #8360 and should be rebased after that change is merged.
1 parent f0de2bd commit f2c9e28

File tree

6 files changed

+2
-512
lines changed

6 files changed

+2
-512
lines changed

resources/META-INF/plugin.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<!-- Do not edit; instead, modify plugin_template.xml, and run './bin/plugin generate'. -->
2-
31
<!--suppress PluginXmlI18n -->
42
<idea-plugin>
53
<id>io.flutter</id>
@@ -21,9 +19,9 @@
2119
<vendor url="https://google.com">Google</vendor>
2220

2321
<category>Custom Languages</category>
24-
<version>SNAPSHOT</version>
22+
<version>$VERSION</version>
2523
<!--suppress PluginXmlValidity -->
26-
<idea-version since-build="243" until-build="243.*"/>
24+
<idea-version />
2725

2826
<depends>com.intellij.modules.platform</depends>
2927
<depends>com.intellij.modules.lang</depends>
@@ -49,7 +47,6 @@
4947
<!--suppress PluginXmlValidity -->
5048
<depends optional="true" config-file="studio-contribs.xml">com.intellij.modules.androidstudio</depends>
5149

52-
5350
<change-notes></change-notes>
5451

5552
<!-- Everything following should be SmallIDE-friendly.-->

0 commit comments

Comments
 (0)