Fix Python Community build script

(cherry picked from commit 903c96df243ce6514e8d071a0dca8a9e86402463)
This commit is contained in:
Dmitry Trofimov
2016-11-22 12:58:08 +01:00
parent cee6e8fcf4
commit 1d80d07f69
+3
View File
@@ -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")
}
}