carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/188/1/.cp/plugin.xml
changeset 5 684bf18fdedf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/188/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"?><!--
+     Copyright (c) 2005, 2008 IBM Corporation and others.
+     All rights reserved. This program and the accompanying materials
+     are made available under the terms of the Eclipse Public License v1.0
+     which accompanies this distribution, and is available at
+     http://www.eclipse.org/legal/epl-v10.html
+    
+     Contributors:
+         IBM Corporation - initial API and implementation
+ -->
+
+<plugin>
+
+   <extension
+         point="org.eclipse.ui.intro.configExtension">
+      <configExtension
+            configId="org.eclipse.ui.intro.universalConfig" 
+            content="$nl$/intro/overviewExtensionContent.xml"/>  
+      <configExtension
+            configId="org.eclipse.ui.intro.universalConfig"
+            content="$nl$/intro/tutorialsExtensionContent.xml"/>
+      <configExtension
+            configId="org.eclipse.ui.intro.universalConfig"
+            content="$nl$/intro/samplesExtensionContent.xml"/>
+      <configExtension
+            configId="org.eclipse.ui.intro.universalConfig"
+            content="$nl$/intro/samplesExtensionContent2.xml"/>
+      <configExtension
+            configId="org.eclipse.ui.intro.universalConfig"
+            content="$nl$/intro/whatsnewExtensionContent.xml"/> 
+   </extension>
+
+   <extension 
+   		 point="org.eclipse.ui.cheatsheets.cheatSheetContent">
+      <category
+            id="org.eclipse.pde"
+            name="%cheatsheet.category.pde"/>
+      <cheatsheet
+            category="org.eclipse.pde"
+            composite="true"
+            contentFile="$nl$/cheatsheets/helloworld-composite.xml"
+            id="org.eclipse.pde.helloworld"
+            name="%cheatsheet.helloworld.name">
+         <description>%cheatsheet.helloworld.desc</description>
+      </cheatsheet>
+      <cheatsheet
+            category="org.eclipse.pde"
+            composite="true"
+            contentFile="$nl$/cheatsheets/rcpapp-composite.xml"
+            id="org.eclipse.pde.rcpapp"
+            name="%cheatsheet.rcpapp.name">
+         <description>
+            %cheatsheet.rcpapp.desc
+         </description>
+      </cheatsheet>
+   </extension>
+   
+</plugin>