You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2014/03/14 21:57:34 UTC

svn commit: r1577706 - in /ant/site/ant: ./ production/ production/antlibs/ production/antlibs/antunit/ production/antlibs/compress/ production/antlibs/dotnet/ production/antlibs/props/ production/antlibs/svn/ production/manual/ production/projects/ so...

Author: bodewig
Date: Fri Mar 14 20:57:33 2014
New Revision: 1577706

URL: http://svn.apache.org/r1577706
Log:
publish Ant site as UTF-8, should fix PR 53562

Modified:
    ant/site/ant/build.xml
    ant/site/ant/production/antlibs/antunit/index.html
    ant/site/ant/production/antlibs/bindownload.html
    ant/site/ant/production/antlibs/charter.html
    ant/site/ant/production/antlibs/compress/index.html
    ant/site/ant/production/antlibs/dotnet/index.html
    ant/site/ant/production/antlibs/index.html
    ant/site/ant/production/antlibs/proper.html
    ant/site/ant/production/antlibs/props/index.html
    ant/site/ant/production/antlibs/sandbox.html
    ant/site/ant/production/antlibs/srcdownload.html
    ant/site/ant/production/antlibs/svn/index.html
    ant/site/ant/production/antnews.html
    ant/site/ant/production/bindownload.html
    ant/site/ant/production/bugs.html
    ant/site/ant/production/bylaws.html
    ant/site/ant/production/contributors.html
    ant/site/ant/production/external.html
    ant/site/ant/production/faq.html
    ant/site/ant/production/index.html
    ant/site/ant/production/legal.html
    ant/site/ant/production/license.html
    ant/site/ant/production/mail.html
    ant/site/ant/production/manual/credits.html
    ant/site/ant/production/manual/tutorial-tasks-filesets-properties.html
    ant/site/ant/production/manualdownload.html
    ant/site/ant/production/mission.html
    ant/site/ant/production/nightlies.html
    ant/site/ant/production/problems.html
    ant/site/ant/production/projects.html
    ant/site/ant/production/projects/easyant.html
    ant/site/ant/production/projects/index.html
    ant/site/ant/production/projects/ivy.html
    ant/site/ant/production/projects/ivyde.html
    ant/site/ant/production/resources.html
    ant/site/ant/production/security.html
    ant/site/ant/production/srcdownload.html
    ant/site/ant/production/svn.html
    ant/site/ant/sources/stylesheets/templates.vm

Modified: ant/site/ant/build.xml
URL: http://svn.apache.org/viewvc/ant/site/ant/build.xml?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/build.xml (original)
+++ ant/site/ant/build.xml Fri Mar 14 20:57:33 2014
@@ -76,12 +76,12 @@
              velocityPropertiesFile="${velocity.props}">
         </anakia>
         <fixcrlf srcdir="${docs.dest}" includes="**/*.html"
-                 encoding="iso-8859-1" outputencoding="iso-8859-1"/>
+                 encoding="iso-8859-1" outputencoding="utf-8"/>
     </target>
 
     <target name="fixcrlf" if="onwindows">
         <fixcrlf srcDir="${docs.dest}" eol="dos" includes="*.html"
-                 encoding="iso-8859-1" outputencoding="iso-8859-1"/>
+                 encoding="iso-8859-1" outputencoding="utf-8"/>
     </target>
 
     <target name="docs" if="AnakiaTask.present" depends="anakia,fixcrlf" description="Create XDocs.">

Modified: ant/site/ant/production/antlibs/antunit/index.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/antunit/index.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/antunit/index.html (original)
+++ ant/site/ant/production/antlibs/antunit/index.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Apache AntUnit</title>
         <link type="text/css" href="../../page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/antlibs/bindownload.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/bindownload.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/bindownload.html (original)
+++ ant/site/ant/production/antlibs/bindownload.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Binary Distributions</title>
         <link type="text/css" href="../page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/antlibs/charter.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/charter.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/charter.html (original)
+++ ant/site/ant/production/antlibs/charter.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Apache Ant Libraries - Charter</title>
         <link type="text/css" href="../page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/antlibs/compress/index.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/compress/index.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/compress/index.html (original)
+++ ant/site/ant/production/antlibs/compress/index.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Apache Compress Antlib</title>
         <link type="text/css" href="../../page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/antlibs/dotnet/index.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/dotnet/index.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/dotnet/index.html (original)
+++ ant/site/ant/production/antlibs/dotnet/index.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Apache .NET Ant Library</title>
         <link type="text/css" href="../../page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/antlibs/index.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/index.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/index.html (original)
+++ ant/site/ant/production/antlibs/index.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - The Apache Ant&#x2122; Libraries Subproject</title>
         <link type="text/css" href="../page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/antlibs/proper.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/proper.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/proper.html (original)
+++ ant/site/ant/production/antlibs/proper.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Apache Ant&#x2122; Libraries</title>
         <link type="text/css" href="../page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/antlibs/props/index.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/props/index.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/props/index.html (original)
+++ ant/site/ant/production/antlibs/props/index.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Apache Props Antlib</title>
         <link type="text/css" href="../../page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/antlibs/sandbox.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/sandbox.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/sandbox.html (original)
+++ ant/site/ant/production/antlibs/sandbox.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Apache Ant&#x2122; Libraries - The Sandbox</title>
         <link type="text/css" href="../page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/antlibs/srcdownload.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/srcdownload.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/srcdownload.html (original)
+++ ant/site/ant/production/antlibs/srcdownload.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Source Distributions</title>
         <link type="text/css" href="../page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/antlibs/svn/index.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/svn/index.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/svn/index.html (original)
+++ ant/site/ant/production/antlibs/svn/index.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Apache Subversion Ant Library</title>
         <link type="text/css" href="../../page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/antnews.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antnews.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/antnews.html (original)
+++ ant/site/ant/production/antnews.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Apache Ant&#x2122; Project News</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
           <meta name="author" content="Conor MacNeill">
@@ -875,7 +875,7 @@ did) or could be explained better, feel 
       Best-Practices Profile of Apache Ant at Sun's Dot-Com Builder
     </h3>
                         <p>Sun has released an introductory article on Apache Ant on their
-      Dot-Com Builder site on May 30 2001. See <a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></p>
+      Dot-Com Builder site on May 30 2001. See <a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></p>
                 
     </div>
   </div>

Modified: ant/site/ant/production/bindownload.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/bindownload.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/bindownload.html (original)
+++ ant/site/ant/production/bindownload.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Binary Distributions</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/bugs.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/bugs.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/bugs.html (original)
+++ ant/site/ant/production/bugs.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Bug database</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
           <meta name="author" content="Antoine Levy-Lambert">

Modified: ant/site/ant/production/bylaws.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/bylaws.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/bylaws.html (original)
+++ ant/site/ant/production/bylaws.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Project Bylaws</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
           <meta name="author" content="Apache Ant PMC">

Modified: ant/site/ant/production/contributors.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/contributors.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/contributors.html (original)
+++ ant/site/ant/production/contributors.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Contributors</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
           <meta name="author" content="Apache Ant PMC">
@@ -274,7 +274,7 @@ J2EE based systems. In his spare time he
 the Ant build tool.  He is also serving as the Chairman of this PMC.
 </p>
                                 <p>
-				<b>Jan Matèrne</b> (jhm at apache.org)
+				<b>Jan Matèrne</b> (jhm at apache.org)
 <br />
 Jan is consultant for OOA/D in the computer centre of the government
 of Northrhine Westfalia / Germany.

Modified: ant/site/ant/production/external.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/external.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/external.html (original)
+++ ant/site/ant/production/external.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - External Tools and Tasks</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
         </head>
@@ -661,7 +661,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          <a href="mailto:rene_ghosh@yahoo.com">René Ghosh</a>
+          <a href="mailto:rene_ghosh@yahoo.com">René Ghosh</a>
       </td>
       </tr>
                   <tr>
@@ -2392,7 +2392,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          <a href="mailto:news@inigoserrano.com">Iñigo Serrano</a>
+          <a href="mailto:news@inigoserrano.com">Iñigo Serrano</a>
       </td>
       </tr>
                   <tr>
@@ -2505,7 +2505,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          <a href="mailto:joerg@pleumann.de">Jörg Pleumann</a>
+          <a href="mailto:joerg@pleumann.de">Jörg Pleumann</a>
       </td>
       </tr>
                   <tr>

Modified: ant/site/ant/production/faq.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/faq.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/faq.html (original)
+++ ant/site/ant/production/faq.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Frequently Asked Questions</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
           <meta name="author" content="Stefan Bodewig">
@@ -1699,7 +1699,7 @@ shell-prompt&gt; m4 foo.m4 &gt; foo
                         <p>You can disable this banner by invoking Ant with the
         <code>-emacs</code> switch.  To make Ant autodetect
         Emacs' compile mode, put this into your
-        <code>.antrc</code> (contributed by Ville Skyttä).</p>
+        <code>.antrc</code> (contributed by Ville Skyttä).</p>
                         <pre class="code">
 # Detect (X)Emacs compile mode
 if [ &quot;$EMACS&quot; = &quot;t&quot; ] ; then

Modified: ant/site/ant/production/index.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/index.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/index.html (original)
+++ ant/site/ant/production/index.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Welcome</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
           <meta name="author" content="Conor MacNeill">

Modified: ant/site/ant/production/legal.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/legal.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/legal.html (original)
+++ ant/site/ant/production/legal.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Legal</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
           <meta name="author" content="Jon S. Stevens">
@@ -208,7 +208,7 @@
       <a name="Legal Stuff They Make Us Say"></a>
       Legal Stuff They Make Us Say
     </h3>
-                        <p>All material on this website is Copyright © 1999-2011,
+                        <p>All material on this website is Copyright © 1999-2011,
       The Apache Software Foundation.</p>
                                 <p>Apache Ant, Apache Ivy, Ant, Ivy, Apache, the Apache feather
       logo, and the Apache Ant project logos are trademarks of The

Modified: ant/site/ant/production/license.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/license.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/license.html (original)
+++ ant/site/ant/production/license.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - License</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
           <meta name="author" content="The Apache Software Foundation">

Modified: ant/site/ant/production/mail.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/mail.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/mail.html (original)
+++ ant/site/ant/production/mail.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Mailing Lists</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
           <meta name="author" content="Apache Ant PMC">

Modified: ant/site/ant/production/manual/credits.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/credits.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/manual/credits.html (original)
+++ ant/site/ant/production/manual/credits.html Fri Mar 14 20:57:33 2014
@@ -44,9 +44,9 @@
   <li>Bill Kelly (<a href="mailto:bill.kelly@softwired-inc.com">bill.kelly@softwired-inc.com</a>)</li>
   <li>Martijn Kruithof</li>
   <li>Arnout J. Kuiper (<a href="mailto:ajkuiper@wxs.nl">ajkuiper@wxs.nl</a>)</li>
-  <li>Antoine Lévy-Lambert</li>
+  <li>Antoine Lévy-Lambert</li>
   <li>Conor MacNeill</li>
-  <li>Jan Matèrne</li>
+  <li>Jan Matèrne</li>
   <li>Stefano Mazzocchi (<a href="mailto:stefano@apache.org">stefano@apache.org</a>)</li>
   <li>Erik Meade (<a href="mailto:emeade@geekfarm.org">emeade@geekfarm.org</a>)</li>
   <li>Sam Ruby (<a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a>)</li>

Modified: ant/site/ant/production/manual/tutorial-tasks-filesets-properties.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/tutorial-tasks-filesets-properties.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/manual/tutorial-tasks-filesets-properties.html (original)
+++ ant/site/ant/production/manual/tutorial-tasks-filesets-properties.html Fri Mar 14 20:57:33 2014
@@ -369,13 +369,13 @@ too.</p>
         &lt;/path&gt;
     &lt;/find&gt;
 </pre>
-<p>On <b>*1</b> we rename only the vector. It�s just for better reading the source. On <b>*2</b>
+<p>On <b>*1</b> we rename only the vector. It�s just for better reading the source. On <b>*2</b>
 we have to provide the right method: an add<i>Name</i>(<i>Type</i> t). Therefore replace the
 fileset with path here. Finally we have to modify our buildfile on <b>*3</b> because our task
-doesn�t support nested filesets any longer. So we wrap the fileset inside a path.</p>
+doesn�t support nested filesets any longer. So we wrap the fileset inside a path.</p>
 
 <p>And now we modify the testcase. Oh, not very much to do :-) Renaming the <tt>testMissingFileset()</tt>
-(not really a <i>must-be</i> but better it�s named like the think it does) and update the
+(not really a <i>must-be</i> but better it�s named like the think it does) and update the
 <i>expected</i>-String in that method (now a <tt>path not set</tt> message is expected). The more complex
 test cases base on the buildscript. So the targets <tt>testFileNotPresent</tt> and <tt>testFilePresent</tt> have to be
 modified in the manner described above.</p>
@@ -745,7 +745,7 @@ cvs -d :pserver:anoncvs@cvs.apache.org:/
 </pre></p>
 
 <p>We use the <i>-d</i> flag on <b>//1</b> to specify the cvs directory. You can
-specify the environment variable CVSROOT with that value and after that you haven�t
+specify the environment variable CVSROOT with that value and after that you haven�t
 to use that flag any more. On <b>//2</b> we get the whole cvs tree of ant. (Sorry,
 but that uses a lot of time ... 10 up to 30 minutes are not unusual ... but this has
 to be done only once :-). A cvs update doesn't use a modulename but you have to be

Modified: ant/site/ant/production/manualdownload.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manualdownload.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/manualdownload.html (original)
+++ ant/site/ant/production/manualdownload.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Ant Manual Distributions</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/mission.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/mission.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/mission.html (original)
+++ ant/site/ant/production/mission.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Apache Ant&#x2122; Mission</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
           <meta name="author" content="Apache Ant PMC">

Modified: ant/site/ant/production/nightlies.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/nightlies.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/nightlies.html (original)
+++ ant/site/ant/production/nightlies.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Nightly+Continuous Builds</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/problems.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/problems.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/problems.html (original)
+++ ant/site/ant/production/problems.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Having Problems?</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
           <meta name="author" content="Conor MacNeill">
@@ -283,8 +283,8 @@ Detected OS: Windows NT<br />
 parsing buildfile D:\ant\build.xml
 with URI = file:D:/ant/build.xml<br />
 Project base dir set to: D:\ant<br />
-  [property] Loading Environment env.<br />
-  [property] Loading D:\ant\conf.properties<br />
+  [property] Loading Environment env.<br />
+  [property] Loading D:\ant\conf.properties<br />
 Build sequence for target 'debug' is [debug]<br />
 Complete build sequence is [debug, gensrc, compile, jar, test]<br />
 . . .<br />

Modified: ant/site/ant/production/projects.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/projects.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/projects.html (original)
+++ ant/site/ant/production/projects.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Related Projects</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
           <meta name="author" content="Stefan Bodewig">

Modified: ant/site/ant/production/projects/easyant.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/projects/easyant.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/projects/easyant.html (original)
+++ ant/site/ant/production/projects/easyant.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - The Apache Easyant Subproject</title>
         <link type="text/css" href="../page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/projects/index.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/projects/index.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/projects/index.html (original)
+++ ant/site/ant/production/projects/index.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Welcome</title>
         <link type="text/css" href="../page.css" rel="stylesheet">
           <meta name="author" content="Christoph Wilhelms">

Modified: ant/site/ant/production/projects/ivy.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/projects/ivy.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/projects/ivy.html (original)
+++ ant/site/ant/production/projects/ivy.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - The Apache Ivy Subproject</title>
         <link type="text/css" href="../page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/projects/ivyde.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/projects/ivyde.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/projects/ivyde.html (original)
+++ ant/site/ant/production/projects/ivyde.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - The Apache IvyDE Subproject</title>
         <link type="text/css" href="../page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/resources.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/resources.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/resources.html (original)
+++ ant/site/ant/production/resources.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Resources</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
         </head>
@@ -533,7 +533,7 @@
         This is the original description:</p>
                                 <pre class="code">
         Das Build-Tool Ant ist das Open-Source-Werkzeug, das den Entwicklungsprozess einer Java-
-        oder J2EE-Anwendung wesentlich vereinfacht. Gesteuert durch XML-basierte Skripte f�hrt es
+        oder J2EE-Anwendung wesentlich vereinfacht. Gesteuert durch XML-basierte Skripte f�hrt es
         nahezu alle Aufgaben aus, die nach dem Kodieren einer Anwendung anfallen.</pre>
                                 <p>Some topics:</p>
                                 <ul>
@@ -668,11 +668,11 @@
                         <p>A German language short reference for Ant that covers Ant
         1.4.  This is the original description:</p>
                                 <pre class="code">
-  Ant kurz &amp; gut enthält eine vollständige Referenz der Built-in Tasks
-  und ihrer jeweiligen Attribute sowie kurze Beispiele für ihre Verwendung.
-  Daneben bietet das Buch eine knappe Einführung in die Arbeit mit Ant und
-  eine Erläuterung der Ant-Basiselemente (Projekte, Properties, Targets und Tasks).
-  Behandelt werden außerdem grundlegende Konzepte wie Filesets, Patternsets und
+  Ant kurz &amp; gut enthält eine vollständige Referenz der Built-in Tasks
+  und ihrer jeweiligen Attribute sowie kurze Beispiele für ihre Verwendung.
+  Daneben bietet das Buch eine knappe Einführung in die Arbeit mit Ant und
+  eine Erläuterung der Ant-Basiselemente (Projekte, Properties, Targets und Tasks).
+  Behandelt werden außerdem grundlegende Konzepte wie Filesets, Patternsets und
   Pfadstrukturen, das Schreiben eigener Tasks, die Aufruf-Syntax und Optional Tasks. </pre>
                                       <table class="externals" cellspacing="1" cellpadding="4">
               <tr>
@@ -936,8 +936,8 @@
       </tr>
           </table>
                                                           <h4 class="subsection">
-        <a name="Programmieren für Ant"></a>
-        Programmieren für Ant
+        <a name="Programmieren für Ant"></a>
+        Programmieren für Ant
       </h4>
                         <p>This article describes the main topics of programming your own tasks.
         Description is done on five examples.</p>

Modified: ant/site/ant/production/security.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/security.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/security.html (original)
+++ ant/site/ant/production/security.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Apache Ant Security Reports</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/srcdownload.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/srcdownload.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/srcdownload.html (original)
+++ ant/site/ant/production/srcdownload.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - Source Distributions</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
         </head>

Modified: ant/site/ant/production/svn.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/svn.html?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/production/svn.html (original)
+++ ant/site/ant/production/svn.html Fri Mar 14 20:57:33 2014
@@ -20,7 +20,7 @@
         <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Apache Ant - SVN Repositories</title>
         <link type="text/css" href="./page.css" rel="stylesheet">
           <meta name="author" content="Antoine Levy-Lambert">

Modified: ant/site/ant/sources/stylesheets/templates.vm
URL: http://svn.apache.org/viewvc/ant/site/ant/sources/stylesheets/templates.vm?rev=1577706&r1=1577705&r2=1577706&view=diff
==============================================================================
--- ant/site/ant/sources/stylesheets/templates.vm (original)
+++ ant/site/ant/sources/stylesheets/templates.vm Fri Mar 14 20:57:33 2014
@@ -227,7 +227,7 @@
   <html lang="en">
     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
     <head>
-      <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+      <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>$project.getChild("title").getText() - $root.getChild("properties").getChild("title").getText()</title>
         <link type="text/css" href="$relativePath/page.css" rel="stylesheet">
   #set ($authors = $root.getChild("properties").getChildren("author"))