mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Converted Python plugin build scripts to newer API
Updated non-bundled plugins built together with Python plugins as well: localization, rest, vagrant. Changed the versioning scheme for vagrant in order to match the current platform build. Set until-build for all the plugins.
This commit is contained in:
committed by
Andrey Vlasovskikh
parent
2d57e53ff0
commit
ab545d06af
@@ -4,7 +4,7 @@
|
||||
|
||||
<id>PythonCore</id>
|
||||
<name>Python Community Edition</name>
|
||||
<idea-version since-build="SNAPSHOT"/>
|
||||
<idea-version since-build="000.000" until-build="999.999"/>
|
||||
|
||||
<description><![CDATA[
|
||||
The Python plug-in provides smart editing for Python scripts. The feature set of the plugin
|
||||
@@ -15,7 +15,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
<a href="https://youtrack.jetbrains.com/issues/PY">Issue tracker</a><br>
|
||||
]]></description>
|
||||
|
||||
<version>@@PYCHARM_VERSION@@</version>
|
||||
<version>0.0.0.0</version>
|
||||
|
||||
|
||||
<vendor url="https://www.jetbrains.com/pycharm/">JetBrains</vendor>
|
||||
|
||||
Reference in New Issue
Block a user