Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.help.ui/build-helper.xml3
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Mylyn Reference-toc.xml13
2 files changed, 5 insertions, 11 deletions
diff --git a/org.eclipse.mylyn.help.ui/build-helper.xml b/org.eclipse.mylyn.help.ui/build-helper.xml
index 125b46340..3b55c8412 100644
--- a/org.eclipse.mylyn.help.ui/build-helper.xml
+++ b/org.eclipse.mylyn.help.ui/build-helper.xml
@@ -48,6 +48,9 @@
help.imagefolder="${imageFolder}"
targetfolder="userguide"
wiki.url.base="${mylyn.help.doc.url.base}/Mylyn"/>
+ <replaceregexp file="userguide/Mylyn Reference-toc.xml" match="(&lt;topic.*?href=&quot;userguide/Task-Repository-Connectors.html.*?&gt;(\s*&lt;topic\s*href=&quot;.*?&quot;\s*label=&quot;.*&quot;&gt;\s*?&lt;/topic&gt;)+)(\s*)(&lt;/topic&gt;)"
+ replace="\1\3&lt;anchor id=&quot;additions-repository-connectors&quot;/&gt;\3\4"
+ flags="s"/>
</target>
<macrodef name="eclipse-wiki-to-help">
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 b20f062a5..a8d845532 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Mylyn Reference-toc.xml
+++ b/org.eclipse.mylyn.help.ui/userguide/Mylyn Reference-toc.xml
@@ -1,14 +1,4 @@
-<?xml version='1.0' encoding='utf-8' ?><!--
- Copyright (c) 2009 Tasktop Technologies and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
- Tasktop Technologies - initial API and implementation
- -->
-
+<?xml version='1.0' encoding='utf-8' ?>
<toc topic="userguide/Mylyn Reference.html" label="Mylyn Reference">
<topic href="userguide/Mylyn Reference.html" label="Task List">
<topic href="userguide/Mylyn Reference.html#Task_List_Presentation" label="Task List Presentation"></topic>
@@ -60,6 +50,7 @@
<topic href="userguide/Task-Repository-Connectors.html#JIRA_Connector" label="JIRA Connector"></topic>
<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>
+ <anchor id="additions-repository-connectors"/>
</topic>
<topic href="userguide/Updating-This-Document.html" label="Updating This Document"></topic>
</toc> \ No newline at end of file

Back to the top