cdt/cdt_5_0_x/org.eclipse.cdt.doc.user/plugin.xml
author cawthron
Wed, 25 Mar 2009 00:52:33 -0500
changeset 1 a7cc18b7a772
permissions -rw-r--r--
new
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
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
   
cawthron
parents:
diff changeset
     6
<!-- Configure the help contribution for this plugin -->
cawthron
parents:
diff changeset
     7
<!-- This part should be in a documentation plugin -->
cawthron
parents:
diff changeset
     8
<!-- ============================================================================= -->
cawthron
parents:
diff changeset
     9
<!-- Define primary TOC                                                            -->
cawthron
parents:
diff changeset
    10
<!-- ============================================================================= -->
cawthron
parents:
diff changeset
    11
   <extension
cawthron
parents:
diff changeset
    12
         point="org.eclipse.help.toc">
cawthron
parents:
diff changeset
    13
      <toc
cawthron
parents:
diff changeset
    14
            file="toc.xml"
cawthron
parents:
diff changeset
    15
            primary="true">
cawthron
parents:
diff changeset
    16
      </toc>
cawthron
parents:
diff changeset
    17
   </extension>
cawthron
parents:
diff changeset
    18
<!-- ============================================================================= -->
cawthron
parents:
diff changeset
    19
<!-- Define TOCs                                                                   -->
cawthron
parents:
diff changeset
    20
<!-- ============================================================================= -->
cawthron
parents:
diff changeset
    21
   <extension
cawthron
parents:
diff changeset
    22
         point="org.eclipse.help.toc">
cawthron
parents:
diff changeset
    23
      <toc
cawthron
parents:
diff changeset
    24
            file="topics_Getting_Started.xml">
cawthron
parents:
diff changeset
    25
      </toc>
cawthron
parents:
diff changeset
    26
      <toc
cawthron
parents:
diff changeset
    27
            file="topics_Concepts.xml">
cawthron
parents:
diff changeset
    28
      </toc>
cawthron
parents:
diff changeset
    29
      <toc
cawthron
parents:
diff changeset
    30
            file="topics_Tasks.xml">
cawthron
parents:
diff changeset
    31
      </toc>
cawthron
parents:
diff changeset
    32
      <toc
cawthron
parents:
diff changeset
    33
            file="topics_Reference.xml">
cawthron
parents:
diff changeset
    34
      </toc>
cawthron
parents:
diff changeset
    35
   </extension>
cawthron
parents:
diff changeset
    36
<!-- ============================================================================= -->
cawthron
parents:
diff changeset
    37
<!-- F1 context files                                                              -->
cawthron
parents:
diff changeset
    38
<!-- ============================================================================= -->
cawthron
parents:
diff changeset
    39
   <extension
cawthron
parents:
diff changeset
    40
         point="org.eclipse.help.contexts">
cawthron
parents:
diff changeset
    41
      <contexts
cawthron
parents:
diff changeset
    42
            file="contexts_CDT.xml"
cawthron
parents:
diff changeset
    43
            plugin="org.eclipse.cdt.ui">
cawthron
parents:
diff changeset
    44
      </contexts>
cawthron
parents:
diff changeset
    45
   </extension>
cawthron
parents:
diff changeset
    46
   <extension
cawthron
parents:
diff changeset
    47
         point="org.eclipse.help.contexts">
cawthron
parents:
diff changeset
    48
      <contexts
cawthron
parents:
diff changeset
    49
            file="contexts_CDT_DEBUGGER.xml"
cawthron
parents:
diff changeset
    50
            plugin="org.eclipse.cdt.debug.ui">
cawthron
parents:
diff changeset
    51
      </contexts>
cawthron
parents:
diff changeset
    52
	  <contexts 
cawthron
parents:
diff changeset
    53
	  		file="contexts_CDT_DEBUGGER.xml" 
cawthron
parents:
diff changeset
    54
	  		plugin="org.eclipse.debug.ui"> 
cawthron
parents:
diff changeset
    55
      </contexts>
cawthron
parents:
diff changeset
    56
      <contexts
cawthron
parents:
diff changeset
    57
      		file="contexts_CDT_DEBUGGER.xml" 
cawthron
parents:
diff changeset
    58
      		plugin="org.eclipse.ui.console"> 
cawthron
parents:
diff changeset
    59
      </contexts>
cawthron
parents:
diff changeset
    60
   </extension>
cawthron
parents:
diff changeset
    61
   <extension
cawthron
parents:
diff changeset
    62
         point="org.eclipse.help.contexts">
cawthron
parents:
diff changeset
    63
      <contexts
cawthron
parents:
diff changeset
    64
            file="contexts_CDT_DEBUGGER_MI.xml"
cawthron
parents:
diff changeset
    65
            plugin="org.eclipse.cdt.debug.mi.ui">
cawthron
parents:
diff changeset
    66
      </contexts>
cawthron
parents:
diff changeset
    67
   </extension>
cawthron
parents:
diff changeset
    68
   <extension
cawthron
parents:
diff changeset
    69
         point="org.eclipse.help.contexts">
cawthron
parents:
diff changeset
    70
      <contexts
cawthron
parents:
diff changeset
    71
            file="contexts_CDT_make.xml"
cawthron
parents:
diff changeset
    72
            plugin="org.eclipse.cdt.make.ui">
cawthron
parents:
diff changeset
    73
      </contexts>
cawthron
parents:
diff changeset
    74
   </extension>
cawthron
parents:
diff changeset
    75
   <extension
cawthron
parents:
diff changeset
    76
         point="org.eclipse.help.contexts">
cawthron
parents:
diff changeset
    77
      <contexts
cawthron
parents:
diff changeset
    78
            file="contexts_CDT_LAUNCH.xml"
cawthron
parents:
diff changeset
    79
            plugin="org.eclipse.cdt.launch">
cawthron
parents:
diff changeset
    80
      </contexts>
cawthron
parents:
diff changeset
    81
   </extension>
cawthron
parents:
diff changeset
    82
   
cawthron
parents:
diff changeset
    83
<!-- ============================================================================= -->
cawthron
parents:
diff changeset
    84
<!-- KEYWORD INDEX EXTENSION                                                       -->
cawthron
parents:
diff changeset
    85
<!-- ============================================================================= -->
cawthron
parents:
diff changeset
    86
	<!--
cawthron
parents:
diff changeset
    87
	<extension 
cawthron
parents:
diff changeset
    88
		point="org.eclipse.help.index" >
cawthron
parents:
diff changeset
    89
		<index file="index.xml" />
cawthron
parents:
diff changeset
    90
	</extension>
cawthron
parents:
diff changeset
    91
	-->
cawthron
parents:
diff changeset
    92
cawthron
parents:
diff changeset
    93
cawthron
parents:
diff changeset
    94
!-- ============================================================================= -->
cawthron
parents:
diff changeset
    95
<!-- CHEATSHEET EXTENSION                                                       -->
cawthron
parents:
diff changeset
    96
<!-- ============================================================================= -->
cawthron
parents:
diff changeset
    97
cawthron
parents:
diff changeset
    98
	<extension
cawthron
parents:
diff changeset
    99
       point="org.eclipse.ui.cheatsheets.cheatSheetContent">
cawthron
parents:
diff changeset
   100
    	<category
cawthron
parents:
diff changeset
   101
    		id="org.eclipse.cdt-doc.category.tutorials"
cawthron
parents:
diff changeset
   102
    		name="%CheatSheet.name">
cawthron
parents:
diff changeset
   103
    	</category>
cawthron
parents:
diff changeset
   104
    	<cheatsheet
cawthron
parents:
diff changeset
   105
    		category="org.eclipse.cdt-doc.category.tutorials"
cawthron
parents:
diff changeset
   106
    		composite="false"
cawthron
parents:
diff changeset
   107
    		contentFile="$nl$/cheatsheets/cs_cdt_basic.xml"
cawthron
parents:
diff changeset
   108
    		id="org.eclipse.cdt-doc.cheatsheet.cdt_basic"
cawthron
parents:
diff changeset
   109
    		name="%CreateProjectTutorial.name">
cawthron
parents:
diff changeset
   110
       		<description>
cawthron
parents:
diff changeset
   111
          		%CreateProjectTutorial.description
cawthron
parents:
diff changeset
   112
       		</description>
cawthron
parents:
diff changeset
   113
    	</cheatsheet>
cawthron
parents:
diff changeset
   114
    	<cheatsheet
cawthron
parents:
diff changeset
   115
    		category="org.eclipse.cdt-doc.category.tutorials"
cawthron
parents:
diff changeset
   116
    		composite="false"
cawthron
parents:
diff changeset
   117
    		contentFile="$nl$/cheatsheets/cs_cdt_import_project.xml"
cawthron
parents:
diff changeset
   118
    		id="org.eclipse.cdt-doc.cheatsheet.cdt_import_project"
cawthron
parents:
diff changeset
   119
    		name="%ImportProjectTutorial.name">
cawthron
parents:
diff changeset
   120
       		<description>
cawthron
parents:
diff changeset
   121
          		%ImportProjectTutorial.description
cawthron
parents:
diff changeset
   122
       		</description>
cawthron
parents:
diff changeset
   123
    	</cheatsheet>
cawthron
parents:
diff changeset
   124
	</extension>
cawthron
parents:
diff changeset
   125
cawthron
parents:
diff changeset
   126
   <extension
cawthron
parents:
diff changeset
   127
         point="org.eclipse.ui.intro.configExtension">
cawthron
parents:
diff changeset
   128
      <configExtension
cawthron
parents:
diff changeset
   129
            content="intro/cdtIntro.xml"
cawthron
parents:
diff changeset
   130
            configId="org.eclipse.ui.intro.universalConfig">
cawthron
parents:
diff changeset
   131
      </configExtension>
cawthron
parents:
diff changeset
   132
   </extension>
cawthron
parents:
diff changeset
   133
   <extension
cawthron
parents:
diff changeset
   134
         point="org.eclipse.ui.intro.configExtension">
cawthron
parents:
diff changeset
   135
      <configExtension
cawthron
parents:
diff changeset
   136
            configId="org.eclipse.ui.intro.universalConfig"
cawthron
parents:
diff changeset
   137
            content="intro/cdtTutorial.xml">
cawthron
parents:
diff changeset
   138
      </configExtension>
cawthron
parents:
diff changeset
   139
   </extension>
cawthron
parents:
diff changeset
   140
   <extension
cawthron
parents:
diff changeset
   141
         point="org.eclipse.ui.intro.configExtension">
cawthron
parents:
diff changeset
   142
      <configExtension
cawthron
parents:
diff changeset
   143
            configId="org.eclipse.ui.intro.universalConfig"
cawthron
parents:
diff changeset
   144
            content="intro/cdtWhatsnew.xml">
cawthron
parents:
diff changeset
   145
      </configExtension>
cawthron
parents:
diff changeset
   146
   </extension>
cawthron
parents:
diff changeset
   147
cawthron
parents:
diff changeset
   148
</plugin>