Skip to content

Commit

Permalink
Merge pull request #81 from JeffersonLab/iss80-buildWarnings
Browse files Browse the repository at this point in the history
commented mv of recently-removed jars in the build script
  • Loading branch information
baltzell authored Aug 17, 2023
2 parents 547bfef + 504be70 commit 8a5271c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-coatjava.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ cp -r etc coatjava/
which python3 >& /dev/null && python=python3 || python=python
$python etc/bankdefs/util/bankSplit.py coatjava/etc/bankdefs/hipo4 || exit 1
mkdir -p coatjava/lib/clas
cp external-dependencies/JEventViewer-1.1.jar coatjava/lib/clas/
cp external-dependencies/vecmath-1.3.1-2.jar coatjava/lib/clas/
#cp external-dependencies/JEventViewer-1.1.jar coatjava/lib/clas/
#cp external-dependencies/vecmath-1.3.1-2.jar coatjava/lib/clas/
mkdir -p coatjava/lib/utils
cp external-dependencies/jclara-4.3-SNAPSHOT.jar coatjava/lib/utils
#cp external-dependencies/jaw-1.0.jar coatjava/lib/utils
Expand Down

0 comments on commit 8a5271c

Please sign in to comment.