From 8da3dfb9aa7f0241f3579efa29bd57c2568aa830 Mon Sep 17 00:00:00 2001 From: Dmitry Trofimov Date: Sun, 23 Mar 2014 01:15:10 +0100 Subject: [PATCH] Copy IntelliLang-python resources. --- python/build/python_plugin_build.gant | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/build/python_plugin_build.gant b/python/build/python_plugin_build.gant index 094c515b2ae1..dc37d14f4480 100644 --- a/python/build/python_plugin_build.gant +++ b/python/build/python_plugin_build.gant @@ -139,6 +139,10 @@ target(name: "compile", description: "Compile module python") { patternset(refid: "resources.pt") type(type: "file") } + fileset(dir: "${pluginHome}/IntelliLang-python/src") { + patternset(refid: "resources.pt") + type(type: "file") + } fileset(dir: "${pluginHome}/resources") { patternset(refid: "resources.pt") type(type: "file")