branch support/3.13.x updated (3d63161 -> 3371c73)
This is an automated email from the git hooks/post-receive script. New change to branch support/3.13.x in repository tutti. See http://git.codelutin.com/tutti.git from 3d63161 fixes #6817: [TECHN] Ne pas bloquer l'application à l'ouverture même si certains fichiers temporaires ne peuvent être détruit new 2e30a9b prepare release 3.13.3 new 56f96b8 Finalisation de la release 3.13.3 Merge branch 'release/3.13.3' into support/3.13.x new 3371c73 next version snapshot The 3 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 3371c739cc05e2a70ae8d57464a22c559847775d Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 13 14:49:49 2015 +0000 next version snapshot commit 56f96b88de517c7967de2c895c1b367d6fb47eb7 Merge: 3d63161 2e30a9b Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 13 14:47:38 2015 +0000 Finalisation de la release 3.13.3 Merge branch 'release/3.13.3' into support/3.13.x commit 2e30a9b9542522fcee8c99b28d1d62f1b38f7823 Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 13 14:32:27 2015 +0000 prepare release 3.13.3 Summary of changes: pom.xml | 2 +- tutti-ichtyometer/pom.xml | 2 +- tutti-persistence/pom.xml | 2 +- tutti-report-generator/pom.xml | 2 +- tutti-service/pom.xml | 2 +- tutti-ui-swing-updater/pom.xml | 2 +- tutti-ui-swing/pom.xml | 2 +- .../report/allegro-tutti/common/css/common.css | 27 ++++++++++++++++++++-- .../report/allegro-tutti/common/js/common.js | 23 ++++++++++++++++++ .../report/allegro-tutti/common/js/messages.js | 23 ++++++++++++++++++ .../report/allegro-tutti/common/js/util.js | 23 ++++++++++++++++++ .../allegro-tutti/common/nls/common.properties | 23 ++++++++++++++++++ .../content/operation/catches/CatchCustomTab.java | 24 +++++++++++++++++++ 13 files changed, 148 insertions(+), 9 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch support/3.13.x in repository tutti. See http://git.codelutin.com/tutti.git commit 2e30a9b9542522fcee8c99b28d1d62f1b38f7823 Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 13 14:32:27 2015 +0000 prepare release 3.13.3 --- pom.xml | 2 +- tutti-ichtyometer/pom.xml | 2 +- tutti-persistence/pom.xml | 2 +- tutti-report-generator/pom.xml | 2 +- tutti-service/pom.xml | 2 +- tutti-ui-swing-updater/pom.xml | 2 +- tutti-ui-swing/pom.xml | 2 +- .../report/allegro-tutti/common/css/common.css | 27 ++++++++++++++++++++-- .../report/allegro-tutti/common/js/common.js | 23 ++++++++++++++++++ .../report/allegro-tutti/common/js/messages.js | 23 ++++++++++++++++++ .../report/allegro-tutti/common/js/util.js | 23 ++++++++++++++++++ .../allegro-tutti/common/nls/common.properties | 23 ++++++++++++++++++ .../content/operation/catches/CatchCustomTab.java | 24 +++++++++++++++++++ 13 files changed, 148 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 943fa6f..df58cef 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13.3-SNAPSHOT</version> + <version>3.13.3</version> <packaging>pom</packaging> <name>Tutti</name> diff --git a/tutti-ichtyometer/pom.xml b/tutti-ichtyometer/pom.xml index 6d79c3b..0f2774c 100644 --- a/tutti-ichtyometer/pom.xml +++ b/tutti-ichtyometer/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13.3-SNAPSHOT</version> + <version>3.13.3</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-persistence/pom.xml b/tutti-persistence/pom.xml index c9ce267..efb48cd 100644 --- a/tutti-persistence/pom.xml +++ b/tutti-persistence/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13.3-SNAPSHOT</version> + <version>3.13.3</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-report-generator/pom.xml b/tutti-report-generator/pom.xml index b044424..37e9291 100644 --- a/tutti-report-generator/pom.xml +++ b/tutti-report-generator/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13.3-SNAPSHOT</version> + <version>3.13.3</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-service/pom.xml b/tutti-service/pom.xml index 2bde83e..8148643 100644 --- a/tutti-service/pom.xml +++ b/tutti-service/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13.3-SNAPSHOT</version> + <version>3.13.3</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing-updater/pom.xml b/tutti-ui-swing-updater/pom.xml index 675bd8f..aa1f3b0 100644 --- a/tutti-ui-swing-updater/pom.xml +++ b/tutti-ui-swing-updater/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13.3-SNAPSHOT</version> + <version>3.13.3</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing/pom.xml b/tutti-ui-swing/pom.xml index f479b29..1326001 100644 --- a/tutti-ui-swing/pom.xml +++ b/tutti-ui-swing/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13.3-SNAPSHOT</version> + <version>3.13.3</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/css/common.css b/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/css/common.css index 7d61a6b..cb51ef0 100644 --- a/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/css/common.css +++ b/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/css/common.css @@ -1,3 +1,26 @@ +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 Ifremer + * %% + * 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% + */ /** * ================================================= * GENERAL @@ -148,7 +171,7 @@ /** * ------------------------------------------------- - * Styles particuliers (� appliquer de mani�re explicite dans le rapport) + * Styles particuliers (� appliquer de mani�re explicite dans le rapport) * ------------------------------------------------- */ .grid-contacts { @@ -236,7 +259,7 @@ /** * ------------------------------------------------- - * Styles particuliers (� appliquer de mani�re explicite dans le rapport) + * Styles particuliers (� appliquer de mani�re explicite dans le rapport) * ------------------------------------------------- */ diff --git a/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/js/common.js b/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/js/common.js index 2c58872..edd0309 100644 --- a/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/js/common.js +++ b/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/js/common.js @@ -1,3 +1,26 @@ +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 Ifremer + * %% + * 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% + */ /* =================================================================== * common.js * ------------------------------------------------------------------- diff --git a/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/js/messages.js b/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/js/messages.js index 46edb0a..207b73a 100644 --- a/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/js/messages.js +++ b/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/js/messages.js @@ -1,3 +1,26 @@ +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 Ifremer + * %% + * 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% + */ /* =================================================================== * message.js * ------------------------------------------------------------------- diff --git a/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/js/util.js b/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/js/util.js index 3d46710..fb7ae17 100644 --- a/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/js/util.js +++ b/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/js/util.js @@ -1,3 +1,26 @@ +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 Ifremer + * %% + * 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% + */ /* =================================================================== * util.js * ------------------------------------------------------------------- diff --git a/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/nls/common.properties b/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/nls/common.properties index 5b1f511..8f1931a 100644 --- a/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/nls/common.properties +++ b/tutti-ui-swing/src/main/assembly/report/allegro-tutti/common/nls/common.properties @@ -1,3 +1,26 @@ +### +# #%L +# Tutti :: UI +# $Id:$ +# $HeadURL:$ +# %% +# Copyright (C) 2012 - 2015 Ifremer +# %% +# 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% +### annee = Ann\u00E9e : diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/CatchCustomTab.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/CatchCustomTab.java index 20a76ea..cf9e459 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/CatchCustomTab.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/CatchCustomTab.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.content.operation.catches; +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 Ifremer + * %% + * 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% + */ + import fr.ifremer.tutti.ui.swing.util.AbstractTuttiBeanUIModel; import org.nuiton.jaxx.application.ApplicationTechnicalException; import org.nuiton.jaxx.application.swing.tab.CustomTab; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch support/3.13.x in repository tutti. See http://git.codelutin.com/tutti.git commit 56f96b88de517c7967de2c895c1b367d6fb47eb7 Merge: 3d63161 2e30a9b Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 13 14:47:38 2015 +0000 Finalisation de la release 3.13.3 Merge branch 'release/3.13.3' into support/3.13.x pom.xml | 2 +- tutti-ichtyometer/pom.xml | 2 +- tutti-persistence/pom.xml | 2 +- tutti-report-generator/pom.xml | 2 +- tutti-service/pom.xml | 2 +- tutti-ui-swing-updater/pom.xml | 2 +- tutti-ui-swing/pom.xml | 2 +- .../report/allegro-tutti/common/css/common.css | 27 ++++++++++++++++++++-- .../report/allegro-tutti/common/js/common.js | 23 ++++++++++++++++++ .../report/allegro-tutti/common/js/messages.js | 23 ++++++++++++++++++ .../report/allegro-tutti/common/js/util.js | 23 ++++++++++++++++++ .../allegro-tutti/common/nls/common.properties | 23 ++++++++++++++++++ .../content/operation/catches/CatchCustomTab.java | 24 +++++++++++++++++++ 13 files changed, 148 insertions(+), 9 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch support/3.13.x in repository tutti. See http://git.codelutin.com/tutti.git commit 3371c739cc05e2a70ae8d57464a22c559847775d Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 13 14:49:49 2015 +0000 next version snapshot --- pom.xml | 2 +- tutti-ichtyometer/pom.xml | 2 +- tutti-persistence/pom.xml | 2 +- tutti-report-generator/pom.xml | 2 +- tutti-service/pom.xml | 2 +- tutti-ui-swing-updater/pom.xml | 2 +- tutti-ui-swing/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index df58cef..4dfa46e 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13.3</version> + <version>3.13.4-SNAPSHOT</version> <packaging>pom</packaging> <name>Tutti</name> diff --git a/tutti-ichtyometer/pom.xml b/tutti-ichtyometer/pom.xml index 0f2774c..5c5b6a5 100644 --- a/tutti-ichtyometer/pom.xml +++ b/tutti-ichtyometer/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13.3</version> + <version>3.13.4-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-persistence/pom.xml b/tutti-persistence/pom.xml index efb48cd..b39215e 100644 --- a/tutti-persistence/pom.xml +++ b/tutti-persistence/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13.3</version> + <version>3.13.4-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-report-generator/pom.xml b/tutti-report-generator/pom.xml index 37e9291..5ca6c75 100644 --- a/tutti-report-generator/pom.xml +++ b/tutti-report-generator/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13.3</version> + <version>3.13.4-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-service/pom.xml b/tutti-service/pom.xml index 8148643..dd2181c 100644 --- a/tutti-service/pom.xml +++ b/tutti-service/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13.3</version> + <version>3.13.4-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing-updater/pom.xml b/tutti-ui-swing-updater/pom.xml index aa1f3b0..c981505 100644 --- a/tutti-ui-swing-updater/pom.xml +++ b/tutti-ui-swing-updater/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13.3</version> + <version>3.13.4-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing/pom.xml b/tutti-ui-swing/pom.xml index 1326001..a0a5292 100644 --- a/tutti-ui-swing/pom.xml +++ b/tutti-ui-swing/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13.3</version> + <version>3.13.4-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm