trace/tracebuilder/com.nokia.tracebuilder.help/html/index.xml
changeset 10 ed1c9f64298a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trace/tracebuilder/com.nokia.tracebuilder.help/html/index.xml	Wed Jun 23 14:35:40 2010 +0300
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.index"?>
+
+	<!-- INDEX INSTRUCTIONS
+	
+	Use the index.xml file to define the index entries for the plugin's 
+	help contents. In Eclipse 3.2 and beyond an Index tab appears in the Help
+	viewer making it possible for user to more easily locate subjects of
+	interest to them.
+		
+	In brief, every file used in the help documentation should have at least one
+	associated index entry for it. Ideally, it's simple to make two entries per
+	page by simply re-wording the subject slightly. For example, a view could
+	be indexed twice like this, 1) Breakpoint view, and 2) Views/Breakpoint.
+	
+	-->
+
+<index>
+
+	<entry keyword="Open System Trace" >
+		<topic href="html/concepts/trace_format.htm" />
+	</entry> 
+
+	<entry keyword="tracing" >
+		<topic href="html/concepts/tracing.htm" />
+	</entry> 
+	
+	<entry keyword="dictionary file" >
+		<topic href="html/concepts/dictionaryfile.htm" />
+	</entry>
+
+	<entry keyword="adding traces" >
+		<topic href="html/tasks/addingtraces.htm" />
+	</entry> 
+
+	<entry keyword="adding parameters to traces" >
+		<topic href="html/tasks/addingparameters.htm" />
+	</entry> 
+
+	<entry keyword="converting binary traces to OST" >
+		<topic href="html/tasks/converting.htm" />
+	</entry> 
+
+</index>
+
+