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:
Andrey Vlasovskikh
2017-02-15 15:13:37 +03:00
committed by Andrey Vlasovskikh
parent 2d57e53ff0
commit ab545d06af
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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>