|
From: <de...@us...> - 2012-01-18 20:12:47
|
Revision: 6924
http://fudaa.svn.sourceforge.net/fudaa/?rev=6924&view=rev
Author: deniger
Date: 2012-01-18 20:12:40 +0000 (Wed, 18 Jan 2012)
Log Message:
-----------
support encoding dans native2ascii
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2012-01-17 21:50:16 UTC (rev 6923)
+++ trunk/pom/business-pom/pom.xml 2012-01-18 20:12:40 UTC (rev 6924)
@@ -8,7 +8,7 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>1.0</version>
+ <version>1.1</version>
</parent>
<properties>
<businessGroupId>org.fudaa.business</businessGroupId>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2012-01-17 21:50:16 UTC (rev 6923)
+++ trunk/pom/soft-pom/pom.xml 2012-01-18 20:12:40 UTC (rev 6924)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>1.0</version>
+ <version>1.1</version>
</parent>
<groupId>org.fudaa.pom</groupId>
<artifactId>soft-pom</artifactId>
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2012-01-17 21:50:16 UTC (rev 6923)
+++ trunk/pom/super-pom/pom.xml 2012-01-18 20:12:40 UTC (rev 6924)
@@ -5,7 +5,7 @@
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
- <version>1.0</version>
+ <version>1.1</version>
<name>Super Pom</name>
<url>http://fudaa.fr</url>
<properties>
@@ -57,13 +57,13 @@
</snapshots>
<id>central</id>
<name>libs-releases</name>
- <url>http://repository.fudaa.fr/artifactory/libs-releases</url>
+ <url>http://repository.fudaa.fr/artifactory/repo</url>
</repository>
<repository>
<snapshots />
<id>snapshots</id>
<name>libs-snapshots</name>
- <url>http://repository.fudaa.fr/artifactory/libs-snapshots</url>
+ <url>http://repository.fudaa.fr/artifactory/repo</url>
</repository>
</repositories>
<pluginRepositories>
@@ -92,9 +92,9 @@
<configuration>
<tasks>
<mkdir dir="${project.build.directory}"/>
- <replace dir="${project.build.directory}"
+ <replace dir="${project.build.directory}" encoding="${projetEncoding}"
includes="**/*.fr_txt" token=" " value="_" />
- <native2ascii src="${project.build.directory}"
+ <native2ascii src="${project.build.directory}" encoding="${projetEncoding}"
dest="${project.build.directory}" includes="**/*.fr_txt"
ext=".txt" />
</tasks>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|