carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/158/1/.cp/plugin.xml
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <?eclipse version="3.0"?>
       
     3 <plugin>
       
     4 	<extension
       
     5          id="org.eclipse.mylyn.helpDocs"
       
     6          name="Tasks"
       
     7          point="org.eclipse.help.toc">
       
     8       <toc
       
     9             file="toc.xml"
       
    10             primary="true">
       
    11       </toc>
       
    12       <toc
       
    13             file="userguide/Mylyn Reference-toc.xml"
       
    14             primary="false">
       
    15       </toc>
       
    16    </extension>
       
    17   
       
    18    <extension
       
    19          point="org.eclipse.ui.intro.configExtension">
       
    20       <configExtension
       
    21             configId="org.eclipse.ui.intro.universalConfig"
       
    22             content="$nl$/intro/overviewExtensionContent.xml">
       
    23       </configExtension>
       
    24       <configExtension
       
    25             configId="org.eclipse.ui.intro.universalConfig"
       
    26             content="$nl$/intro/whatsnewExtensionContent.xml">
       
    27       </configExtension>
       
    28       <configExtension
       
    29             configId="org.eclipse.ui.intro.universalConfig"
       
    30             content="$nl$/intro/tutorialsExtensionContent.xml">
       
    31       </configExtension>
       
    32    </extension>
       
    33    <extension
       
    34          point="org.eclipse.ui.cheatsheets.cheatSheetContent">
       
    35       <category
       
    36             id="org.eclipse.mylyn.cheatsheet"
       
    37             name="%cheatsheet.category.name">
       
    38       </category>
       
    39       <cheatsheet
       
    40             category="org.eclipse.mylyn.cheatsheet"
       
    41             contentFile="$nl$/cheatsheets/Query.xml"
       
    42             id="org.eclipse.mylyn.cheatsheet.query"
       
    43             name="%cheatsheet.query.name">
       
    44          <description>
       
    45             %cheatsheet.query.description
       
    46          </description>
       
    47       </cheatsheet>
       
    48       <cheatsheet
       
    49             category="org.eclipse.mylyn.cheatsheet"
       
    50             contentFile="$nl$/cheatsheets/TaskFocus.xml"
       
    51             id="org.eclipse.mylyn.cheatsheet.taskfocus"
       
    52             name="%cheatsheet.taskfocus.name">
       
    53          <description>
       
    54             %cheatsheet.taskfocus.description
       
    55          </description>
       
    56       </cheatsheet>
       
    57    </extension>
       
    58   
       
    59 </plugin>