summaryrefslogtreecommitdiff
path: root/python/pluginResources/META-INF/plugin.xml
blob: 4539edaa107bb4ae7f08911fc208ed24ae4efa66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude" url="http://confluence.jetbrains.com/display/PYH/">
  <!-- Components and extensions declared in this file work ONLY in Python plugin, not in standalone PyCharm.
       Anything related to Python/Java integration must go in this file. -->

  <id>PythonCore</id>
  <name>Python Community Edition</name>
  <idea-version since-build="138.0" until-build="138.*"/>

  <description><![CDATA[
The Python plug-in provides smart editing for Python scripts. The feature set of the plugin
 corresponds to PyCharm IDE Community Edition.
<br>
<a href="http://blog.jetbrains.com/pycharm">PyCharm blog</a><br>
<a href="http://forum.jetbrains.com/forum/PyCharm">Discussion forum</a><br>
<a href="http://youtrack.jetbrains.com/issues/PY">Issue tracker</a><br>
]]></description>

  <version>4.0.@@BUILD_NUMBER@@</version>
  <depends>com.intellij.modules.java</depends>


  <vendor url="http://www.jetbrains.com/pycharm/" logo="/com/jetbrains/python/python.png">JetBrains</vendor>
  <xi:include href="/META-INF/python-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
  <xi:include href="/META-INF/python-plugin-core.xml" xpointer="xpointer(/idea-plugin/*)"/>

  <application-components>
    <component>
      <interface-class>com.jetbrains.python.console.PythonConsoleRunnerFactory</interface-class>
      <implementation-class>com.jetbrains.python.console.PydevConsoleRunnerFactory</implementation-class>
    </component>
  </application-components>
</idea-plugin>