From: Roland Haeder Date: Tue, 19 Apr 2016 17:17:43 +0000 (+0200) Subject: updated dist.sh X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5aa8ea5f287bb77e57556b50c2ad013b7bfa77a7;p=jcore-swing.git updated dist.sh --- diff --git a/dist.sh b/dist.sh index 54fcb45..8d5e1cc 100755 --- 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}" ] @@ -51,7 +50,6 @@ then elif [ ! -d "${WILDFLY_MODULE_BASE_PATH}" ] then echo "$0: WildFly base path '${WILDFLY_MODULE_BASE_PATH}' not created." - exit 1 elif [ ! -d "${WILDFLY_MODULE_PATH}" ] then mkdir -vp "${WILDFLY_MODULE_PATH}"