Skip to content

Commit 61f7e8e

Browse files
committed
build: remove our jclara JAR
1 parent c39b3ac commit 61f7e8e

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

build-coatjava.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,6 @@ cp -r libexec $prefix_dir/
311311
which 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)
319315
unset CLAS12DIR
320316
if $runUnitTests; then
-420 KB
Binary file not shown.

libexec/env.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)