From 1d80d07f6971a669147b9874ce69fd4db4db9550 Mon Sep 17 00:00:00 2001 From: Dmitry Trofimov Date: Sat, 19 Nov 2016 18:08:33 +0100 Subject: [PATCH] Fix Python Community build script (cherry picked from commit 903c96df243ce6514e8d071a0dca8a9e86402463) --- python/build/python_plugin_build.gant | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/build/python_plugin_build.gant b/python/build/python_plugin_build.gant index 62f6e0206c9b..32d5806c06c5 100644 --- a/python/build/python_plugin_build.gant +++ b/python/build/python_plugin_build.gant @@ -37,11 +37,13 @@ target('default': "Build Python Plugin") { "IntelliLang-python", "ipnb", "python-openapi", + "python-community-configure", "python-community-plugin-core", "python-community-plugin-java", "python-psi-api", "python-pydev", "python-community-ide-resources", + "python-community-plugin-resources", "python-community" ] @@ -123,6 +125,7 @@ target('default': "Build Python Plugin") { communityModules.each { module(it) { exclude(name: "**/plugin.xml") + exclude(name: "**/python-community-configure-ide.xml") exclude(name: "**/python-plugin-dependencies.xml") } }