Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2009-07-22 22:41:02 +0000
committerChris Goldthorpe2009-07-22 22:41:02 +0000
commit77fd2dca17764168d36a1a0a973f833683ecc67d (patch)
treebef29bc8d52aea389e04100cebb15780bf67d9b9 /org.eclipse.ua.tests/data/help
parent76f663ce9b88bf079e395d48df94fb939c9a425f (diff)
downloadeclipse.platform.ua-77fd2dca17764168d36a1a0a973f833683ecc67d.tar.gz
eclipse.platform.ua-77fd2dca17764168d36a1a0a973f833683ecc67d.tar.xz
eclipse.platform.ua-77fd2dca17764168d36a1a0a973f833683ecc67d.zip
Bug 226595 – [Help] Help index cannot handle multiple files with same ID
Diffstat (limited to 'org.eclipse.ua.tests/data/help')
-rw-r--r--org.eclipse.ua.tests/data/help/index/assembler/hasTitle.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/help/index/assembler/hasTitle.xml b/org.eclipse.ua.tests/data/help/index/assembler/hasTitle.xml
new file mode 100644
index 000000000..c479d81cf
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/index/assembler/hasTitle.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?> <!--
+ Copyright (c) 2005, 2006 IBM Corporation 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:
+ IBM Corporation - initial API and implementation
+ -->
+
+<index>
+ <entry keyword="keyword1"> <topic href="topic1.html" title="topic0"/> <topic href="topic2.html" label="topic1"/> <topic href="topic3.html" title="topic2" label = "topic3"/>
+ </entry>
+</index>

Back to the top