mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
testFramework & junit exluded from classpath fo build_searchable_options task
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user