From 0178a9fb721f325ae2f666acdedbfab3b2d080bf Mon Sep 17 00:00:00 2001 From: Dmitry Trofimov Date: Sun, 23 Mar 2014 00:11:47 +0100 Subject: [PATCH] Add IntelliLang-python to community plugin build. --- python/build/python_plugin_build.gant | 1 + 1 file changed, 1 insertion(+) diff --git a/python/build/python_plugin_build.gant b/python/build/python_plugin_build.gant index 261313a5afea..478a52b93a76 100644 --- a/python/build/python_plugin_build.gant +++ b/python/build/python_plugin_build.gant @@ -96,6 +96,7 @@ target(name: "compile", description: "Compile module python") { include(name: "pydevSrc") include(name: "openapi/src") include(name: "psi-api/src") + include(name: "IntelliLang-python/src") } } //The task requires the following libraries from IntelliJ IDEA distribution: