Author: tchemit Date: 2010-11-11 15:44:54 +0100 (Thu, 11 Nov 2010) New Revision: 1801 Url: http://nuiton.org/repositories/revision/i18n/1801 Log: do NOT use mavenpom dependencies since it does not work on windows os + update ant to 1.8.0 Modified: trunk/ant-i18n-task/src/license/THIRD-PARTY.properties trunk/pom.xml Modified: trunk/ant-i18n-task/src/license/THIRD-PARTY.properties =================================================================== --- trunk/ant-i18n-task/src/license/THIRD-PARTY.properties 2010-11-11 13:02:21 UTC (rev 1800) +++ trunk/ant-i18n-task/src/license/THIRD-PARTY.properties 2010-11-11 14:44:54 UTC (rev 1801) @@ -1,38 +1,14 @@ -### -# #%L -# I18n :: Ant task -# -# $Id$ -# $HeadURL$ -# %% -# Copyright (C) 2010 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% -### # Generated by org.nuiton.license.plugin.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : +# - BSD License # - Common Public License Version 1.0 -# - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 # - The Apache Software License, Version 2.0 #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Sun Jun 27 08:59:58 CEST 2010 -org.apache.ant--ant--1.7.1=The Apache Software License, Version 2.0 -org.apache.ant--ant-launcher--1.7.1=The Apache Software License, Version 2.0 +#Thu Nov 11 15:08:04 CET 2010 +org.apache.ant--ant--1.8.0==The Apache Software License, Version 2.0 +org.apache.ant--ant-launcher--1.8.0=The Apache Software License, Version 2.0 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-11 13:02:21 UTC (rev 1800) +++ trunk/pom.xml 2010-11-11 14:44:54 UTC (rev 1801) @@ -51,20 +51,23 @@ <dependencyManagement> <dependencies> - <!--dependency> + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> + <version>1.1.1</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> + <version>1.8.2</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - </dependency--> + <version>1.4</version> + </dependency> <dependency> <groupId>org.nuiton.processor</groupId> @@ -159,11 +162,12 @@ <!-- tests dependencies --> - <!--dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> + <version>4.8.2</version> <scope>test</scope> - </dependency--> + </dependency> <!-- provided dependencies --> <dependency> @@ -203,7 +207,7 @@ <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.7.1</version> + <version>1.8.0</version> <scope>compile</scope> </dependency> @@ -230,9 +234,11 @@ <projectId>i18n</projectId> <!-- remove this when using mavenpom > 2.4 --> - <helperPluginVersion>1.3-SNAPSHOT</helperPluginVersion> + <helperPluginVersion>1.2.9-SNAPSHOT</helperPluginVersion> <processorVersion>1.0.4-SNAPSHOT</processorVersion> + + <mavenVersion>2.2.1</mavenVersion> <!--Multilanguage maven-site --> <locales>fr,en</locales>
participants (1)
-
tchemit@users.nuiton.org