[3_14_x] 445557: generate help for Mylyn 3.14 

Change-Id: If9b3ed23bca2b74e439d6c49ab66dee36d3b4023
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=445557
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Installation.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Installation.html
index 23393c7..2e8669d 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Installation.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Installation.html
@@ -49,8 +49,8 @@
 			</li>
 			<li>Enter the Mylyn update site url: 
 				<ol>
-					<li><code>
-						<a href="http://download.eclipse.org/tools/mylyn/update/e3.4" target="mylyn_external">http://download.eclipse.org/tools/mylyn/update/e3.4</a></code>
+					<li><code> 
+						<a href="http://download.eclipse.org/mylyn/releases/latest" target="mylyn_external">http://download.eclipse.org/mylyn/releases/latest</a></code>
 					</li>
 					<li>Additional extension update sites are from 
 						<a href="http://www.eclipse.org/mylyn/downloads/" target="mylyn_external">the download page</a>
@@ -294,13 +294,10 @@
 		<p>Ensure that all required update sites are enabled under Help &gt; Software Updates &gt; Available Software &gt; Manage Sites:</p>
 		<ul>
 			<li>
-				<a href="http://download.eclipse.org/tools/mylyn/update/e3.4" target="mylyn_external">http://download.eclipse.org/tools/mylyn/update/e3.4</a>
+				<a href="http://download.eclipse.org/mylyn/releases/latest" target="mylyn_external">http://download.eclipse.org/mylyn/releases/latest</a>
 			</li>
 			<li>
-				<a href="http://download.eclipse.org/tools/mylyn/update/extras" target="mylyn_external">http://download.eclipse.org/tools/mylyn/update/extras</a>
-			</li>
-			<li>
-				<a href="http://download.eclipse.org/tools/mylyn/update/incubator" target="mylyn_external">http://download.eclipse.org/tools/mylyn/update/incubator</a>
+				<a href="http://download.eclipse.org/mylyn/incubator/3.13" target="mylyn_external">http://download.eclipse.org/mylyn/incubator/3.13</a> 
 			</li>
 		</ul>
 		<p>Then follow these steps:</p>
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
index 58a5e33..14bbfb9 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
@@ -84,7 +84,7 @@
 				<td><code>org.eclipse.mylyn.tests.all</code></td>
 				<td><center>3.7</center></td>
 				<td>false</td>
-				<td>Set to true to run all connector tests. The default is to run heartbeat tests only.</td>
+				<td>Set to true to run connector tests against all fixtures. The default is to run tests against the default fixture only.</td>
 			</tr>
 			<tr>
 				<td><code>mylyn.test.server</code></td>
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Focused-UI.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Focused-UI.html
index 6c5c2dd..d955386 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Focused-UI.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Focused-UI.html
@@ -31,16 +31,16 @@
 		</table><hr/>
 		<h1 id="Task-Focused_UI">Task-Focused UI</h1>
 		<h2 id="What_is_the_Task-Focused_UI.3F">What is the Task-Focused UI?</h2>
-		<p>When you activate a task, Mylyn automatically maintains a task context by monitoring your interaction.  The task context provides a predictable degree-of-interest weighting of the relevance of the elements and relations that you work with to the task-at-hand (as described in the 
-			<a href="http://kerstens.org/mik/publications/2006-11-mylar-fse.pdf" target="mylyn_external">Foundations of Software Engineering conference paper</a>).  The Task-Focused UI is the mechanism by which Mylyn presents Mylyn the task-context model in order to reduce information overload and to automate the manual management of UI elements like editors and change sets.  Examples:
-		</p>
+		<p>When you activate a task, Mylyn automatically maintains a task context by monitoring your interaction. The task context provides a predictable degree-of-interest weighting of the relevance of the elements (files, classes, methods, etc.) and relations that you work with to the active task. The Task-Focused UI uses the task context to reduce information overload and to automate the management of editors, views, change sets and other UI elements. This increases productivity while working on the task and also makes it much easier to multitask because you can switch task contexts with a single click. </p>
+		<p>Here are some of the ways the context is used to focus the UI on the active task:</p>
 		<ul>
-			<li>Filtering, decoration and expansion management in views</li>
-			<li>Automatic folding in editors</li>
-			<li>Ranking in content assist</li>
-			<li>Editor management</li>
-			<li>Perspective management</li>
-			<li>Change set management</li>
+			<li>Filtering uninteresting elements from views (e.g. the Package Explorer) and decorating the most interesting elements</li>
+			<li>Automatic expansion management in views </li>
+			<li>Automatic code folding in editors</li>
+			<li>Reordering of content assist proposals</li>
+			<li>Automatic management of open editors</li>
+			<li>Automatic change set management</li>
+			<li>Commit message auto-population</li>
 		</ul>
 		<h2 id="Why_do_files_disappear_from_Focused_views_when_I_close_them.3F">Why do files disappear from Focused views when I close them?</h2>
 		<p>By default Mylyn automatically manages the set of open files to match the task context, so that you don’t have to.  This ensures that the editor list (viewable via mechanisms like Ctrl+E) corresponds to what you in views like the