fix building searchable options

This commit is contained in:
Dmitry Jemerov
2010-02-27 16:58:06 +03:00
parent 65dd374b8e
commit 5dffade33d

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
}
}
}