fix building searchable options

This commit is contained in:
Dmitry Jemerov
2010-02-27 17:02:13 +03:00
parent 65dd374b8e
commit 5dffade33d
+1
View File
@@ -220,6 +220,7 @@ def build_searchable_options() {
project["python-ide"].runtimeClasspath().each {
pathelement(location: it)
}
pathelement(location: project.builder.moduleOutput(project["testFramework"])) // contains headless implementation classes
}
}
}