uidesigner/com.nokia.carbide.cpp.uiq.doc.user/plugin.xml
author timkelly
Thu, 23 Apr 2009 08:52:08 -0500
branchRCL_2_0
changeset 117 bac3606e1ea9
parent 2 d760517a8095
permissions -rw-r--r--
fix bug 8914. endless sdk refresh when devices.xml is empty or has xml format error
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<?eclipse version="3.2"?>
cawthron
parents:
diff changeset
     3
<plugin>
cawthron
parents:
diff changeset
     4
cawthron
parents:
diff changeset
     5
   <extension
cawthron
parents:
diff changeset
     6
         point="org.eclipse.help.toc">
cawthron
parents:
diff changeset
     7
      <toc
cawthron
parents:
diff changeset
     8
            file="tocReference.xml"
cawthron
parents:
diff changeset
     9
            primary="true"/>
cawthron
parents:
diff changeset
    10
      <!--<toc
cawthron
parents:
diff changeset
    11
            file="tocTasks.xml"
cawthron
parents:
diff changeset
    12
            primary="false"/>-->
cawthron
parents:
diff changeset
    13
            
cawthron
parents:
diff changeset
    14
		<index path="index" />
cawthron
parents:
diff changeset
    15
cawthron
parents:
diff changeset
    16
   </extension>
cawthron
parents:
diff changeset
    17
cawthron
parents:
diff changeset
    18
<!-- =================================================================================== -->
cawthron
parents:
diff changeset
    19
<!-- CONTEXT IDs for CONTEXTUAL HELP in windows, dialogs, and views                      -->
cawthron
parents:
diff changeset
    20
<!-- =================================================================================== -->
cawthron
parents:
diff changeset
    21
	
cawthron
parents:
diff changeset
    22
	<extension point="org.eclipse.help.contexts" >
cawthron
parents:
diff changeset
    23
cawthron
parents:
diff changeset
    24
       <contexts file="html/uiq_context_help.xml"
cawthron
parents:
diff changeset
    25
       		plugin="com.nokia.carbide.cpp.uiq.components" />
cawthron
parents:
diff changeset
    26
cawthron
parents:
diff changeset
    27
       <contexts file="html/uiq_context_help.xml"
cawthron
parents:
diff changeset
    28
       		plugin="com.nokia.carbide.cpp.uiq.ui" />
cawthron
parents:
diff changeset
    29
cawthron
parents:
diff changeset
    30
       <contexts file="html/uiq_context_help.xml"
cawthron
parents:
diff changeset
    31
       		plugin="org.eclipse.ui.ide" />
cawthron
parents:
diff changeset
    32
cawthron
parents:
diff changeset
    33
   </extension>
cawthron
parents:
diff changeset
    34
cawthron
parents:
diff changeset
    35
</plugin>