added jfinancials which will be a project based on Addressbok (with addressbook
authorRoland Haeder <roland@mxchange.org>
Thu, 13 Apr 2017 11:45:43 +0000 (13:45 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 13 Apr 2017 11:45:43 +0000 (13:45 +0200)
stuff being removed, of course) to manage personal financials in deep details.

Signed-off-by: Roland Haeder <roland@mxchange.org>
.jprojects.sh

index d849f66215c4c3ab9abb429ee469e69483e1af77..769724c3d808f8e3b029f51a1d0beab9498ac2e6 100644 (file)
@@ -22,13 +22,14 @@ LIBRARIES="jcore jcoreee \
 # 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"
 
 # 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}"