]> git.mxchange.org Git - juser-activity-lib.git/commitdiff
updated dist.sh
authorRoland Häder <roland@mxchange.org>
Mon, 2 May 2016 07:49:45 +0000 (09:49 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 2 May 2016 07:49:45 +0000 (09:49 +0200)
dist.sh

diff --git a/dist.sh b/dist.sh
index 7c4e1487d5aa2a47018e3ad6f4af66d2c193a6f2..58d917f92024ee2326b909ed17a6c2232f4bc602 100755 (executable)
--- a/dist.sh
+++ b/dist.sh
@@ -29,7 +29,6 @@ PERSONAL_DOMAIN_PATH="${HOME}/personal_domain/lib"
 
 # Generate list
 LIST=`find ../*/lib/${NAME}.jar`
-LIST="${LIST} `find ../*/*-ejb/lib/${NAME}.jar`"
 LIST="${LIST} ${WILDFLY_MODULE_PATH}"
 
 if [ -d "${GLASSFISH_BASE_PATH}" ]