From 5c7a50decb445bbe98caeda7c7ca83242c2ee589 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 4 Sep 2015 10:26:35 +0200 Subject: [PATCH] =?utf8?q?Also=20copy=20it=20to=20any=20EJB=20lib=20folder?= =?utf8?q?s=20Signed-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- dist.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5