carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/158/1/.cp/plugin.xml
changeset 5 684bf18fdedf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/158/1/.cp/plugin.xml	Fri Dec 04 10:01:33 2009 -0600
@@ -0,0 +1,59 @@
+<?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>