File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -311,10 +311,6 @@ cp -r libexec $prefix_dir/
311311which python3 >& /dev/null && python=python3 || python=python
312312$python etc/bankdefs/util/bankSplit.py $prefix_dir /etc/bankdefs/hipo4 || exit 1
313313
314- # FIXME: this is still needed by one of the tests
315- mkdir -p $prefix_dir /lib/utils
316- cp external-dependencies/jclara-4.3-SNAPSHOT.jar $prefix_dir /lib/utils
317-
318314# build (and test)
319315unset CLAS12DIR
320316if $runUnitTests ; then
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ if [ "${1-}" != '--no-classpath' ]; then
1919 jar_dirs=(
2020 $CLAS12DIR /lib/clas # prioritize the shaded JAR
2121 $CLAS12DIR /lib/services
22- $CLAS12DIR /lib/utils
2322 )
2423 for jar_dir in ${jar_dirs[@]} ; do
2524 if [ -d $jar_dir ]; then
You can’t perform that action at this time.
0 commit comments