]> git.mxchange.org Git - jshop-receipt-core.git/blob - dist.sh
auto-formatted project + updated jars
[jshop-receipt-core.git] / dist.sh
1 #!/bin/sh
2
3 NAME="jshop-receipt-lib"
4 LIST=`find ../*/lib/${NAME}.jar`
5 LIST="${LIST} `find ../*/*-ejb/lib/${NAME}.jar`"
6
7 for entry in ${LIST};
8 do
9         cp -v dist/${NAME}.jar ${entry}
10 done