diff --git a/python/build/python_plugin_build.gant b/python/build/python_plugin_build.gant index 1863c97494f7..5b24d78089e1 100644 --- a/python/build/python_plugin_build.gant +++ b/python/build/python_plugin_build.gant @@ -150,6 +150,9 @@ target(name: "compile", description: "Compile module python") { patternset(refid: "resources.pt") type(type: "file") } + fileset(dir: "${pluginHome}/IntelliLang-python/src") { + include(name: "resources/*.xml") + } fileset(dir: "${pluginHome}/resources") { patternset(refid: "resources.pt") type(type: "file")