Removed jcontacts-ejb as this is to generic and needs to be project-dependent.
authorRoland Haeder <roland@mxchange.org>
Tue, 19 Apr 2016 18:49:32 +0000 (20:49 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 19 Apr 2016 18:49:32 +0000 (20:49 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
.jprojects.sh
dist.sh

index ae46e9264c8865fa17893850806c2e8e1d1f737a..e43ebcbf4fb62b6909b383c6d3d3b2a7693a3973 100644 (file)
@@ -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 f89c41ebebe050eb1fe4c1b27577ac3660a5cbf3..8d5e1ccb04fa6a5f0ff80cce42a6cbc8d952641b 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}" ]