From: Roland Haeder Date: Fri, 4 Sep 2015 08:26:35 +0000 (+0200) Subject: Also copy it to any EJB lib folders X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5c7a50decb445bbe98caeda7c7ca83242c2ee589;p=jcore-utils.git Also copy it to any EJB lib folders Signed-off-by:Roland Häder --- diff --git a/dist.sh b/dist.sh index 03820f7..e443fc3 100755 --- a/dist.sh +++ b/dist.sh @@ -2,6 +2,7 @@ NAME="jsfcore" LIST=`find ../*/lib/${NAME}.jar` +LIST="${LIST} `find ../*/*-ejb/lib/${NAME}.jar`" for entry in ${LIST}; do