Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2009-03-15 00:12:58 +0000
committerrelves2009-03-15 00:12:58 +0000
commit8355d3ee950b88ece7c7e8d39b4a58228452796f (patch)
tree556d08133ad58de813f88ec70703a713b5cc3042
parent31965c34f38b9b70686dd2c82b63abe1b1738953 (diff)
downloadorg.eclipse.mylyn.tasks-8355d3ee950b88ece7c7e8d39b4a58228452796f.tar.gz
org.eclipse.mylyn.tasks-8355d3ee950b88ece7c7e8d39b4a58228452796f.tar.xz
org.eclipse.mylyn.tasks-8355d3ee950b88ece7c7e8d39b4a58228452796f.zip
RESOLVED - bug 246387: restructure the User Guide and FAQR_3_1_0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246387
-rw-r--r--org.eclipse.mylyn.help.ui/build-helper.xml4
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Mylyn Reference-toc.xml1
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Task-Repository-Connectors.html16
3 files changed, 15 insertions, 6 deletions
diff --git a/org.eclipse.mylyn.help.ui/build-helper.xml b/org.eclipse.mylyn.help.ui/build-helper.xml
index 7651f93a8..d079cbc38 100644
--- a/org.eclipse.mylyn.help.ui/build-helper.xml
+++ b/org.eclipse.mylyn.help.ui/build-helper.xml
@@ -58,13 +58,13 @@
<mediawiki-fetch-images src="tmp/help.doc.html" dest="tmp" base="@{help.doc.url.base}"/>
<xslt style="extract-markup.xsl" in="tmp/help.doc.xml" out="tmp/@{help.doc.filenameNoExtension}.mediawiki"/>
- <!--<echo append="true" file="tmp/@{help.doc.filenameNoExtension}.mediawiki">
+ <echo append="true" file="tmp/@{help.doc.filenameNoExtension}.mediawiki">
= Updating This Document =
This document is maintained in a collaborative wiki. If you wish to update or modify this document please visit
@{help.doc.url.html}
- </echo>-->
+ </echo>
<wikitext-to-eclipse-help markupLanguage="org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage"
multipleOutputFiles="true"
diff --git a/org.eclipse.mylyn.help.ui/userguide/Mylyn Reference-toc.xml b/org.eclipse.mylyn.help.ui/userguide/Mylyn Reference-toc.xml
index 76b577def..89a3893c7 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Mylyn Reference-toc.xml
+++ b/org.eclipse.mylyn.help.ui/userguide/Mylyn Reference-toc.xml
@@ -51,4 +51,5 @@
<topic href="userguide/Task-Repository-Connectors.html#Generic_Web_Templates_Connector" label="Generic Web Templates Connector"></topic>
<topic href="userguide/Task-Repository-Connectors.html#XPlanner_Connector" label="XPlanner Connector"></topic>
</topic>
+ <topic href="userguide/Updating-This-Document.html" label="Updating This Document"></topic>
</toc> \ No newline at end of file
diff --git a/org.eclipse.mylyn.help.ui/userguide/Task-Repository-Connectors.html b/org.eclipse.mylyn.help.ui/userguide/Task-Repository-Connectors.html
index 5af00ef69..abc5959f6 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Task-Repository-Connectors.html
+++ b/org.eclipse.mylyn.help.ui/userguide/Task-Repository-Connectors.html
@@ -17,12 +17,16 @@
</a>
</td>
<td style="width: 60%" align="center"></td>
- <td style="width: 20%" align="right"></td>
+ <td style="width: 20%" align="right">
+ <a href="Updating-This-Document.html" title="Updating This Document">
+ <img alt="Next" border="0" src="images/images/next.gif"/>
+ </a>
+ </td>
</tr>
<tr>
<td style="width: 20%" align="left" valign="top">Preferences</td>
<td style="width: 60%" align="center"></td>
- <td style="width: 20%" align="right" valign="top"></td>
+ <td style="width: 20%" align="right" valign="top">Updating This Document</td>
</tr>
</table><hr/>
<h1 id="Task_Repository_Connectors">Task Repository Connectors</h1>
@@ -180,12 +184,16 @@
<img alt="Mylyn Reference" border="0" src="images/images/home.gif"/>
</a>
</td>
- <td style="width: 20%" align="right"></td>
+ <td style="width: 20%" align="right">
+ <a href="Updating-This-Document.html" title="Updating This Document">
+ <img alt="Next" border="0" src="images/images/next.gif"/>
+ </a>
+ </td>
</tr>
<tr>
<td style="width: 20%" align="left" valign="top">Preferences</td>
<td style="width: 60%" align="center"></td>
- <td style="width: 20%" align="right" valign="top"></td>
+ <td style="width: 20%" align="right" valign="top">Updating This Document</td>
</tr>
</table>
</body>

Back to the top