carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/158/1/.cp/plugin.xml
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
	<extension
         id="org.eclipse.mylyn.helpDocs"
         name="Tasks"
         point="org.eclipse.help.toc">
      <toc
            file="toc.xml"
            primary="true">
      </toc>
      <toc
            file="userguide/Mylyn Reference-toc.xml"
            primary="false">
      </toc>
   </extension>
  
   <extension
         point="org.eclipse.ui.intro.configExtension">
      <configExtension
            configId="org.eclipse.ui.intro.universalConfig"
            content="$nl$/intro/overviewExtensionContent.xml">
      </configExtension>
      <configExtension
            configId="org.eclipse.ui.intro.universalConfig"
            content="$nl$/intro/whatsnewExtensionContent.xml">
      </configExtension>
      <configExtension
            configId="org.eclipse.ui.intro.universalConfig"
            content="$nl$/intro/tutorialsExtensionContent.xml">
      </configExtension>
   </extension>
   <extension
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
      <category
            id="org.eclipse.mylyn.cheatsheet"
            name="%cheatsheet.category.name">
      </category>
      <cheatsheet
            category="org.eclipse.mylyn.cheatsheet"
            contentFile="$nl$/cheatsheets/Query.xml"
            id="org.eclipse.mylyn.cheatsheet.query"
            name="%cheatsheet.query.name">
         <description>
            %cheatsheet.query.description
         </description>
      </cheatsheet>
      <cheatsheet
            category="org.eclipse.mylyn.cheatsheet"
            contentFile="$nl$/cheatsheets/TaskFocus.xml"
            id="org.eclipse.mylyn.cheatsheet.taskfocus"
            name="%cheatsheet.taskfocus.name">
         <description>
            %cheatsheet.taskfocus.description
         </description>
      </cheatsheet>
   </extension>
  
</plugin>