]> git.mxchange.org Git - jcore-logger-ejb.git/commitdiff
dist.sh is now generic and can be easily distributed. You should now use it for
authorRoland Haeder <roland@mxchange.org>
Thu, 8 Oct 2015 15:55:55 +0000 (17:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 8 Oct 2015 15:55:55 +0000 (17:55 +0200)
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).

updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
dist.sh [deleted file]
lib/jcore-logger-lib.jar

diff --git a/dist.sh b/dist.sh
deleted file mode 100755 (executable)
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
index cd41f779784981d770aa97276e831dedb6097c87..08556983cb0c2951a4a448c91601b4b676170e20 100644 (file)
Binary files a/lib/jcore-logger-lib.jar and b/lib/jcore-logger-lib.jar differ