branch develop updated (8f83cfd -> e5e16fb)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from 8f83cfd Bien réinitialiser les champs calculé avant un nouveau calcul (Fixes #7705) new c783db0 Use i18n 3.6.1 new cada6c4 Fix dependencies pb new 63c8799 clean pom new e5e16fb Prepare next release \o/ The 4 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 e5e16fbc17deb7c4da42f63e1eca0d4dd3059235 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 2 14:46:57 2016 +0200 Prepare next release \o/ commit 63c87997657792e3f65724a5ec66f8d772975425 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 2 14:46:37 2016 +0200 clean pom commit cada6c479877fddc2ca3028bbec37c89f98a5048 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 2 14:32:38 2016 +0200 Fix dependencies pb commit c783db079c58f7295b3806eb240e0305ea4fb217 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 2 14:30:05 2016 +0200 Use i18n 3.6.1 Summary of changes: .../src/license/THIRD-PARTY.properties | 5 +- .../ObserveSwingApplicationActionDefinition.java | 22 ++++ .../validators/QuadrantFieldDtoValidator.java | 22 ++++ application-swing/pom.xml | 76 ++++++------ .../src/license/THIRD-PARTY.properties | 3 +- pom.xml | 138 ++++++++------------- .../main/java/fr/ird/observe/util/ObserveUtil.java | 22 ++++ .../src/main/resources/xwork.xml | 21 ++++ .../topia/validators/QuadrantFieldValidator.java | 22 ++++ .../validate/ServiceValidationException.java | 22 ++++ 10 files changed, 226 insertions(+), 127 deletions(-) copy {services-rest => application-swing-configuration}/src/license/THIRD-PARTY.properties (89%) copy {services-rest => application-web-configuration}/src/license/THIRD-PARTY.properties (93%) -- 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 develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit c783db079c58f7295b3806eb240e0305ea4fb217 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 2 14:30:05 2016 +0200 Use i18n 3.6.1 --- application-swing/pom.xml | 58 ++++++++++++++++++++++++++++++----------------- pom.xml | 2 +- 2 files changed, 38 insertions(+), 22 deletions(-) diff --git a/application-swing/pom.xml b/application-swing/pom.xml index b9a5abf..b8bfbe2 100644 --- a/application-swing/pom.xml +++ b/application-swing/pom.xml @@ -420,27 +420,43 @@ <goal>generateI18nEnumHelper</goal> </goals> <configuration> - <prefix>observe.enum.</prefix> - <enumsWithLabel> - <enum>fr.ird.observe.services.dto.constants.GearType</enum> - <enum>fr.ird.observe.services.dto.constants.ReferenceStatus</enum> - <enum>fr.ird.observe.services.dto.constants.TripMapPointType</enum> - <enum>fr.ird.observe.services.dto.constants.seine.SchoolType</enum> - <enum>fr.ird.observe.services.dto.constants.seine.TypeTransmittingBuoyOperation</enum> - <enum>fr.ird.observe.services.dto.constants.seine.Ownership</enum> - <enum>fr.ird.observe.services.dto.constants.seine.NonTargetCatchComputedValueSource</enum> - <enum>fr.ird.observe.application.swing.ui.content.ref.impl.ProgramObservationEnum</enum> - <enum>fr.ird.observe.application.swing.ui.admin.synchronize.referential.ReferentialSynchronizeMode</enum> - </enumsWithLabel> - <enumsWithLabelAndDescription> - <enum>fr.ird.observe.application.swing.configuration.constants.CreationMode</enum> - <enum>fr.ird.observe.application.swing.configuration.constants.DbMode</enum> - <enum>fr.ird.observe.application.swing.validation.ValidationModelMode</enum> - <enum>fr.ird.observe.application.swing.ui.storage.StorageStep</enum> - <enum>fr.ird.observe.application.swing.ui.storage.ObstunaAdminAction</enum> - <enum>fr.ird.observe.application.swing.ui.admin.AdminStep</enum> - <enum>fr.ird.observe.application.swing.db.constants.ConnexionStatus</enum> - </enumsWithLabelAndDescription> + <enumerationSets> + <enumerationSet> + <name>label</name> + <pattern>observe.enum.@CLASS_NAME@.@NAME@</pattern> + <enums> + <enum>fr.ird.observe.services.dto.constants.GearType</enum> + <enum>fr.ird.observe.services.dto.constants.ReferenceStatus</enum> + <enum>fr.ird.observe.services.dto.constants.TripMapPointType</enum> + <enum>fr.ird.observe.services.dto.constants.seine.SchoolType</enum> + <enum>fr.ird.observe.services.dto.constants.seine.TypeTransmittingBuoyOperation</enum> + <enum>fr.ird.observe.services.dto.constants.seine.Ownership</enum> + <enum>fr.ird.observe.services.dto.constants.seine.NonTargetCatchComputedValueSource</enum> + <enum>fr.ird.observe.application.swing.ui.content.ref.impl.ProgramObservationEnum</enum> + <enum>fr.ird.observe.application.swing.ui.admin.synchronize.referential.ReferentialSynchronizeMode</enum> + <enum>fr.ird.observe.application.swing.configuration.constants.CreationMode</enum> + <enum>fr.ird.observe.application.swing.configuration.constants.DbMode</enum> + <enum>fr.ird.observe.application.swing.validation.ValidationModelMode</enum> + <enum>fr.ird.observe.application.swing.ui.storage.StorageStep</enum> + <enum>fr.ird.observe.application.swing.ui.storage.ObstunaAdminAction</enum> + <enum>fr.ird.observe.application.swing.ui.admin.AdminStep</enum> + <enum>fr.ird.observe.application.swing.db.constants.ConnexionStatus</enum> + </enums> + </enumerationSet> + <enumerationSet> + <name>description</name> + <pattern>observe.enum.@CLASS_NAME@.@NAME@.description</pattern> + <enums> + <enum>fr.ird.observe.application.swing.configuration.constants.CreationMode</enum> + <enum>fr.ird.observe.application.swing.configuration.constants.DbMode</enum> + <enum>fr.ird.observe.application.swing.validation.ValidationModelMode</enum> + <enum>fr.ird.observe.application.swing.ui.storage.StorageStep</enum> + <enum>fr.ird.observe.application.swing.ui.storage.ObstunaAdminAction</enum> + <enum>fr.ird.observe.application.swing.ui.admin.AdminStep</enum> + <enum>fr.ird.observe.application.swing.db.constants.ConnexionStatus</enum> + </enums> + </enumerationSet> + </enumerationSets> </configuration> </execution> <execution> diff --git a/pom.xml b/pom.xml index 2deec5b..f1cd2d0 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,7 @@ <topiaVersion>3.1.3</topiaVersion> <jaxxVersion>2.31</jaxxVersion> - <nuitonI18nVersion>3.6.1-SNAPSHOT</nuitonI18nVersion> + <nuitonI18nVersion>3.6.1</nuitonI18nVersion> <nuitonValidatorVersion>3.0.1</nuitonValidatorVersion> <nuitonUtilsVersion>3.0-rc-14</nuitonUtilsVersion> <xworkVersion>2.3.29</xworkVersion> -- 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 develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit cada6c479877fddc2ca3028bbec37c89f98a5048 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 2 14:32:38 2016 +0200 Fix dependencies pb --- application-swing/pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/application-swing/pom.xml b/application-swing/pom.xml index b8bfbe2..f69f5be 100644 --- a/application-swing/pom.xml +++ b/application-swing/pom.xml @@ -114,7 +114,6 @@ <artifactId>services-runner</artifactId> <version>${project.version}</version> </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>application-swing-decoration</artifactId> @@ -125,23 +124,6 @@ <artifactId>application-swing-configuration</artifactId> <version>${project.version}</version> </dependency> - - <!-- FIXME Voir pourquoi on doit mettre ça sinon l'analyse des dépendances ne passe pas --> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>entities</artifactId> - <version>${project.version}</version> - <scope>runtime</scope> - </dependency> - - <!-- FIXME Voir pourquoi on doit mettre ça sinon l'analyse des dépendances ne passe pas --> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>services-topia</artifactId> - <version>${project.version}</version> - <scope>runtime</scope> - </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>application-swing-validation</artifactId> -- 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 develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 63c87997657792e3f65724a5ec66f8d772975425 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 2 14:46:37 2016 +0200 clean pom --- pom.xml | 136 ++++++++++++++++++++++++++-------------------------------------- 1 file changed, 54 insertions(+), 82 deletions(-) diff --git a/pom.xml b/pom.xml index f1cd2d0..d1c3c2d 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,8 @@ <http://www.gnu.org/licenses/lgpl-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"> +<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> <parent> @@ -201,7 +202,7 @@ <observe.model.version>4.904</observe.model.version> <jrstPluginVersion>2.1</jrstPluginVersion> - + </properties> <repositories> @@ -919,74 +920,6 @@ </executions> </plugin> - <plugin> - - <artifactId>maven-antrun-plugin</artifactId> - <inherited>false</inherited> - <executions> - - <!-- on recopie le changelog.txt vers le site pour faire la release note --> - <execution> - <id>copy model to site</id> - <phase>pre-site</phase> - <configuration> - <!-- TODO chemit 2011-02-24 Change to 'target' when using ant-run 1.6 in mavenpom4labs... --> - <target> - <echo message="Copy model to site" /> - <copy verbose="true" failonerror="false" overwrite="true" todir="${project.reporting.outputDirectory}/model"> - <fileset dir="doc/modelisation"> - <include name="**/*.pdf" /> - </fileset> - <fileset dir="entities/src/main/xmi"> - <include name="**/*.zargo" /> - </fileset> - </copy> - </target> - <!--tasks> - <echo message="Copy model to site" /> - <copy verbose="true" failonerror="false" overwrite="true" todir="${project.reporting.outputDirectory}/model"> - <fileset dir="doc/modelisation"> - <include name="**/*.pdf" /> - </fileset> - <fileset dir="entities/src/main/xmi"> - <include name="**/*.zargo" /> - </fileset> - </copy> - </tasks--> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - <!-- on recopie les fichiers de validations dans le site --> - <execution> - <id>ValidatorToSite</id> - <phase>pre-site</phase> - <configuration> - <tasks> - <copy todir="${project.reporting.outputDirectory}/validation/service" verbose="true" failonerror="false" overwrite="false"> - <fileset dir="services-topia-validation/src/main/java"> - <include name="**/*-validation.xml" /> - </fileset> - </copy> - <copy todir="${project.reporting.outputDirectory}/validation/ui" verbose="true" failonerror="false" overwrite="false"> - <fileset dir="application-swing-validation/src/main/java"> - <include name="**/*-validation.xml" /> - </fileset> - </copy> - <copy todir="${project.reporting.outputDirectory}/validation" verbose="true" failonerror="false" overwrite="false"> - <fileset dir="application-swing/src/main/resources"> - <include name="validators.xml" /> - </fileset> - </copy> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> </build> </profile> @@ -1023,19 +956,58 @@ </plugins> </reporting> - </profile> + <build> + + <plugins> + + <plugin> + + <artifactId>maven-antrun-plugin</artifactId> + <inherited>false</inherited> + <executions> + <execution> + <id>Copy files to site</id> + <phase>pre-site</phase> + <configuration> + <target> + <copy failonerror="true" overwrite="true" todir="${project.reporting.outputDirectory}/model"> + <fileset dir="doc/modelisation"> + <include name="**/*.pdf"/> + </fileset> + <fileset dir="entities/src/main/xmi"> + <include name="**/*.zargo"/> + </fileset> + </copy> + <copy todir="${project.reporting.outputDirectory}/validation/service" failonerror="true" + overwrite="true"> + <fileset dir="services-topia-validation/src/main/resources"> + <include name="**/*-validation.xml"/> + </fileset> + </copy> + <copy todir="${project.reporting.outputDirectory}/validation/ui" failonerror="true" + overwrite="true"> + <fileset dir="application-swing-validation/src/main/resources"> + <include name="**/*-validation.xml"/> + </fileset> + </copy> + <copy todir="${project.reporting.outputDirectory}/validation" failonerror="true" overwrite="true"> + <fileset dir="application-swing-configuration/src/main/resources"> + <include name="validators.xml"/> + </fileset> + </copy> + </target> + </configuration> + <goals> + <goal>run</goal> + </goals> + </execution> + </executions> + </plugin> + + </plugins> + + </build> - <profile> - <id>release-quality-profile</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - <properties> - <!--<helper.skipCheckAutocontainer>true</helper.skipCheckAutocontainer>--> - </properties> </profile> </profiles> -- 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 develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit e5e16fbc17deb7c4da42f63e1eca0d4dd3059235 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 2 14:46:57 2016 +0200 Prepare next release \o/ --- .../src/license/THIRD-PARTY.properties | 26 ++++++++++++++++++++++ .../ObserveSwingApplicationActionDefinition.java | 22 ++++++++++++++++++ .../validators/QuadrantFieldDtoValidator.java | 22 ++++++++++++++++++ .../src/license/THIRD-PARTY.properties | 26 ++++++++++++++++++++++ .../main/java/fr/ird/observe/util/ObserveUtil.java | 22 ++++++++++++++++++ .../src/main/resources/xwork.xml | 21 +++++++++++++++++ .../topia/validators/QuadrantFieldValidator.java | 22 ++++++++++++++++++ .../validate/ServiceValidationException.java | 22 ++++++++++++++++++ 8 files changed, 183 insertions(+) diff --git a/application-swing-configuration/src/license/THIRD-PARTY.properties b/application-swing-configuration/src/license/THIRD-PARTY.properties new file mode 100644 index 0000000..dfaf934 --- /dev/null +++ b/application-swing-configuration/src/license/THIRD-PARTY.properties @@ -0,0 +1,26 @@ +# Generated by org.codehaus.mojo.license.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - Apache 2.0 +# - Apache License 2.0 +# - BSD License +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +# - GNU General Public License - Version 2 with the class path exception +# - GNU Lesser Public License +# - General Public License (GPL) +# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Lesser General Public License (LGPL) +# - Lesser General Public License (LGPL) v 3.0 +# - Lesser General Public License (LPGL) +# - Lesser General Public License (LPGL) v 2.1 +# - MIT License +# - MPL 1.1 +# - The Apache Software License, Version 2.0 +# - The New BSD License +# - WTFPL +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Fri Sep 02 14:43:56 CEST 2016 +commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 diff --git a/application-swing-configuration/src/main/java/fr/ird/observe/application/swing/configuration/ObserveSwingApplicationActionDefinition.java b/application-swing-configuration/src/main/java/fr/ird/observe/application/swing/configuration/ObserveSwingApplicationActionDefinition.java index 23a8025..9aff2a7 100644 --- a/application-swing-configuration/src/main/java/fr/ird/observe/application/swing/configuration/ObserveSwingApplicationActionDefinition.java +++ b/application-swing-configuration/src/main/java/fr/ird/observe/application/swing/configuration/ObserveSwingApplicationActionDefinition.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.configuration; +/*- + * #%L + * ObServe :: Application Swing Configuration + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * 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 org.nuiton.config.ConfigActionDef; import static org.nuiton.i18n.I18n.t; diff --git a/application-swing-validators/src/main/java/fr/ird/observe/application/swing/validators/QuadrantFieldDtoValidator.java b/application-swing-validators/src/main/java/fr/ird/observe/application/swing/validators/QuadrantFieldDtoValidator.java index 205c88e..b293800 100644 --- a/application-swing-validators/src/main/java/fr/ird/observe/application/swing/validators/QuadrantFieldDtoValidator.java +++ b/application-swing-validators/src/main/java/fr/ird/observe/application/swing/validators/QuadrantFieldDtoValidator.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.validators; +/*- + * #%L + * ObServe :: Application Swing Validators + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * 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 com.opensymphony.xwork2.validator.ValidationException; import com.opensymphony.xwork2.validator.validators.FieldValidatorSupport; import fr.ird.observe.services.dto.referential.OceanDto; diff --git a/application-web-configuration/src/license/THIRD-PARTY.properties b/application-web-configuration/src/license/THIRD-PARTY.properties new file mode 100644 index 0000000..1406744 --- /dev/null +++ b/application-web-configuration/src/license/THIRD-PARTY.properties @@ -0,0 +1,26 @@ +# Generated by org.codehaus.mojo.license.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - Apache 2.0 +# - Apache License 2.0 +# - BSD License +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +# - GNU Lesser Public License +# - General Public License (GPL) +# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Lesser General Public License (LGPL) +# - Lesser General Public License (LGPL) v 3.0 +# - Lesser General Public License (LPGL) +# - Lesser General Public License (LPGL) v 2.1 +# - MIT License +# - MPL 1.1 +# - New BSD License +# - The Apache Software License, Version 2.0 +# - The New BSD License +# - WTFPL +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Fri Sep 02 14:43:28 CEST 2016 +commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 diff --git a/services-model/src/main/java/fr/ird/observe/util/ObserveUtil.java b/services-model/src/main/java/fr/ird/observe/util/ObserveUtil.java index 19791e2..00b99af 100644 --- a/services-model/src/main/java/fr/ird/observe/util/ObserveUtil.java +++ b/services-model/src/main/java/fr/ird/observe/util/ObserveUtil.java @@ -1,5 +1,27 @@ package fr.ird.observe.util; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * 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 org.nuiton.config.ApplicationConfig; import java.util.Map; diff --git a/services-topia-validation/src/main/resources/xwork.xml b/services-topia-validation/src/main/resources/xwork.xml index 04eb0b7..6d803fe 100644 --- a/services-topia-validation/src/main/resources/xwork.xml +++ b/services-topia-validation/src/main/resources/xwork.xml @@ -1,3 +1,24 @@ +<!-- + #%L + ObServe :: Services ToPIA validation + %% + Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + %% + 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% + --> <!DOCTYPE xwork PUBLIC "-//Apache Struts//XWork 2.0//EN" "http://struts.apache.org/dtds/xwork-2.0.dtd"> diff --git a/services-topia-validators/src/main/java/fr/ird/observe/services/topia/validators/QuadrantFieldValidator.java b/services-topia-validators/src/main/java/fr/ird/observe/services/topia/validators/QuadrantFieldValidator.java index b00c104..1ee2f33 100644 --- a/services-topia-validators/src/main/java/fr/ird/observe/services/topia/validators/QuadrantFieldValidator.java +++ b/services-topia-validators/src/main/java/fr/ird/observe/services/topia/validators/QuadrantFieldValidator.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.topia.validators; +/*- + * #%L + * ObServe :: Services ToPIA Validators + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * 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 com.opensymphony.xwork2.validator.ValidationException; import com.opensymphony.xwork2.validator.validators.FieldValidatorSupport; import fr.ird.observe.entities.referentiel.Ocean; diff --git a/services-topia/src/main/java/fr/ird/observe/services/topia/service/actions/validate/ServiceValidationException.java b/services-topia/src/main/java/fr/ird/observe/services/topia/service/actions/validate/ServiceValidationException.java index 94c124c..7ff76ff 100644 --- a/services-topia/src/main/java/fr/ird/observe/services/topia/service/actions/validate/ServiceValidationException.java +++ b/services-topia/src/main/java/fr/ird/observe/services/topia/service/actions/validate/ServiceValidationException.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.topia.service.actions.validate; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * 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% + */ + /** * Created on 01/09/16. * -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm