Removed <version> and <idea-version> that are generated during the build

This commit is contained in:
Andrey Vlasovskikh
2017-01-27 18:24:16 +03:00
parent ab545d06af
commit 7f5e1c49e9
2 changed files with 0 additions and 6 deletions

View File

@@ -4,7 +4,6 @@
<id>PythonCore</id>
<name>Python Community Edition</name>
<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,9 +14,6 @@ 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>0.0.0.0</version>
<vendor url="https://www.jetbrains.com/pycharm/">JetBrains</vendor>
<xi:include href="/META-INF/python-core-plugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
<xi:include href="/META-INF/python-community-plugin-core.xml" xpointer="xpointer(/idea-plugin/*)"/>

View File

@@ -3,8 +3,6 @@
<id>org.jetbrains.plugins.rest</id>
<description>This plugin enables support for reStructuredText files (*.rst)</description>
<vendor>JetBrains</vendor>
<version>0.0</version>
<idea-version since-build="000.000" until-build="999.999"/>
<depends>com.intellij.modules.lang</depends>
<xi:include href="/META-INF/rest.xml" xpointer="xpointer(/idea-plugin/*)"/>