Add IntelliLang to classpath.

This commit is contained in:
Dmitry Trofimov
2014-03-23 00:41:58 +01:00
parent 0178a9fb72
commit 5e8f847ce4
+3
View File
@@ -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") {