testFramework & junit exluded from classpath fo build_searchable_options task

This commit is contained in:
nik
2011-02-18 10:36:47 +03:00
parent d5492e16c7
commit 191a33e839
-2
View File
@@ -281,11 +281,9 @@ def build_searchable_options() {
arg(line: "traverseUI ${dest_dir}/searchableOptions.xml")
classpath() {
pathelement(location: "$ch/lib/junit.jar")
project["python-ide"].runtimeClasspath().each {
pathelement(location: it)
}
pathelement(location: project.builder.moduleOutput(project["testFramework"])) // contains headless implementation classes
}
}
}