You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2009/02/24 20:01:30 UTC

svn commit: r747506 - in /httpcomponents/httpcore/trunk: module-main/pom.xml module-nio/pom.xml module-osgi-bundle/pom.xml pom.xml

Author: olegk
Date: Tue Feb 24 19:01:29 2009
New Revision: 747506

URL: http://svn.apache.org/viewvc?rev=747506&view=rev
Log:
HTTPCORE-185: Set source and output encoding in POMs

Modified:
    httpcomponents/httpcore/trunk/module-main/pom.xml
    httpcomponents/httpcore/trunk/module-nio/pom.xml
    httpcomponents/httpcore/trunk/module-osgi-bundle/pom.xml
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpcore/trunk/module-main/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/module-main/pom.xml?rev=747506&r1=747505&r2=747506&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/module-main/pom.xml (original)
+++ httpcomponents/httpcore/trunk/module-main/pom.xml Tue Feb 24 19:01:29 2009
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!-- 
    $HeadURL$
    $Revision$
@@ -69,6 +69,8 @@
   </dependencies>
 
   <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <maven.compile.source>1.3</maven.compile.source>
     <maven.compile.target>1.3</maven.compile.target>
     <maven.compile.optimize>true</maven.compile.optimize>

Modified: httpcomponents/httpcore/trunk/module-nio/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/module-nio/pom.xml?rev=747506&r1=747505&r2=747506&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/module-nio/pom.xml (original)
+++ httpcomponents/httpcore/trunk/module-nio/pom.xml Tue Feb 24 19:01:29 2009
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
    $HeadURL$
    $Revision$
@@ -74,6 +74,8 @@
   </dependencies>
 
   <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
     <maven.compile.optimize>true</maven.compile.optimize>

Modified: httpcomponents/httpcore/trunk/module-osgi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/module-osgi-bundle/pom.xml?rev=747506&r1=747505&r2=747506&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/module-osgi-bundle/pom.xml (original)
+++ httpcomponents/httpcore/trunk/module-osgi-bundle/pom.xml Tue Feb 24 19:01:29 2009
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!-- 
    $HeadURL$
    $Revision$
@@ -67,6 +67,8 @@
   </dependencies>
 
   <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
   </properties>

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=747506&r1=747505&r2=747506&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Tue Feb 24 19:01:29 2009
@@ -75,6 +75,11 @@
     <module>module-osgi-bundle</module>
   </modules>
 
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+  </properties>
+
   <build>
     <plugins>
       <!-- Add NOTICE and LICENSE to generated JAR -->