uidesigner/com.nokia.carbide.cpp.uiq.doc.user/plugin.xml
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
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>