From: Roland Haeder Date: Mon, 25 Apr 2016 18:59:46 +0000 (+0200) Subject: First update this project, then others. X-Git-Url: https://git.mxchange.org/?p=jprojects-scripts.git;a=commitdiff_plain;h=c89e595742d916b9318471932888ce3dc0ec64b5 First update this project, then others. Signed-off-by: Roland Haeder --- diff --git a/.jprojects.sh b/.jprojects.sh index db32b13..0f68140 100644 --- a/.jprojects.sh +++ b/.jprojects.sh @@ -1,7 +1,11 @@ #!/bin/bash +# Tools repository +LIST="jprojects-scripts" + # Libraries and EJBs -LIST="jcore jcoreee \ +LIST="${LIST} \ + jcore jcoreee \ jcore-logger-lib jcore-logger-ejb \ jcountry-core jcountry-lib \ jphone-core jphone-lib \ @@ -23,9 +27,6 @@ LIST="${LIST} jratecalc-lib jratecalc-core jratecalc-mailer jratecalc-ejb jratecalc jratecalc-war \ addressbook-lib addressbook-mailer addressbook-ejb addressbook addressbook-war addressbook-uml" -# Tools repository -LIST="${LIST} jprojects-scripts" - # BROKEN: LIST="${LIST} addressbook-swing"