From: Roland Haeder <roland@mxchange.org>
Date: Thu, 8 Oct 2015 15:55:55 +0000 (+0200)
Subject: dist.sh is now generic and can be easily distributed. You should now use it for
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=35f135e881ede9e61381cbe66190951adafb9571;p=jcore-logger-ejb.git

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).

updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
---

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 cd41f77..0855698 100644
Binary files a/lib/jcore-logger-lib.jar and b/lib/jcore-logger-lib.jar differ