CPP-434 Split [python-community-plugin] into [python-community-core-plugin] and [python-community-java-plugin] #4, isolation [PythonConsoleRunnerFactory] as single point export, move [PyForceStepIntoAction] export to owner module

This commit is contained in:
Alexey Utkin
2015-12-15 18:42:17 +03:00
parent ec996bc56c
commit 79408f2821
22 changed files with 31 additions and 44 deletions
@@ -28,11 +28,4 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
plugins are loaded as separate plugins) and another is used for the real release build (when auxiliary
plugins are packed inside the Python plugin jar) -->
<xi:include href="/META-INF/python-plugin-dependencies.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>