From 5e8f847ce401b5a1bb6203758347ffe44776d125 Mon Sep 17 00:00:00 2001 From: Dmitry Trofimov Date: Sun, 23 Mar 2014 00:41:58 +0100 Subject: [PATCH] Add IntelliLang to classpath. --- 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 478a52b93a76..094c515b2ae1 100644 --- a/python/build/python_plugin_build.gant +++ b/python/build/python_plugin_build.gant @@ -86,6 +86,9 @@ target(name: "compile", description: "Compile module python") { fileset(dir: "${ideaPlugins}/terminal/lib") { include(name: "*.jar") } + fileset(dir: "${ideaPlugins}/IntelliLang/lib") { + include(name: "*.jar") + } } ant.path(id: "sourcepath") {