From 35f135e881ede9e61381cbe66190951adafb9571 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 8 Oct 2015 17:55:55 +0200 Subject: [PATCH] dist.sh is now generic and can be easily distributed. You should now use it for EJB projects as the EJB jar will be copied to (my system specs, will be improved later on) a Glassfish domain's "lib" directory. I do this here for easy local deployment (not in-place). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit updated jar(s) Signed-off-by: Roland Häder --- dist.sh | 10 ---------- lib/jcore-logger-lib.jar | Bin 2505 -> 2505 bytes 2 files changed, 10 deletions(-) delete mode 100755 dist.sh diff --git a/dist.sh b/dist.sh deleted file mode 100755 index 7faca7c..0000000 --- a/dist.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -NAME="jcore-logger-ejb" -LIST=`find ../*/lib/${NAME}.jar` -LIST="${LIST} `find ../*/*-ejb/lib/${NAME}.jar`" - -for entry in ${LIST}; -do - cp -v dist/${NAME}.jar ${entry} -done diff --git a/lib/jcore-logger-lib.jar b/lib/jcore-logger-lib.jar index cd41f779784981d770aa97276e831dedb6097c87..08556983cb0c2951a4a448c91601b4b676170e20 100644 GIT binary patch delta 152 zcmX>pd{USvz?+$ci-CcIfnj^!L>^71ZG98X7l6o{3Lx?~NMy1aqdAC*XS4-T^BA2$ z)MG|3AhlVa$&d*|C$WSuF>UXgyo1dWB>S1o0YsUy8-S>EcCg?gc6Si(HM=i}vf>B^ RQT-fIU_p*#5EZ~#2>=dgI2ix{ delta 152 zcmX>pd{USvz?+$ci-CcIfg!YWB9A6hNasZJ1x!HpO$8A7TN6l5R%0{=QSpqnAZi|? zGl+W3=mn%U>oXZLf#@Wb5D-0i2b(3(kjbCf96&r%b^{QV&Ta{!7O}g7sMqYiAj*m( S7)14RM1ci4l0j4eXC(l~zAzmC -- 2.39.5