Set property svn:eol-style to native
diff --git a/org.jacoco.doc/docroot/doc/index.html b/org.jacoco.doc/docroot/doc/index.html
index 73cc7bc..4f104c2 100644
--- a/org.jacoco.doc/docroot/doc/index.html
+++ b/org.jacoco.doc/docroot/doc/index.html
@@ -1,89 +1,89 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href=".resources/doc.css" charset="ISO-8859-1" type="text/css" />
- <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
- <title>JaCoCo - Documentation</title>
-</head>
-<body>
-
-<div class="breadcrumb">
- <a href="../index.html" class="el_report">JaCoCo</a> >
- <span class="el_group">Documentation</span>
-</div>
-<div id="content">
-
-<h1>Documentation</h1>
-
-<h3>Concepts</h3>
-
-<p>
- See what this is all about and understand the basic ideas.
-</p>
-
-<ul>
- <li><a href="mission.html">Mission</a></li>
- <li><a href="integrations.html">Integration Matrix</a></li>
- <li><i>Introduction to Code Coverage</i></li>
- <li><a href="counters.html">Coverage Counters</a></li>
-</ul>
-
-<h3>Using JaCoCo</h3>
-
-<p>
- Use JaCoCo tools out-of-the-box.
-</p>
-
-<ul>
- <li><a href="ant.html">Ant Tasks</a></li>
- <li><a href="maven.html">Maven Plug-in</a></li>
- <li><a href="examples/ant/build.xml">Ant Usage Example</a></li>
- <li><a href="agent.html">Java Agent</a></li>
- <li><a href="support.html">Support and Feedback</a></li>
-</ul>
-
-<h3>Integrating JaCoCo</h3>
-
-<p>
- Integrate JaCoCo technology with your tools.
-</p>
-
-<ul>
- <li><a href="api/index.html">API JavaDoc</a></li>
- <li><a href="api.html">API Usage Examples</a></li>
- <li><a href="../coverage/report.dtd">XML Report DTD</a></li>
- <li><a href="repo.html">Maven Repository</a></li>
-</ul>
-
-<h3>Developing JaCoCo</h3>
-
-<p>
- Improve the implementation and add new features.
-</p>
-
-<ul>
- <li><a href="environment.html">Development Environment</a></li>
- <li><a href="conventions.html">Conventions</a></li>
- <li><a href="build.html">Build</a></li>
- <li><a href="implementation.html">Implementation Design</a></li>
- <li><a href="flow.html">Control Flow Analysis</a></li>
-</ul>
-
-<h3>Miscellaneous</h3>
-
-<ul>
- <li><a href="changes.html">Change Log</a></li>
- <li><a href="license.html">License</a></li>
- <li><a href="team.html">Team</a></li>
-</ul>
-
-</div>
-<div class="footer">
- <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>
- <a href="license.html">Copyright</a> © @copyright.years@ Mountainminds GmbH & Co. KG and Contributors
-</div>
-
-</body>
-</html>
\ No newline at end of file
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ <link rel="stylesheet" href=".resources/doc.css" charset="ISO-8859-1" type="text/css" />
+ <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
+ <title>JaCoCo - Documentation</title>
+</head>
+<body>
+
+<div class="breadcrumb">
+ <a href="../index.html" class="el_report">JaCoCo</a> >
+ <span class="el_group">Documentation</span>
+</div>
+<div id="content">
+
+<h1>Documentation</h1>
+
+<h3>Concepts</h3>
+
+<p>
+ See what this is all about and understand the basic ideas.
+</p>
+
+<ul>
+ <li><a href="mission.html">Mission</a></li>
+ <li><a href="integrations.html">Integration Matrix</a></li>
+ <li><i>Introduction to Code Coverage</i></li>
+ <li><a href="counters.html">Coverage Counters</a></li>
+</ul>
+
+<h3>Using JaCoCo</h3>
+
+<p>
+ Use JaCoCo tools out-of-the-box.
+</p>
+
+<ul>
+ <li><a href="ant.html">Ant Tasks</a></li>
+ <li><a href="maven.html">Maven Plug-in</a></li>
+ <li><a href="examples/ant/build.xml">Ant Usage Example</a></li>
+ <li><a href="agent.html">Java Agent</a></li>
+ <li><a href="support.html">Support and Feedback</a></li>
+</ul>
+
+<h3>Integrating JaCoCo</h3>
+
+<p>
+ Integrate JaCoCo technology with your tools.
+</p>
+
+<ul>
+ <li><a href="api/index.html">API JavaDoc</a></li>
+ <li><a href="api.html">API Usage Examples</a></li>
+ <li><a href="../coverage/report.dtd">XML Report DTD</a></li>
+ <li><a href="repo.html">Maven Repository</a></li>
+</ul>
+
+<h3>Developing JaCoCo</h3>
+
+<p>
+ Improve the implementation and add new features.
+</p>
+
+<ul>
+ <li><a href="environment.html">Development Environment</a></li>
+ <li><a href="conventions.html">Conventions</a></li>
+ <li><a href="build.html">Build</a></li>
+ <li><a href="implementation.html">Implementation Design</a></li>
+ <li><a href="flow.html">Control Flow Analysis</a></li>
+</ul>
+
+<h3>Miscellaneous</h3>
+
+<ul>
+ <li><a href="changes.html">Change Log</a></li>
+ <li><a href="license.html">License</a></li>
+ <li><a href="team.html">Team</a></li>
+</ul>
+
+</div>
+<div class="footer">
+ <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>
+ <a href="license.html">Copyright</a> © @copyright.years@ Mountainminds GmbH & Co. KG and Contributors
+</div>
+
+</body>
+</html>