From: Roland Haeder Date: Tue, 19 Apr 2016 18:49:32 +0000 (+0200) Subject: Removed jcontacts-ejb as this is to generic and needs to be project-dependent. X-Git-Url: https://git.mxchange.org/?p=jprojects-scripts.git;a=commitdiff_plain;h=6a2a2ba158d7e937a2abbafe622b92ae28e22601 Removed jcontacts-ejb as this is to generic and needs to be project-dependent. Signed-off-by: Roland Haeder --- diff --git a/.jprojects.sh b/.jprojects.sh index ae46e92..e43ebcb 100644 --- a/.jprojects.sh +++ b/.jprojects.sh @@ -5,9 +5,10 @@ LIST="jcore jcoreee \ jcore-logger-lib jcore-logger-ejb \ jcountry-core jcountry-lib \ jphone-core jphone-lib \ - jcontacts-core jcontacts-business-core jcontacts-lib jcontacts-ejb \ + jcontacts-core jcontacts-business-core jcontacts-lib \ juser-core juser-lib \ jletter-core jletter-lib jletter-ejb \ + jaddressbook-core \ jmailer-ee \ jcore-swing \ jcustomer-core jcustomer-lib \ diff --git a/dist.sh b/dist.sh index f89c41e..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}" ]