r2207 - in trunk: . nuiton-profiling/src/license nuiton-utils/src/license nuiton-validator/src/license nuiton-validator/src/main/java/org/nuiton/validator/xwork2/field
Author: tchemit Date: 2011-09-09 18:50:53 +0200 (Fri, 09 Sep 2011) New Revision: 2207 Url: http://nuiton.org/repositories/revision/nuiton-utils/2207 Log: T?\195?\162che #1594: Update xwork to 2.2.3.1 prepare release (svn properties, optimize dependencies, add license headers) Removed: trunk/nuiton-profiling/src/license/THIRD-PARTY.properties Modified: trunk/nuiton-utils/src/license/THIRD-PARTY.properties trunk/nuiton-validator/src/license/THIRD-PARTY.properties trunk/nuiton-validator/src/main/java/org/nuiton/validator/xwork2/field/SkipableRequiredFieldValidator.java trunk/nuiton-validator/src/main/java/org/nuiton/validator/xwork2/field/SkipableRequiredStringFieldValidator.java trunk/pom.xml Deleted: trunk/nuiton-profiling/src/license/THIRD-PARTY.properties =================================================================== --- trunk/nuiton-profiling/src/license/THIRD-PARTY.properties 2011-09-09 16:05:22 UTC (rev 2206) +++ trunk/nuiton-profiling/src/license/THIRD-PARTY.properties 2011-09-09 16:50:53 UTC (rev 2207) @@ -1,33 +0,0 @@ -# Generated by org.codehaus.mojo.license.AddThirdPartyMojo -#------------------------------------------------------------------------------- -# Already used licenses in project : -# - Apache Software License -# - Apache Software License, Version 2.0 -# - BSD License -# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 -# - Common Public License Version 1.0 -# - Indiana University Extreme! Lab Software License, vesion 1.1.1 -# - Jaxen license -# - Lesser General Public License (LGPL) -# - Lesser General Public License (LPGL) -# - Lesser General Public License (LPGL) v 2.1 -# - MIT License -# - SAXPath License -# - The Apache Software License, Version 2.0 -#------------------------------------------------------------------------------- -# Please fill the missing licenses for dependencies : -# -# -#Mon Aug 22 19:29:18 CEST 2011 -aspectwerkz--aspectwerkz--2.0=GNU Lesser General Public License -aspectwerkz--aspectwerkz-core--2.0=GNU Lesser General Public License -aspectwerkz--aspectwerkz-jdk5--2.0=GNU Lesser General Public License -dom4j--dom4j--1.4=BSD License -isorelax--isorelax--20020414=MIT License -jaxen--jaxen--1.0-FCS=Jaxen license -jrexx--jrexx--1.1.1=Apache Software License -msv--msv--20020414=BSD License -qdox--qdox--1.4=Apache Software License, Version 2.0 -relaxngDatatype--relaxngDatatype--20020414=BSD License -saxpath--saxpath--1.0-FCS=SAXPath License -trove--trove--1.0.2=Lesser General Public License (LGPL) Modified: trunk/nuiton-utils/src/license/THIRD-PARTY.properties =================================================================== --- trunk/nuiton-utils/src/license/THIRD-PARTY.properties 2011-09-09 16:05:22 UTC (rev 2206) +++ trunk/nuiton-utils/src/license/THIRD-PARTY.properties 2011-09-09 16:50:53 UTC (rev 2207) @@ -14,5 +14,5 @@ # Please fill the missing licenses for dependencies : # # -#Thu Aug 18 07:41:51 CEST 2011 +#Fri Sep 09 18:42:56 CEST 2011 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 Modified: trunk/nuiton-validator/src/license/THIRD-PARTY.properties =================================================================== --- trunk/nuiton-validator/src/license/THIRD-PARTY.properties 2011-09-09 16:05:22 UTC (rev 2206) +++ trunk/nuiton-validator/src/license/THIRD-PARTY.properties 2011-09-09 16:50:53 UTC (rev 2207) @@ -16,7 +16,7 @@ # Please fill the missing licenses for dependencies : # # -#Thu Aug 18 07:42:15 CEST 2011 +#Fri Sep 09 18:43:17 CEST 2011 asm--asm--3.1=http\://asm.ow2.org/license.html asm--asm-commons--3.1=http\://asm.ow2.org/license.html asm--asm-tree--3.1=http\://asm.ow2.org/license.html Modified: trunk/nuiton-validator/src/main/java/org/nuiton/validator/xwork2/field/SkipableRequiredFieldValidator.java =================================================================== --- trunk/nuiton-validator/src/main/java/org/nuiton/validator/xwork2/field/SkipableRequiredFieldValidator.java 2011-09-09 16:05:22 UTC (rev 2206) +++ trunk/nuiton-validator/src/main/java/org/nuiton/validator/xwork2/field/SkipableRequiredFieldValidator.java 2011-09-09 16:50:53 UTC (rev 2207) @@ -1,3 +1,27 @@ +/* + * #%L + * Nuiton Utils :: Nuiton Validator + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2011 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% + */ package org.nuiton.validator.xwork2.field; import com.opensymphony.xwork2.validator.ValidationException; Modified: trunk/nuiton-validator/src/main/java/org/nuiton/validator/xwork2/field/SkipableRequiredStringFieldValidator.java =================================================================== --- trunk/nuiton-validator/src/main/java/org/nuiton/validator/xwork2/field/SkipableRequiredStringFieldValidator.java 2011-09-09 16:05:22 UTC (rev 2206) +++ trunk/nuiton-validator/src/main/java/org/nuiton/validator/xwork2/field/SkipableRequiredStringFieldValidator.java 2011-09-09 16:50:53 UTC (rev 2207) @@ -1,3 +1,27 @@ +/* + * #%L + * Nuiton Utils :: Nuiton Validator + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2011 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% + */ package org.nuiton.validator.xwork2.field; import com.opensymphony.xwork2.validator.ValidationException; Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-09-09 16:05:22 UTC (rev 2206) +++ trunk/pom.xml 2011-09-09 16:50:53 UTC (rev 2207) @@ -178,7 +178,7 @@ <projectId>nuiton-utils</projectId> <nuitonI18nVersion>2.4.1</nuitonI18nVersion> <aspectj.version>1.6.11</aspectj.version> - <xworkVersion>2.2.3</xworkVersion> + <xworkVersion>2.2.3.1</xworkVersion> <!-- i18n configuration --> <i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles>
participants (1)
-
tchemit@users.nuiton.org