uidesigner/com.nokia.carbide.cpp.uidesigner.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.0"?>
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="toc.xml"
cawthron
parents:
diff changeset
     9
            primary="true"/>
cawthron
parents:
diff changeset
    10
      <toc
cawthron
parents:
diff changeset
    11
            file="tocconcepts.xml"
cawthron
parents:
diff changeset
    12
            primary="false"/>
cawthron
parents:
diff changeset
    13
      <toc
cawthron
parents:
diff changeset
    14
            file="tocgettingstarted.xml"
cawthron
parents:
diff changeset
    15
            primary="false"/>
cawthron
parents:
diff changeset
    16
      <toc
cawthron
parents:
diff changeset
    17
            file="tocreference.xml"
cawthron
parents:
diff changeset
    18
            primary="false"/>
cawthron
parents:
diff changeset
    19
      <toc
cawthron
parents:
diff changeset
    20
            file="toctasks.xml"
cawthron
parents:
diff changeset
    21
            primary="false"/>
cawthron
parents:
diff changeset
    22
	   
cawthron
parents:
diff changeset
    23
	  <!-- Moved release notice to manual (20080517)
cawthron
parents:
diff changeset
    24
      <toc
cawthron
parents:
diff changeset
    25
            file="tocRelease.xml"
cawthron
parents:
diff changeset
    26
            primary="false"/>
cawthron
parents:
diff changeset
    27
	  -->
cawthron
parents:
diff changeset
    28
cawthron
parents:
diff changeset
    29
		<index path="index" />
cawthron
parents:
diff changeset
    30
    </extension>
cawthron
parents:
diff changeset
    31
cawthron
parents:
diff changeset
    32
	<!-- UI Designer cheatsheets extension  -->
cawthron
parents:
diff changeset
    33
	<!--	
cawthron
parents:
diff changeset
    34
	<extension
cawthron
parents:
diff changeset
    35
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
cawthron
parents:
diff changeset
    36
         
cawthron
parents:
diff changeset
    37
      <category
cawthron
parents:
diff changeset
    38
            id="com.nokia.carbide.cpp.uidesigner.cheatsheets"
cawthron
parents:
diff changeset
    39
            name="UI Designer Development" />
cawthron
parents:
diff changeset
    40
            
cawthron
parents:
diff changeset
    41
      <cheatsheet
cawthron
parents:
diff changeset
    42
            category="com.nokia.carbide.cpp.uidesigner.cheatsheets"
cawthron
parents:
diff changeset
    43
            contentFile="html/cheatsheets/uid_getStarted_cs.xml"
cawthron
parents:
diff changeset
    44
            id="com.nokia.carbide.cpp.uidesigner.doc.user.uid_GetStarted"
cawthron
parents:
diff changeset
    45
            name="Getting Started with UI Designer" /> 
cawthron
parents:
diff changeset
    46
            
cawthron
parents:
diff changeset
    47
      <cheatsheet
cawthron
parents:
diff changeset
    48
            category="com.nokia.carbide.cpp.uidesigner.cheatsheets"
cawthron
parents:
diff changeset
    49
            contentFile="html/cheatsheets/uid_custom_components_cs.xml"
cawthron
parents:
diff changeset
    50
            id="com.nokia.carbide.cpp.uidesigner.doc.user.uid_CustComponents"
cawthron
parents:
diff changeset
    51
            name="Creating Custom Components" />
cawthron
parents:
diff changeset
    52
            
cawthron
parents:
diff changeset
    53
   </extension>
cawthron
parents:
diff changeset
    54
	-->
cawthron
parents:
diff changeset
    55
	
cawthron
parents:
diff changeset
    56
	<!-- Add UI Designer info to Welcome pages to extend content -->
cawthron
parents:
diff changeset
    57
	
cawthron
parents:
diff changeset
    58
	<extension
cawthron
parents:
diff changeset
    59
		point="org.eclipse.ui.intro.configExtension">
cawthron
parents:
diff changeset
    60
		
cawthron
parents:
diff changeset
    61
		<configExtension
cawthron
parents:
diff changeset
    62
			configId="org.eclipse.ui.intro.universalConfig"
cawthron
parents:
diff changeset
    63
			content="intro/overviewUIDesignerExtContent.xml" /> 
cawthron
parents:
diff changeset
    64
		
cawthron
parents:
diff changeset
    65
		<configExtension
cawthron
parents:
diff changeset
    66
			configId="org.eclipse.ui.intro.universalConfig"
cawthron
parents:
diff changeset
    67
			content="intro/tutorialsUIDesignerExtContent.xml" /> 
cawthron
parents:
diff changeset
    68
cawthron
parents:
diff changeset
    69
		<configExtension
cawthron
parents:
diff changeset
    70
			configId="org.eclipse.ui.intro.universalConfig"
cawthron
parents:
diff changeset
    71
			content="intro/newsUIDesignerExtContent.xml" /> 
cawthron
parents:
diff changeset
    72
		 
cawthron
parents:
diff changeset
    73
		<!--
cawthron
parents:
diff changeset
    74
		<configExtension
cawthron
parents:
diff changeset
    75
			configId="com.nokia.carbide.cpp.introConfig"
cawthron
parents:
diff changeset
    76
			content="intro/samplesUIDesignerExtContent.xml" /> 
cawthron
parents:
diff changeset
    77
		-->
cawthron
parents:
diff changeset
    78
		
cawthron
parents:
diff changeset
    79
	</extension>
cawthron
parents:
diff changeset
    80
cawthron
parents:
diff changeset
    81
	<!-- CONTEXT IDs for extending CONTEXTUAL HELP in windows, dialogs, and views -->
cawthron
parents:
diff changeset
    82
	
cawthron
parents:
diff changeset
    83
	<extension point="org.eclipse.help.contexts" >
cawthron
parents:
diff changeset
    84
cawthron
parents:
diff changeset
    85
		<contexts
cawthron
parents:
diff changeset
    86
             file="html/context_help/com_nokia_sdt_symbian_ui.xml"
cawthron
parents:
diff changeset
    87
             plugin="com.nokia.carbide.cpp.symbian.ui" />
cawthron
parents:
diff changeset
    88
cawthron
parents:
diff changeset
    89
		<contexts
cawthron
parents:
diff changeset
    90
             file="html/context_help/com_nokia_sdt_uidesigner.xml"
cawthron
parents:
diff changeset
    91
             plugin="com.nokia.carbide.cpp.uidesigner" />
cawthron
parents:
diff changeset
    92
cawthron
parents:
diff changeset
    93
		<contexts
cawthron
parents:
diff changeset
    94
             file="html/context_help/org_eclipse_ui.xml"
cawthron
parents:
diff changeset
    95
             plugin="org.eclipse.ui" />
cawthron
parents:
diff changeset
    96
cawthron
parents:
diff changeset
    97
		<contexts
cawthron
parents:
diff changeset
    98
             file="html/context_help/com_nokia_sdt_uimodel.xml"
cawthron
parents:
diff changeset
    99
             plugin="com.nokia.carbide.cpp.uimodel" />
cawthron
parents:
diff changeset
   100
cawthron
parents:
diff changeset
   101
	   <!-- ADD UID INFO TO CARBIDE.C++ PREF PANEL -->
cawthron
parents:
diff changeset
   102
       <contexts file="html/context_help/com_symbian_cdt_sdk.xml" 
cawthron
parents:
diff changeset
   103
       		plugin="com.symbian.cdt.sdk" />
cawthron
parents:
diff changeset
   104
cawthron
parents:
diff changeset
   105
	   <!-- UID WIZARDS F1 HELP  -->
cawthron
parents:
diff changeset
   106
		<contexts
cawthron
parents:
diff changeset
   107
             file="html/context_help/carbide_wizards_uid.xml"
cawthron
parents:
diff changeset
   108
             plugin="com.nokia.carbide.cpp.series60.componentlibrary" /> 
cawthron
parents:
diff changeset
   109
             
cawthron
parents:
diff changeset
   110
		<contexts
cawthron
parents:
diff changeset
   111
             file="html/context_help/com_nokia_carbide_templatewizard.xml"
cawthron
parents:
diff changeset
   112
             plugin="com.nokia.carbide.templatewizard" /> 
cawthron
parents:
diff changeset
   113
             
cawthron
parents:
diff changeset
   114
    </extension>
cawthron
parents:
diff changeset
   115
cawthron
parents:
diff changeset
   116
 	<extension point="org.eclipse.help.index">
cawthron
parents:
diff changeset
   117
		<index file="html/index.xml"/>
cawthron
parents:
diff changeset
   118
	</extension>
cawthron
parents:
diff changeset
   119
cawthron
parents:
diff changeset
   120
</plugin>