mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Add build number to python plugin version.
This commit is contained in:
@@ -149,6 +149,10 @@ target(name: "compile", description: "Compile module python") {
|
||||
fileset(file: "${pluginHome}/pluginResources/META-INF/*.xml")
|
||||
}
|
||||
|
||||
ant.replace(file: "${classesDir}/META-INF/plugin.xml") {
|
||||
replacefilter(token: "@@BUILD_NUMBER@@", value: "${buildNumber}")
|
||||
}
|
||||
|
||||
ant.replaceregexp(file: "${classesDir}/META-INF/plugin.xml",
|
||||
match: "since-build=\"\\d+\\.\\d+\"",
|
||||
replace: "since-build=\"${ideaBuildNumber}\"")
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<name>Python Community Edition</name>
|
||||
<idea-version since-build="134.1007" until-build="134.*"/>
|
||||
<description>Smart editing for Python scripts</description>
|
||||
<version>3.1</version>
|
||||
<version>3.1.1.134.@@BUILD_NUMBER@@</version>
|
||||
<depends>com.intellij.modules.java</depends>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user