From: Alexey Utkin Date: Thu, 17 Dec 2015 16:41:49 +0000 (+0300) Subject: CPP-434 Returns lost color schemes to plugin X-Git-Tag: clion/144.2988~11 X-Git-Url: https://git.jetbrains.org/?p=idea%2Fcommunity.git;a=commitdiff_plain;h=6475b533de1a9ebe6fbb2f980d509d10aecd268d CPP-434 Returns lost color schemes to plugin --- diff --git a/python/build/python_plugin_build.gant b/python/build/python_plugin_build.gant index 10891b7e637e..96c4bca4fe5d 100644 --- a/python/build/python_plugin_build.gant +++ b/python/build/python_plugin_build.gant @@ -155,6 +155,7 @@ target(name: "compile", description: "Compile module python") { fileset(dir: "${pluginHome}/IntelliLang-python/src") { include(name: "resources/*.xml") } + fileset(dir: "${home}/colorSchemes/src") fileset(dir: "${pluginHome}/ipnb/resources") { patternset(refid: "resources.pt") type(type: "file")