core/com.nokia.carbide.cpp.doc.user/plugin.xml
author fturovic <frank.turovich@nokia.com>
Tue, 17 Aug 2010 10:53:45 -0500
changeset 1844 e563086fd748
parent 1834 cd7a67219042
child 1893 e29df1745269
permissions -rw-r--r--
removed duplicate cheat sheet registration and minor edit
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1449
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     2
<?eclipse version="3.2"?>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     3
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     4
<plugin>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     5
   <extension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     6
         point="org.eclipse.help.toc">
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     7
      <toc
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     8
            file="debuggerTOC.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     9
            primary="true"/>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    10
      <toc
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    11
            file="tocCarbide.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    12
            primary="false"/>     
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    13
      <!--<toc
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    14
            file="tocRelease.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    15
            primary="false"/> -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    16
	   
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    17
	 	<!-- Prebuilt Index -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    18
		<index path="index" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    19
   </extension>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    20
  
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    21
	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    22
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    23
<!-- Manual Index                                                                        -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    24
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    25
	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    26
 <extension point="org.eclipse.help.index">
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    27
    <index file="html/index.xml"/>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    28
 </extension>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    29
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    30
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    31
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    32
<!-- Cheatsheets extension                                                               -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    33
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    34
	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    35
   <extension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    36
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    37
      <category
1797
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    38
            id="com.nokia.carbide.how_to.cheatsheets"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    39
            name="Carbide How do I..." />
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    40
            
1449
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    41
            
1797
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    42
         <!-- HOW TO PROJECTS CARBIDE 								-->
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    43
         
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    44
         <!-- HOW TO DEBUG CARBIDE 									-->
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    45
         
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    46
         <!-- HOW TO CUSTOMIZE CARBIDE 								-->
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    47
		 <cheatsheet
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    48
           composite="false"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    49
		   category="com.nokia.carbide.how_to.cheatsheets"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    50
           contentFile="html/cheatsheets/how_to_customize_code_styles.xml"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    51
           id="com.nokia.carbide.cpp.doc.user.customize_code_styles"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    52
           name="Customize Code Styles"/>
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    53
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    54
		 <cheatsheet
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    55
           composite="false"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    56
		   category="com.nokia.carbide.how_to.cheatsheets"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    57
           contentFile="html/cheatsheets/how_to_customize_editors.xml"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    58
           id="com.nokia.carbide.cpp.doc.user.customize_editors"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    59
           name="Customize Editors"/>
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    60
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    61
		 <cheatsheet
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    62
           composite="false"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    63
		   category="com.nokia.carbide.how_to.cheatsheets"
1844
e563086fd748 removed duplicate cheat sheet registration and minor edit
fturovic <frank.turovich@nokia.com>
parents: 1834
diff changeset
    64
           contentFile="html/cheatsheets/how_to_customize_cmd_group.xml"
e563086fd748 removed duplicate cheat sheet registration and minor edit
fturovic <frank.turovich@nokia.com>
parents: 1834
diff changeset
    65
           id="com.nokia.carbide.cpp.doc.user.customize_cmd_group"
e563086fd748 removed duplicate cheat sheet registration and minor edit
fturovic <frank.turovich@nokia.com>
parents: 1834
diff changeset
    66
           name="Customize Toolbars and Menus"/>
e563086fd748 removed duplicate cheat sheet registration and minor edit
fturovic <frank.turovich@nokia.com>
parents: 1834
diff changeset
    67
e563086fd748 removed duplicate cheat sheet registration and minor edit
fturovic <frank.turovich@nokia.com>
parents: 1834
diff changeset
    68
		 <cheatsheet
e563086fd748 removed duplicate cheat sheet registration and minor edit
fturovic <frank.turovich@nokia.com>
parents: 1834
diff changeset
    69
           composite="false"
e563086fd748 removed duplicate cheat sheet registration and minor edit
fturovic <frank.turovich@nokia.com>
parents: 1834
diff changeset
    70
		   category="com.nokia.carbide.how_to.cheatsheets"
1834
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents: 1815
diff changeset
    71
           contentFile="html/cheatsheets/how_to_customize_key_commands.xml"
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents: 1815
diff changeset
    72
           id="com.nokia.carbide.cpp.doc.user.customize_key_commands"
1797
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    73
           name="Customize Key Commands"/>
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    74
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    75
		 <cheatsheet
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    76
           composite="false"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    77
		   category="com.nokia.carbide.how_to.cheatsheets"
1834
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents: 1815
diff changeset
    78
           contentFile="html/cheatsheets/how_to_customize_export_settings.xml"
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents: 1815
diff changeset
    79
           id="com.nokia.carbide.cpp.doc.user.customize_export_settings"
1797
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    80
           name="Share my Settings..."/>
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    81
1449
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    82
   </extension>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    83
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    84
   <extension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    85
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    86
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    87
		<category
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    88
            id="com.nokia.carbide.trk.cheatsheets"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    89
            name="Carbide.c++ On-device Debugging"/>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    90
       
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    91
		 <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    92
		   category="com.nokia.carbide.trk.cheatsheets"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    93
           contentFile="html/cheatsheets/new_remote_conn.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    94
           id="com.nokia.carbide.cpp.doc.user.new_remote_connection"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    95
           name="Creating On-device Connections"/>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    96
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    97
		 <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    98
		   category="com.nokia.carbide.trk.cheatsheets"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    99
           contentFile="html/cheatsheets/install_remote_agent.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   100
           id="com.nokia.carbide.cpp.doc.user.install_remote_agent"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   101
           name="Downloading and Installing Remote Agents"/>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   102
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   103
		 <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   104
		   category="com.nokia.carbide.trk.cheatsheets"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   105
           contentFile="html/cheatsheets/run_mode_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   106
           id="com.nokia.carbide.cpp.doc.user.trk_appTRK_Using"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   107
           name="Run Mode On-Device Debugging"/>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   108
	   
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   109
          <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   110
            category="com.nokia.carbide.trk.cheatsheets"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   111
			contentFile="html/cheatsheets/stop_mode_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   112
            id="com.nokia.carbide.cpp.doc.user.stop_mode"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   113
            name="Stop Mode On-Device Debugging" />
1844
e563086fd748 removed duplicate cheat sheet registration and minor edit
fturovic <frank.turovich@nokia.com>
parents: 1834
diff changeset
   114
			
1815
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
   115
          <cheatsheet
1844
e563086fd748 removed duplicate cheat sheet registration and minor edit
fturovic <frank.turovich@nokia.com>
parents: 1834
diff changeset
   116
            category="com.nokia.carbide.ide.cheatsheets"
e563086fd748 removed duplicate cheat sheet registration and minor edit
fturovic <frank.turovich@nokia.com>
parents: 1834
diff changeset
   117
            composite="false"
e563086fd748 removed duplicate cheat sheet registration and minor edit
fturovic <frank.turovich@nokia.com>
parents: 1834
diff changeset
   118
            contentFile="$nl$/html/cheatsheets/getStarted_cs.xml"
e563086fd748 removed duplicate cheat sheet registration and minor edit
fturovic <frank.turovich@nokia.com>
parents: 1834
diff changeset
   119
            id="com.nokia.carbide.cpp.doc.user.cheatsheet1176819414"
e563086fd748 removed duplicate cheat sheet registration and minor edit
fturovic <frank.turovich@nokia.com>
parents: 1834
diff changeset
   120
             name="Creating and debugging an application project" />
1449
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   121
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   122
   </extension>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   123
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   124
	<!--
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   125
   <extension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   126
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   127
		 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   128
          <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   129
            contentFile="html/cheatsheets/trk_appTrk_intro_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   130
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_intro"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   131
            name="Introduction to Run Mode Debugging" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   132
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   133
          <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   134
            contentFile="html/cheatsheets/trk_appTrk_transfer_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   135
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_transfer"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   136
            name="Transferring and Installing Trk Debug Agent" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   137
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   138
          <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   139
            contentFile="html/cheatsheets/trk_appTrk_pkgsis_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   140
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_pkgsis"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   141
            name="Creating a Project .pkg file and Application .sis file" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   142
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   143
          <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   144
            contentFile="html/cheatsheets/trk_appTrk_launch_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   145
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_launch"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   146
            name="Defining a Launch Configuration for Run Mode Debugging" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   147
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   148
          <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   149
            contentFile="html/cheatsheets/trk_appTrk_debugapps_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   150
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_debugapps"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   151
            name="Debugging DLLs, Applications, and Executables" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   152
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   153
          <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   154
            contentFile="html/cheatsheets/trk_appTrk_viewdata_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   155
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_viewdata"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   156
            name="Viewing Registers and Symbian OS Data and Troubleshooting Tips" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   157
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   158
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   159
   </extension>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   160
	-->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   161
	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   162
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   163
<!-- CONTEXT IDs for CONTEXTUAL HELP in windows, dialogs, and views                      -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   164
<!-- XML help content is stored in these files:                                          -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   165
<!--     carbide_debug_dialogs_help.xml  (debugger help)                                 -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   166
<!--     carbide_ide_dialogs_help.xml  (ide help)                                        -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   167
<!--     cdt_dialogs_help.xml  (cdt help)                                                -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   168
<!--     eclipse_dialogs_help.xml  (eclipse ide help)                                    -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   169
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   170
	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   171
	<extension point="org.eclipse.help.contexts" >
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   172
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   173
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   174
		<!-- CARBIDE DIALOGS AND PREFS                             -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   175
		<!-- XML: carbide_ide_dialogs_help.xml                     -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   176
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   177
		   
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   178
       <!-- CARBIDE BUILDER HELP -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   179
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   180
       		plugin="com.nokia.carbide.cdt.builder" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   181
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   182
		<!-- PREPROCESS PREF/PROPERTIES PANEL -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   183
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   184
       		plugin="com.nokia.carbide.cpp.builder.utils" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   185
1520
0142b520a131 revised TOC to remove AIF links
fturovic <frank.turovich@nokia.com>
parents: 1475
diff changeset
   186
       <!-- SPN VIEW, INF IMPORTER, MMP, MBM, and miscellaneous HELP  -->
1449
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   187
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   188
       		plugin="com.nokia.carbide.cpp.project.ui" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   189
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   190
       <!-- SDK Preferences HELP -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   191
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   192
       		plugin="com.nokia.carbide.cpp.sdk.ui" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   193
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   194
       <!-- NEW OS CLASS/ NEW OS PROJECT WIZARD HELP  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   195
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   196
       		plugin="com.nokia.carbide.templatewizard" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   197
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   198
       <!-- Project Updater HELP  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   199
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   200
       		plugin="com.nokia.carbide.updater" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   201
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   202
        <!-- System Search HELP  (added 1.3) -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   203
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   204
       		plugin="com.nokia.carbide.search.system" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   205
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   206
        <!-- System Search HELP  (added 2.0) -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   207
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   208
       		plugin="com.nokia.carbide.remoteConnections" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   209
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   210
        <!-- News Reader HELP  (added 2.0.2) -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   211
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   212
       		plugin="com.nokia.carbide.cpp.news.reader" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   213
           
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   214
        <!-- Install Extensions HELP  (added 3.0.0) -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   215
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   216
       		plugin="com.nokia.carbide.discovery.ui" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   217
           
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   218
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   219
		<!-- CARBIDE DEBUGGER DIALOGS AND PREFS                    -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   220
		<!-- XML: carbide_debug_dialogs_help.xml                   -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   221
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   222
		   
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   223
		<!-- PREFERENCE PANEL F1 HELP -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   224
		<contexts file="html/context_help/carbide_debug_dialogs_help.xml" 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   225
       		plugin="com.freescale.cdt.debug.cw.core.ui" />		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   226
		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   227
		<!-- SYMBIAN OS VIEW HELP  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   228
		<contexts file="html/context_help/carbide_debug_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   229
       		plugin="com.nokia.cdt.debug.cw.symbian" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   230
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   231
		<!-- SYMBIAN OS DATA VIEW HELP  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   232
		<contexts file="html/context_help/carbide_debug_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   233
       		plugin="com.nokia.carbide.cpp.debug.kernelaware" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   234
		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   235
		<!-- LAUNCH CONFIG WIZARD HELP -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   236
		<contexts file="html/context_help/carbide_debug_dialogs_help.xml" 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   237
			plugin="com.nokia.cdt.debug.launch" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   238
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   239
		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   240
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   241
		<!-- CDT DIALOGS AND PREFS                                 -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   242
		<!-- XML: cdt_dialogs_help.xml                             -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   243
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   244
		   
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   245
       <!-- ECLIPSE DEBUG UI CONTEXT HELP (MEM/DIS/SIG, etc)  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   246
       <contexts file="html/context_help/cdt_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   247
       		plugin="org.eclipse.cdt.debug.ui" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   248
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   249
       <contexts file="html/context_help/cdt_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   250
       		plugin="org.eclipse.cdt.ui" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   251
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   252
			 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   253
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   254
		<!-- ECLIPSE DIALOGS AND PREFS                             -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   255
		<!-- XML: eclipse_dialogs_help.xml                         -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   256
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   257
		   
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   258
       <!-- CARBIDE DEBUG UI HELP  (BRKPT, VAR, EXPR, etc) -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   259
       <contexts file="html/context_help/eclipse_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   260
       		plugin="org.eclipse.debug.ui" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   261
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   262
       <!-- ECLIPSE NEW/IMPORT/EXPORT WIZARDS and PREF PANELS HELP  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   263
       <contexts file="html/context_help/eclipse_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   264
       		plugin="org.eclipse.ui" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   265
		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   266
       <!-- ECLIPSE CONSOLE VIEW HELP  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   267
       <contexts file="html/context_help/eclipse_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   268
       		plugin="org.eclipse.ui.console" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   269
		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   270
       <!-- ECLIPSE NEW PROJECT WIZARD HELP -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   271
       <contexts file="html/context_help/eclipse_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   272
       		plugin="org.eclipse.ui.ide" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   273
       		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   274
       <contexts file="html/context_help/eclipse_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   275
       		plugin="org.eclipse.ui.workbench" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   276
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   277
	</extension>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   278
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   279
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   280
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   281
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   282
<!-- Universal intro extensions to show content in welcome pages                         -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   283
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   284
	<extension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   285
		point="org.eclipse.ui.intro.configExtension">
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   286
		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   287
		<configExtension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   288
			content="intro/whatsnew_IntroExt.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   289
			configId="org.eclipse.ui.intro.universalConfig" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   290
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   291
		<configExtension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   292
            content="intro/tutorialsCarbideExtContent.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   293
			configId="org.eclipse.ui.intro.universalConfig" /> 	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   294
			 			 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   295
		<configExtension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   296
            content="intro/tutorialsCarbideExtContentMisc.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   297
			configId="org.eclipse.ui.intro.universalConfig" /> 	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   298
			 			 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   299
		<!--
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   300
			<configExtension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   301
            content="intro/migrateExtensionContent.xml" 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   302
			configId="org.eclipse.ui.intro.universalConfig" /> 	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   303
			-->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   304
				 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   305
	</extension>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   306
	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   307
</plugin>