From 6edf322867134dcd7a99cc40a5cd9f58cc6548ab Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 19 Apr 2016 20:49:32 +0200 Subject: [PATCH] Removed jcontacts-ejb as this is to generic and needs to be project-dependent. Signed-off-by: Roland Haeder --- .jprojects.sh | 3 ++- dist.sh | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) 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}" ] -- 2.30.2