diff --git a/python/edu/src/META-INF/PyCharmEduPlugin.xml b/python/edu/src/META-INF/PyCharmEduPlugin.xml index 1da5e69be499..29ae11e1ca4e 100644 --- a/python/edu/src/META-INF/PyCharmEduPlugin.xml +++ b/python/edu/src/META-INF/PyCharmEduPlugin.xml @@ -10,7 +10,7 @@ - + diff --git a/python/ide/src/META-INF/PyCharmCorePlugin.xml b/python/ide/src/META-INF/PyCharmCorePlugin.xml index 6548f04111d1..9784c7bc622d 100644 --- a/python/ide/src/META-INF/PyCharmCorePlugin.xml +++ b/python/ide/src/META-INF/PyCharmCorePlugin.xml @@ -1,6 +1,6 @@ - + diff --git a/python/pluginResources/META-INF/plugin.xml b/python/pluginResources/META-INF/plugin.xml index 7153807829fb..983b2d14798f 100644 --- a/python/pluginResources/META-INF/plugin.xml +++ b/python/pluginResources/META-INF/plugin.xml @@ -20,7 +20,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of JetBrains - + diff --git a/python/src/META-INF/python-core-core.xml b/python/src/META-INF/python-core-common.xml similarity index 99% rename from python/src/META-INF/python-core-core.xml rename to python/src/META-INF/python-core-common.xml index 0b9eb327a3d3..f62638232286 100644 --- a/python/src/META-INF/python-core-core.xml +++ b/python/src/META-INF/python-core-common.xml @@ -491,10 +491,6 @@ - - diff --git a/python/src/META-INF/python-core-ide.xml b/python/src/META-INF/python-core-ide.xml new file mode 100644 index 000000000000..7d11d7ab6531 --- /dev/null +++ b/python/src/META-INF/python-core-ide.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/python/src/META-INF/python-core-plugin.xml b/python/src/META-INF/python-core-plugin.xml new file mode 100644 index 000000000000..ebac43f7f238 --- /dev/null +++ b/python/src/META-INF/python-core-plugin.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/python/src/META-INF/python-core.xml b/python/src/META-INF/python-core.xml deleted file mode 100644 index d1e93625fab9..000000000000 --- a/python/src/META-INF/python-core.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file