Author: bodewig
Date: Thu May 15 11:19:41 2014
New Revision: 1594867
URL: http://svn.apache.org/r1594867
Log:
Manually fix broken non-ASCII characters
Modified:
ant/site/ant/production/contributors.html
ant/site/ant/production/external.html
ant/site/ant/production/faq.html
ant/site/ant/production/resources.html
Modified: ant/site/ant/production/contributors.html
URL:
http://svn.apache.org/viewvc/ant/site/ant/production/contributors.html?rev=1594867&r1=1594866&r2=1594867&view=diff
==============================================================================
--- ant/site/ant/production/contributors.html (original)
+++ ant/site/ant/production/contributors.html Thu May 15 11:19:41 2014
@@ -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=1594867&r1=1594866&r2=1594867&view=diff
==============================================================================
--- ant/site/ant/production/external.html (original)
+++ ant/site/ant/production/external.html Thu May 15 11:19:41 2014
@@ -661,7 +661,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
- <a href="mailto:[email protected]">RenÃÂé Ghosh</a>
+ <a href="mailto:[email protected]">René Ghosh</a>
</td>
</tr>
<tr>
@@ -2392,7 +2392,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
- <a href="mailto:[email protected]">IÃÂñigo Serrano</a>
+ <a href="mailto:[email protected]">Iñigo Serrano</a>
</td>
</tr>
<tr>
@@ -2505,7 +2505,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
- <a href="mailto:[email protected]">JÃÂörg Pleumann</a>
+ <a href="mailto:[email protected]">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=1594867&r1=1594866&r2=1594867&view=diff
==============================================================================
--- ant/site/ant/production/faq.html (original)
+++ ant/site/ant/production/faq.html Thu May 15 11:19:41 2014
@@ -1709,7 +1709,7 @@ shell-prompt> m4 foo.m4 > 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 [ "$EMACS" = "t" ] ; then
Modified: ant/site/ant/production/resources.html
URL:
http://svn.apache.org/viewvc/ant/site/ant/production/resources.html?rev=1594867&r1=1594866&r2=1594867&view=diff
==============================================================================
--- ant/site/ant/production/resources.html (original)
+++ ant/site/ant/production/resources.html Thu May 15 11:19:41 2014
@@ -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 & 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 & 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>