Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/build-user.xml3
-rw-r--r--org.eclipse.mylyn.help.ui/build.properties3
-rw-r--r--org.eclipse.mylyn.help.ui/plugin.xml2
-rw-r--r--org.eclipse.mylyn.help.ui/toc.xml (renamed from org.eclipse.mylyn.help.ui/doc/toc.xml)7
4 files changed, 7 insertions, 8 deletions
diff --git a/org.eclipse.mylyn.help.ui/build-user.xml b/org.eclipse.mylyn.help.ui/build-user.xml
deleted file mode 100644
index 6097713f2..000000000
--- a/org.eclipse.mylyn.help.ui/build-user.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<target name="help">
- <echo message="Please run: $ ant -v -projecthelp"/>
-</target> \ No newline at end of file
diff --git a/org.eclipse.mylyn.help.ui/build.properties b/org.eclipse.mylyn.help.ui/build.properties
index 5a55d706b..a23a4f9a2 100644
--- a/org.eclipse.mylyn.help.ui/build.properties
+++ b/org.eclipse.mylyn.help.ui/build.properties
@@ -13,7 +13,8 @@ bin.includes = plugin.xml,\
icons/,\
intro/,\
images/,\
- cheatsheets/
+ cheatsheets/,\
+ toc.xml
src.includes = about.html
source.. = src/
jars.compile.order = .
diff --git a/org.eclipse.mylyn.help.ui/plugin.xml b/org.eclipse.mylyn.help.ui/plugin.xml
index 6e23bc734..42c9ad877 100644
--- a/org.eclipse.mylyn.help.ui/plugin.xml
+++ b/org.eclipse.mylyn.help.ui/plugin.xml
@@ -7,7 +7,7 @@
name="Tasks"
point="org.eclipse.help.toc">
<toc
- file="doc/toc.xml"
+ file="toc.xml"
primary="true">
</toc>
</extension>
diff --git a/org.eclipse.mylyn.help.ui/doc/toc.xml b/org.eclipse.mylyn.help.ui/toc.xml
index 8bf5bc121..146f29165 100644
--- a/org.eclipse.mylyn.help.ui/doc/toc.xml
+++ b/org.eclipse.mylyn.help.ui/toc.xml
@@ -3,11 +3,12 @@
<toc label="Mylyn" topic="doc/overview.html">
<topic label="Overview" href="doc/overview.html" />
- <topic href="doc/notices.html" label="Legal">
- </topic>
<!--
<topic label="What's new" href="doc/new.html" />
- <topic label="Tips and tricks" href="doc/tips.html"/>-->
+ <topic label="Tips and tricks" href="doc/tips.html"/>
+ -->
+ <anchor id="additions" />
+ <topic href="doc/notices.html" label="Legal" />
</toc>

Back to the top