diff options
author | Chris Goldthorpe | 2009-10-08 20:31:29 +0000 |
---|---|---|
committer | Chris Goldthorpe | 2009-10-08 20:31:29 +0000 |
commit | 69b03cb32f5955a8ebdb5412ede15c5924230fee (patch) | |
tree | 84526388c35244f17e47e503d85a5c41ef87e636 /org.eclipse.ua.tests/data/help | |
parent | faef9c2d7e7b3c85f2292053647d2bee6bd03f44 (diff) | |
download | eclipse.platform.ua-69b03cb32f5955a8ebdb5412ede15c5924230fee.tar.gz eclipse.platform.ua-69b03cb32f5955a8ebdb5412ede15c5924230fee.tar.xz eclipse.platform.ua-69b03cb32f5955a8ebdb5412ede15c5924230fee.zip |
Bug 281146 – [Help][Index] See references added to the keyword index:
Diffstat (limited to 'org.eclipse.ua.tests/data/help')
-rw-r--r-- | org.eclipse.ua.tests/data/help/index/assembler/d.xml | 32 | ||||
-rw-r--r-- | org.eclipse.ua.tests/data/help/index/index.xml | 2 |
2 files changed, 33 insertions, 1 deletions
diff --git a/org.eclipse.ua.tests/data/help/index/assembler/d.xml b/org.eclipse.ua.tests/data/help/index/assembler/d.xml new file mode 100644 index 000000000..af18ab77c --- /dev/null +++ b/org.eclipse.ua.tests/data/help/index/assembler/d.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 20059 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="eclipse"> + <topic href="topic3.html" label="ide"/> + <see keyword="helios"/> + </entry> + <entry keyword="eclipse"> + <entry keyword ="workbench"> + <topic href="topic3.html" label="views"/> + </entry> + <see keyword="helios"></see> + </entry> + <entry keyword="helios"> + <see keyword="eclipse"/> + </entry> + <entry keyword="eclipse"> + <see keyword="helios"> + <subpath keyword = "release"/> + </see> + </entry> +</index> diff --git a/org.eclipse.ua.tests/data/help/index/index.xml b/org.eclipse.ua.tests/data/help/index/index.xml index a29bee535..7c8d32725 100644 --- a/org.eclipse.ua.tests/data/help/index/index.xml +++ b/org.eclipse.ua.tests/data/help/index/index.xml @@ -64,5 +64,5 @@ </entry> <entry keyword="overhead"> <topic href="data/help/index/topic1.html"/> - </entry> + </entry>
<entry keyword="character >">
<topic href="data/help/index/topic1.html"/>
</entry>
<entry keyword="character <">
<topic href="data/help/index/topic1.html"/>
</entry>
<entry keyword="character &">
<topic href="data/help/index/topic1.html"/>
</entry>
<entry keyword="character '">
<topic href="data/help/index/topic1.html"/>
</entry>
<entry keyword="character "">
<topic href="data/help/index/topic1.html"/>
</entry>
<entry keyword="bundle">
<topic href="data/help/index/topic1.html" title = "loading"/>
<entry keyword = "development environment">
<topic href="data/help/index/topic2.html" title = "dev"/>
</entry>
</entry>
<entry keyword="Error - this entry is empty"/>
<entry keyword="plug-in">
<see keyword="bundle"/>
<see keyword="assistance"/>
<see keyword="invalidSee"/>
</entry>
<entry keyword="PDE">
<see keyword="bundle">
<subpath keyword = "development environment" />
</see>
</entry>
<entry keyword="special characters">
<see keyword="character >"/>
<see keyword="character <"/>
<see keyword="character &"/>
<see keyword="character '"/>
<see keyword="character ""/>
</entry> </index> |