Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions build-coatjava.sh
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,6 @@ cp -r libexec $prefix_dir/
which python3 >& /dev/null && python=python3 || python=python
$python etc/bankdefs/util/bankSplit.py $prefix_dir/etc/bankdefs/hipo4 || exit 1

# FIXME: this is still needed by one of the tests
mkdir -p $prefix_dir/lib/utils
cp external-dependencies/jclara-4.3-SNAPSHOT.jar $prefix_dir/lib/utils

# build (and test)
unset CLAS12DIR
if $runUnitTests; then
Expand Down
1 change: 0 additions & 1 deletion common-tools/coat-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@
<exclude>cnuphys:jogl-all</exclude>
<exclude>cnuphys:jogl</exclude>
<exclude>cnuphys:gluegen</exclude>
<exclude>org.jlab.coda:jclara</exclude>
<exclude>org.jacoco</exclude>
</excludes>
</artifactSet>
Expand Down
Binary file removed external-dependencies/jclara-4.3-SNAPSHOT.jar
Binary file not shown.
1 change: 0 additions & 1 deletion libexec/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ if [ "${1-}" != '--no-classpath' ]; then
jar_dirs=(
$CLAS12DIR/lib/clas # prioritize the shaded JAR
$CLAS12DIR/lib/services
$CLAS12DIR/lib/utils
)
for jar_dir in ${jar_dirs[@]}; do
if [ -d $jar_dir ]; then
Expand Down
Loading