Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis D'Entremont2006-07-24 23:08:02 +0000
committerCurtis D'Entremont2006-07-24 23:08:02 +0000
commit58b26fae820700dd4b2bfdc9ea5f5e9bb0bffb31 (patch)
tree1c92e3ca5a9ce1d2c93b135fede1d676ec39e703 /org.eclipse.ua.tests/data/help
parenta38240dca4c7983709b15968b98b1aab573a8177 (diff)
downloadeclipse.platform.ua-58b26fae820700dd4b2bfdc9ea5f5e9bb0bffb31.tar.gz
eclipse.platform.ua-58b26fae820700dd4b2bfdc9ea5f5e9bb0bffb31.tar.xz
eclipse.platform.ua-58b26fae820700dd4b2bfdc9ea5f5e9bb0bffb31.zip
150952 [Help] keyword index has broken links to ignoredTOCS topics
Diffstat (limited to 'org.eclipse.ua.tests/data/help')
-rw-r--r--org.eclipse.ua.tests/data/help/index/index.xml15
-rw-r--r--org.eclipse.ua.tests/data/help/index/toc.xml9
-rw-r--r--org.eclipse.ua.tests/data/help/index/tocIgnored.xml9
3 files changed, 33 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/help/index/index.xml b/org.eclipse.ua.tests/data/help/index/index.xml
new file mode 100644
index 000000000..4952da9f6
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/index/index.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index>
+ <entry keyword="topic1.html">
+ <topic href="data/help/index/topic1.html"/>
+ </entry>
+ <entry keyword="topic2.html">
+ <topic href="data/help/index/topic2.html"/>
+ </entry>
+ <entry keyword="topic3.html">
+ <topic href="data/help/index/topic3.html"/>
+ </entry>
+ <entry keyword="topic4.html">
+ <topic href="data/help/index/topic4.html"/>
+ </entry>
+</index>
diff --git a/org.eclipse.ua.tests/data/help/index/toc.xml b/org.eclipse.ua.tests/data/help/index/toc.xml
new file mode 100644
index 000000000..b52c55527
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/index/toc.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+
+<toc label="org.eclipse.ua.tests/data/help/index/toc.xml">
+ <topic label="topic1.html" href="data/help/index/topic1.html">
+ <topic label="topic3.html" href="data/help/index/topic3.html"/>
+ </topic>
+ <topic label="topic2.html" href="data/help/index/topic2.html"/>
+</toc>
diff --git a/org.eclipse.ua.tests/data/help/index/tocIgnored.xml b/org.eclipse.ua.tests/data/help/index/tocIgnored.xml
new file mode 100644
index 000000000..ed1d65cda
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/index/tocIgnored.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+
+<toc label="org.eclipse.ua.tests/data/help/index/tocIgnored.xml">
+ <topic label="topic2.html" href="data/help/index/topic2.html">
+ <topic label="topic3.html" href="data/help/index/topic3.html"/>
+ </topic>
+ <topic label="topic4.html" href="data/help/index/topic4.html"/>
+</toc>

Back to the top