Author: athimel Date: 2013-07-22 17:15:26 +0200 (Mon, 22 Jul 2013) New Revision: 2590 Url: http://nuiton.org/projects/nuiton-utils/repository/revisions/2590 Log: Add missing SVN properties and file headers Modified: trunk/nuiton-config/src/main/java/org/nuiton/util/config/ConfigOptionDef.java trunk/nuiton-validator/src/main/java/org/nuiton/validator/xwork2/field/FrenchFinessFieldValidator.java trunk/nuiton-validator/src/test/java/org/nuiton/validator/model/HealthEstablishment.java trunk/nuiton-validator/src/test/java/org/nuiton/validator/xwork2/field/FrenchFinessFieldValidatorTest.java trunk/nuiton-validator/src/test/resources/org/nuiton/validator/model/HealthEstablishment-error-validation.xml Modified: trunk/nuiton-config/src/main/java/org/nuiton/util/config/ConfigOptionDef.java =================================================================== --- trunk/nuiton-config/src/main/java/org/nuiton/util/config/ConfigOptionDef.java 2013-07-20 15:21:33 UTC (rev 2589) +++ trunk/nuiton-config/src/main/java/org/nuiton/util/config/ConfigOptionDef.java 2013-07-22 15:15:26 UTC (rev 2590) @@ -4,7 +4,7 @@ * #%L * Nuiton Utils :: Nuiton Config * $Id$ - * $HeadURL:$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2013 CodeLutin * %% Property changes on: trunk/nuiton-config/src/main/java/org/nuiton/util/config/ConfigOptionDef.java ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/nuiton-validator/src/main/java/org/nuiton/validator/xwork2/field/FrenchFinessFieldValidator.java =================================================================== --- trunk/nuiton-validator/src/main/java/org/nuiton/validator/xwork2/field/FrenchFinessFieldValidator.java 2013-07-20 15:21:33 UTC (rev 2589) +++ trunk/nuiton-validator/src/main/java/org/nuiton/validator/xwork2/field/FrenchFinessFieldValidator.java 2013-07-22 15:15:26 UTC (rev 2590) @@ -1,5 +1,29 @@ package org.nuiton.validator.xwork2.field; +/* + * #%L + * Nuiton Utils :: Nuiton Validator + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2011 - 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.opensymphony.xwork2.validator.ValidationException; import org.apache.commons.lang3.StringUtils; Property changes on: trunk/nuiton-validator/src/main/java/org/nuiton/validator/xwork2/field/FrenchFinessFieldValidator.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/nuiton-validator/src/test/java/org/nuiton/validator/model/HealthEstablishment.java =================================================================== --- trunk/nuiton-validator/src/test/java/org/nuiton/validator/model/HealthEstablishment.java 2013-07-20 15:21:33 UTC (rev 2589) +++ trunk/nuiton-validator/src/test/java/org/nuiton/validator/model/HealthEstablishment.java 2013-07-22 15:15:26 UTC (rev 2590) @@ -1,5 +1,29 @@ package org.nuiton.validator.model; +/* + * #%L + * Nuiton Utils :: Nuiton Validator + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2011 - 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + /** * @author Sylvain Bavencoff <bavencoff@codelutin.com> * @deprecated since 2.7, use now the http://maven-site.nuiton.org/nuiton-validator project, This module will be remove in version 3.0 Property changes on: trunk/nuiton-validator/src/test/java/org/nuiton/validator/model/HealthEstablishment.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/nuiton-validator/src/test/java/org/nuiton/validator/xwork2/field/FrenchFinessFieldValidatorTest.java =================================================================== --- trunk/nuiton-validator/src/test/java/org/nuiton/validator/xwork2/field/FrenchFinessFieldValidatorTest.java 2013-07-20 15:21:33 UTC (rev 2589) +++ trunk/nuiton-validator/src/test/java/org/nuiton/validator/xwork2/field/FrenchFinessFieldValidatorTest.java 2013-07-22 15:15:26 UTC (rev 2590) @@ -1,5 +1,29 @@ package org.nuiton.validator.xwork2.field; +/* + * #%L + * Nuiton Utils :: Nuiton Validator + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2011 - 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.junit.Test; import org.nuiton.validator.model.HealthEstablishment; Property changes on: trunk/nuiton-validator/src/test/java/org/nuiton/validator/xwork2/field/FrenchFinessFieldValidatorTest.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/nuiton-validator/src/test/resources/org/nuiton/validator/model/HealthEstablishment-error-validation.xml =================================================================== --- trunk/nuiton-validator/src/test/resources/org/nuiton/validator/model/HealthEstablishment-error-validation.xml 2013-07-20 15:21:33 UTC (rev 2589) +++ trunk/nuiton-validator/src/test/resources/org/nuiton/validator/model/HealthEstablishment-error-validation.xml 2013-07-22 15:15:26 UTC (rev 2590) @@ -2,8 +2,8 @@ #%L Nuiton Utils :: Nuiton Validator - $Id: HealthEstablishment-error-validation.xml 2384 2013-07-16 10:40:40Z sbavencoff $ - $HeadURL: http://svn.nuiton.org/svn/nuiton-utils/trunk/nuiton-validator/src/test/resou... $ + $Id$ + $HeadURL$ %% Copyright (C) 2013 CodeLutin %% Property changes on: trunk/nuiton-validator/src/test/resources/org/nuiton/validator/model/HealthEstablishment-error-validation.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native