This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 6161aff9b650d8cc9f535716b0ec7c8d9b66de19 Author: David Cossé <cosse@codelutin.com> Date: Thu Oct 26 22:53:23 2017 +0200 refs #1373 Mise à jour de la documentation --- lima-business-api/pom.xml | 22 +++++++++++++++++++++ lima-business/pom.xml | 22 +++++++++++++++++++++ lima-callao/pom.xml | 22 +++++++++++++++++++++ lima-report/pom.xml | 22 +++++++++++++++++++++ lima-server/pom.xml | 22 +++++++++++++++++++++ lima-swing/pom.xml | 22 +++++++++++++++++++++ .../chorem/lima/enums/MainUiRefreshComponent.java | 22 +++++++++++++++++++++ pom.xml | 22 +++++++++++++++++++++ src/site/rst/backup.rst | 23 +++++++++++++++++++++- src/site/rst/contact.rst | 5 ++--- src/site/rst/importexport.rst | 2 +- src/site/rst/index.rst | 8 ++++---- src/site/rst/install.rst | 19 ++++++++++++++++-- 13 files changed, 222 insertions(+), 11 deletions(-) diff --git a/lima-business-api/pom.xml b/lima-business-api/pom.xml index 98e4762b..6c1889c8 100644 --- a/lima-business-api/pom.xml +++ b/lima-business-api/pom.xml @@ -1,4 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Lima :: Business API + %% + Copyright (C) 2008 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/lima-business/pom.xml b/lima-business/pom.xml index c302b482..ea0a2e07 100644 --- a/lima-business/pom.xml +++ b/lima-business/pom.xml @@ -1,4 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Lima :: Business + %% + Copyright (C) 2008 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/lima-callao/pom.xml b/lima-callao/pom.xml index c6b4b604..215b193e 100644 --- a/lima-callao/pom.xml +++ b/lima-callao/pom.xml @@ -1,4 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Lima :: Callao + %% + Copyright (C) 2008 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/lima-report/pom.xml b/lima-report/pom.xml index d97c60b5..8ed8fe41 100644 --- a/lima-report/pom.xml +++ b/lima-report/pom.xml @@ -1,4 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Lima :: Report + %% + Copyright (C) 2008 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/lima-server/pom.xml b/lima-server/pom.xml index 47308440..397a98d3 100644 --- a/lima-server/pom.xml +++ b/lima-server/pom.xml @@ -1,4 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Lima :: Server + %% + Copyright (C) 2008 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/lima-swing/pom.xml b/lima-swing/pom.xml index 864fdbdd..c1dfb444 100644 --- a/lima-swing/pom.xml +++ b/lima-swing/pom.xml @@ -1,4 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Lima :: Swing + %% + Copyright (C) 2008 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/lima-swing/src/main/java/org/chorem/lima/enums/MainUiRefreshComponent.java b/lima-swing/src/main/java/org/chorem/lima/enums/MainUiRefreshComponent.java index 0f23913c..292a9569 100644 --- a/lima-swing/src/main/java/org/chorem/lima/enums/MainUiRefreshComponent.java +++ b/lima-swing/src/main/java/org/chorem/lima/enums/MainUiRefreshComponent.java @@ -1,5 +1,27 @@ package org.chorem.lima.enums; +/*- + * #%L + * Lima :: Swing + * %% + * Copyright (C) 2008 - 2017 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + public enum MainUiRefreshComponent { ACCOUNT_PANE, ENTRY_BOOK_PANE, diff --git a/pom.xml b/pom.xml index 943ee1a9..c26e3b5f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Lima + %% + Copyright (C) 2008 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/src/site/rst/backup.rst b/src/site/rst/backup.rst index a2c196d9..f02d228c 100644 --- a/src/site/rst/backup.rst +++ b/src/site/rst/backup.rst @@ -1,3 +1,24 @@ +.. - +.. * #%L +.. * Lima +.. * %% +.. * Copyright (C) 2008 - 2017 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Sauvegarde / Restauration ------------------------- @@ -21,4 +42,4 @@ Base de données Postgresql Depuis la version 0.8.7 il est possible de définir une base de données Postgresql. -Dans ce cas utilisez les commandes **pg_dump** et **pg_restore**. \ No newline at end of file +Dans ce cas utilisez les commandes **pg_dump** et **pg_restore**. diff --git a/src/site/rst/contact.rst b/src/site/rst/contact.rst index d4331aa6..bf0d3876 100644 --- a/src/site/rst/contact.rst +++ b/src/site/rst/contact.rst @@ -2,7 +2,7 @@ .. * #%L .. * Lima .. * %% -.. * Copyright (C) 2008 - 2010 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -39,8 +39,7 @@ un email à la(es) liste(s)). Support ~~~~~~~ -`Code Lutin`_ est une `Société de Services en Logiciels Libres`_ spécialisée dans les -technologies Java/J2EE, XML, UML. Son offre s'étend à l'audit, au conseil, à la +`Code Lutin`_ est une `Société de Services en Logiciels Libres`_ spécialiste du logiciel libre, des langages Java et Javascript depuis 2002. Son offre s'étend à l'audit, au conseil, à la Tierce Maintenance Applicative et à la formation. SASPO Code Lutin diff --git a/src/site/rst/importexport.rst b/src/site/rst/importexport.rst index b4bab5f3..813135ca 100644 --- a/src/site/rst/importexport.rst +++ b/src/site/rst/importexport.rst @@ -2,7 +2,7 @@ .. * #%L .. * Lima .. * %% -.. * Copyright (C) 2008 - 2010 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as diff --git a/src/site/rst/index.rst b/src/site/rst/index.rst index 32227772..f7f4433c 100644 --- a/src/site/rst/index.rst +++ b/src/site/rst/index.rst @@ -2,7 +2,7 @@ .. * #%L .. * Lima .. * %% -.. * Copyright (C) 2008 - 2010 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -66,9 +66,9 @@ Architecture Lima est un projet `Maven`_ multi-module, il est en réalité composé de trois projets Java : - * lima-business ; - * lima-callao ; - * lima-swing. + * lima-business + * lima-callao + * lima-swing Lima-callao ~~~~~~~~~~~ diff --git a/src/site/rst/install.rst b/src/site/rst/install.rst index 08c1cd3f..ee73a8b2 100644 --- a/src/site/rst/install.rst +++ b/src/site/rst/install.rst @@ -2,7 +2,7 @@ .. * #%L .. * Lima .. * %% -.. * Copyright (C) 2008 - 2010 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -24,12 +24,27 @@ Installer et lancer Lima ------------------------- -Installez Lima en quelques instants : Téléchargez l'archive lima-VERSION-bin.zip sur la `page de téléchargement`_ puis décompressez le fichier téléchargé. +Pré-requis +---------- **Attention:** Depuis la version 0.6 de Lima nécessite `Java en version 7`_. **Attention:** Depuis la version 0.8.6 de Lima nécessite `Java en version 8`_. +Téléchargement +-------------- + +Rendez-vous sur notre `page de téléchargement`_ + +Pour une utilisation monoposte téléchargez l'archive **lima-VERSION-bin.zip** + +Pour une utilisation multi-poste en mode clients serveur téléchargez l'archive **lima-server-VERSION-bin.zip** + +Installation/Lancement +---------------------- + +Décompressez l'archive **lima-VERSION-bin.zip** ou **lima-server-VERSION-bin.zip** + Pour lancer l'application : - Sous Linux : via le script *lima* ou en ligne de commande *java -jar lima.jar* ; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.