X-Git-Url: https://git.mxchange.org/?p=jprojects-scripts.git;a=blobdiff_plain;f=.jprojects.sh;h=ea6acd75ee36df583efea9b9bc1e5a1672d5226a;hp=e3a416ab3f880359d1655be8f4a3f6bc77c5c72a;hb=dcb3f1861ead93598bb7e1a030d30410b2f8b71f;hpb=42f995762d9406ae9071e8f863d7e4abcedd7f36 diff --git a/.jprojects.sh b/.jprojects.sh index e3a416a..ea6acd7 100644 --- a/.jprojects.sh +++ b/.jprojects.sh @@ -11,28 +11,26 @@ LIBRARIES="jcore jcoreee \ jcontacts-core jcontacts-business-core jcontacts-lib \ juser-core juser-lib \ juser-activity-core juser-activity-lib \ - jletter-core jletter-lib jletter-ejb \ + jletter-core jletter-lib \ jaddressbook-core jaddressbook-lib \ jmailer-ee \ jcore-swing \ jcustomer-core jcustomer-lib \ - jshop-core jshop-ee-lib jshop-ejb \ - jshop-receipt-lib jshop-receipt-ejb" + jproduct-core jproduct-lib \ + jshop-core jshop-ee-lib \ + jshop-receipt-lib" # Applications and their special libs/EJBs APPLICATIONS="pizzaservice-core pizzaservice-lib pizzaservice-mailer pizzaservice-ejb pizzaservice-swing \ jjobs-core jjobs-lib jjobs-mailer jjobs-ejb jjobs-war jjobs \ + jfinancials-core jfinancials-lib jfinancials-mailer jfinancials-ejb jfinancials-war jfinancials addressbook-core addressbook-lib addressbook-mailer addressbook-ejb addressbook-war addressbook addressbook-uml" # Company-specific projects -COMPANY_APPS="jrecruiter-core jrecruiter-lib jrecruiter-mailer jrecruiter-ejb jrecruiter-war jrecruiter \ - jratecalc-core jratecalc-lib jratecalc-mailer jratecalc-ejb jratecalc-war jratecalc \ - jlandingpage-core jlandingpage-lib jlandingpage-mailer jlandingpage-ejb jlandingpage-war jlandingpage \ - jcalculator-core jcalculator-lib jcalculator-mailer jcalculator-ejb jcalculator-war jcalculator \ - jreports-core jreports-lib jreports-mailer jreports-ejb jreports-war jreports" +COMPANY_APPS="jrecruiter-core jrecruiter-lib jrecruiter-mailer jrecruiter-ejb jrecruiter-war jrecruiter" # Broken (needs fixing) -BROKEN="addressbook-swing pizzaservice-war pizzaservice" +BROKEN="addressbook-swing jfinancials-swing pizzaservice-war pizzaservice" # Compile list ALL_PROJECTS="${THIS} ${LIBRARIES} ${APPLICATIONS} ${COMPANY_APPS} ${BROKEN}"