X-Git-Url: https://git.mxchange.org/?p=jprojects-scripts.git;a=blobdiff_plain;f=.jprojects.sh;h=08fe8e7e4fed2175b74074fa833a8c1f49d01a04;hp=e3a416ab3f880359d1655be8f4a3f6bc77c5c72a;hb=4fbb4e7fd2efde809b9742d8944349d824e36efa;hpb=42f995762d9406ae9071e8f863d7e4abcedd7f36 diff --git a/.jprojects.sh b/.jprojects.sh index e3a416a..08fe8e7 100644 --- a/.jprojects.sh +++ b/.jprojects.sh @@ -8,31 +8,31 @@ LIBRARIES="jcore jcoreee \ jcore-logger-lib jcore-logger-ejb \ jcountry-core jcountry-lib \ jphone-core jphone-lib \ - jcontacts-core jcontacts-business-core jcontacts-lib \ + jcontacts-core jcontacts-lib \ + jcontacts-business-core jcontacts-business-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 \ + jaddressbook-share-core jaddressbook-share-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}"