This is an automated email from the git hooks/post-receive script. New change to branch feature/1197-modularisation in repository lima. See http://git.chorem.org/lima.git from 02bce0d refs #1197 mise à jour des fichiers readme et ajout de fichiers manquants new a2ea31a refs #1197 Le module serveur est responsable du lancement du serveur web The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit a2ea31a92dee4c0b96bd5dd974af8e7d41e01949 Author: dcosse <cosse@codelutin.com> Date: Sun Mar 15 01:50:14 2015 +0100 refs #1197 Le module serveur est responsable du lancement du serveur web Summary of changes: .../chorem/lima/business/api/OptionsService.java | 27 -- lima-business/pom.xml | 11 + .../chorem/lima/business/LimaBusinessConfig.java | 325 ++------------------- .../lima/business/ejb/OptionsServiceImpl.java | 70 ----- .../chorem/lima/service/LimaServiceFactory.java | 6 +- .../org/chorem/lima/business/AbstractLimaTest.java | 2 +- lima-report/pom.xml | 27 +- .../chorem/lima/report/action/ReportBuilder.java | 4 +- .../lima/report/service/DocumentService.java | 9 +- .../lima/report/service/LimaReportConfig.java | 285 +++--------------- .../resources/i18n/lima-report_en_GB.properties | 19 ++ .../resources/i18n/lima-report_fr_FR.properties | 19 ++ lima-server/pom.xml | 56 ++++ .../src/main/java/org.chorem.lima/LimaServer.java | 51 ++-- .../org.chorem.lima/server}/HttpServerService.java | 25 +- .../org.chorem.lima/server/LimaServerConfig.java | 264 +++++------------ lima-swing/pom.xml | 8 +- .../src/main/java/org/chorem/lima/LimaMain.java | 40 +-- .../chorem/lima/LimaSwingApplicationContext.java | 6 - .../main/java/org/chorem/lima/LimaSwingConfig.java | 14 +- .../java/org/chorem/lima/ui/MainViewHandler.java | 7 +- .../java/org/chorem/lima/ui/AbstractLimaTest.java | 3 +- pom.xml | 1 - 23 files changed, 323 insertions(+), 956 deletions(-) copy lima-business/src/main/java/org/chorem/lima/business/LimaBusinessConfig.java => lima-report/src/main/java/org/chorem/lima/report/service/LimaReportConfig.java (65%) rename {lima-report/src/main/java/org/chorem/lima/report/service => lima-server/src/main/java/org.chorem.lima/server}/HttpServerService.java (94%) copy lima-business/src/main/java/org/chorem/lima/business/LimaBusinessConfig.java => lima-server/src/main/java/org.chorem.lima/server/LimaServerConfig.java (75%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.