Report style for documentation.
diff --git a/org.jacoco.doc/docroot/doc/mission.html b/org.jacoco.doc/docroot/doc/mission.html
new file mode 100644
index 0000000..a490c23
--- /dev/null
+++ b/org.jacoco.doc/docroot/doc/mission.html
@@ -0,0 +1,52 @@
+<?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" />
+ <title>JaCoCo - Mission</title>
+</head>
+<body>
+
+<div class="breadcrumb">
+ <a href="../index.html" class="el_session">JaCoCo</a> >
+ <span class="el_source">Mission</span>
+</div>
+
+<h1>Mission</h1>
+
+<p class="intro">
+ JaCoCo should become the standard tool for instrumentation based code coverage
+ in Java VM based environments. The focus is providing a lightweight, flexible
+ and well documented library for integration with various build and development
+ tools.
+</p>
+
+<p>
+ There are several open source coverage technologies for Java. While
+ implementing the Eclipse plug-in <a href="http://www.eclemma.org/">EclEmma</a>
+ the observation was that none of them are really designed for integration.
+ Most of them are build for a particular tool (Ant tasks, command line, IDE
+ plug-in) and do not offer a documented API that allows embedding in different
+ contexts. One of the best and widely used available open source tools is
+ <a href="http://emma.sourceforge.net/">EMMA</a>. While EclEmma is based on it
+ the EMMA library is not actively maintained any more by the original author.
+ Due to the lack of regression tests maintenance and feature additions will
+ become very difficult.
+</p>
+
+<p>
+ JaCoCo should become the standard tool for instrumentation based code coverage
+ in Java VM based environments. The focus is providing a lightweight, flexible
+ and well documented library for integration with various build and development
+ tools. Ant tasks are provided as reference usage scenarios. Other tools like a
+ ready to use Eclipse plug-in (future version of EclEmma) might follow.
+</p>
+
+<div class="footer">
+ <div style="float:right">@VERSION@</div>
+ <a href="license.html">Copyright</a> © 2009 Mountainminds GmbH & Co. KG and Contributors
+</div>
+
+</body>
+</html>
\ No newline at end of file