carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/188/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      Copyright (c) 2005, 2008 IBM Corporation and others.
       
     4      All rights reserved. This program and the accompanying materials
       
     5      are made available under the terms of the Eclipse Public License v1.0
       
     6      which accompanies this distribution, and is available at
       
     7      http://www.eclipse.org/legal/epl-v10.html
       
     8     
       
     9      Contributors:
       
    10          IBM Corporation - initial API and implementation
       
    11  -->
       
    12 
       
    13 <plugin>
       
    14 
       
    15    <extension
       
    16          point="org.eclipse.ui.intro.configExtension">
       
    17       <configExtension
       
    18             configId="org.eclipse.ui.intro.universalConfig" 
       
    19             content="$nl$/intro/overviewExtensionContent.xml"/>  
       
    20       <configExtension
       
    21             configId="org.eclipse.ui.intro.universalConfig"
       
    22             content="$nl$/intro/tutorialsExtensionContent.xml"/>
       
    23       <configExtension
       
    24             configId="org.eclipse.ui.intro.universalConfig"
       
    25             content="$nl$/intro/samplesExtensionContent.xml"/>
       
    26       <configExtension
       
    27             configId="org.eclipse.ui.intro.universalConfig"
       
    28             content="$nl$/intro/samplesExtensionContent2.xml"/>
       
    29       <configExtension
       
    30             configId="org.eclipse.ui.intro.universalConfig"
       
    31             content="$nl$/intro/whatsnewExtensionContent.xml"/> 
       
    32    </extension>
       
    33 
       
    34    <extension 
       
    35    		 point="org.eclipse.ui.cheatsheets.cheatSheetContent">
       
    36       <category
       
    37             id="org.eclipse.pde"
       
    38             name="%cheatsheet.category.pde"/>
       
    39       <cheatsheet
       
    40             category="org.eclipse.pde"
       
    41             composite="true"
       
    42             contentFile="$nl$/cheatsheets/helloworld-composite.xml"
       
    43             id="org.eclipse.pde.helloworld"
       
    44             name="%cheatsheet.helloworld.name">
       
    45          <description>%cheatsheet.helloworld.desc</description>
       
    46       </cheatsheet>
       
    47       <cheatsheet
       
    48             category="org.eclipse.pde"
       
    49             composite="true"
       
    50             contentFile="$nl$/cheatsheets/rcpapp-composite.xml"
       
    51             id="org.eclipse.pde.rcpapp"
       
    52             name="%cheatsheet.rcpapp.name">
       
    53          <description>
       
    54             %cheatsheet.rcpapp.desc
       
    55          </description>
       
    56       </cheatsheet>
       
    57    </extension>
       
    58    
       
    59 </plugin>