diff --git a/python/build/python_plugin_build.gant b/python/build/python_plugin_build.gant index 6fdbd3e90fd2..8cc45d3e8783 100644 --- a/python/build/python_plugin_build.gant +++ b/python/build/python_plugin_build.gant @@ -143,6 +143,7 @@ target(name: "compile", description: "Compile module python") { ant.mkdir(dir: "${classesDir}/META-INF") ant.copy(todir: "${classesDir}/META-INF") { fileset(file: "${pluginHome}/pluginSrc/META-INF/*.xml") + fileset(file: "${pluginHome}/pluginResources/META-INF/*.xml") } ant.replaceregexp(file: "${classesDir}/META-INF/plugin.xml", diff --git a/python/pluginResources/META-INF/plugin.xml b/python/pluginResources/META-INF/plugin.xml new file mode 100644 index 000000000000..ab57b46eb7c9 --- /dev/null +++ b/python/pluginResources/META-INF/plugin.xml @@ -0,0 +1,16 @@ + + + + PythonCore + Python Community Edition + + Smart editing for Python scripts + 3.0 + com.intellij.modules.java + + + JetBrains, Keith Lea + + +