carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/188/1/.cp/intro/tutorialsExtensionContent.xml
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <?xml version="1.0" encoding="UTF-8" ?><!--
       
     2      Copyright (c) 2005, 2008 IBM Corporation and others.
       
     3      All rights reserved. This program and the accompanying materials
       
     4      are made available under the terms of the Eclipse Public License v1.0
       
     5      which accompanies this distribution, and is available at
       
     6      http://www.eclipse.org/legal/epl-v10.html
       
     7     
       
     8      Contributors:
       
     9          IBM Corporation - initial API and implementation
       
    10  -->
       
    11 
       
    12 <introContent>
       
    13   <!-- Extension to the SDK Tutorial Page. -->
       
    14   <extensionContent id="org.eclipse.pde" name="PDE" alt-style="css/tutorials.properties" style="css/tutorials.css" path="tutorials/@">
       
    15     <group label="Eclipse Plug-in Development" id="pde" style-id="content-group">
       
    16       <link url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&amp;input=org.eclipse.pde.helloworld" 
       
    17             label="Create an Eclipse plug-in" 
       
    18             id="pde-hello-world" 
       
    19             style-id="content-link">
       
    20         <text>
       
    21            End-to-end tutorial demonstrating how to create a plug-in, 
       
    22            a plug-in extension, a feature, and an update site as well as 
       
    23            how to install and uninstall a feature
       
    24         </text>
       
    25       </link>
       
    26       <link url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&amp;input=org.eclipse.pde.rcpapp" 
       
    27             label="Create a Rich Client Platform (RCP) application" 
       
    28             id="rcp" 
       
    29             style-id="content-link">
       
    30         <text>
       
    31            End-to-end tutorial demonstrating how to create a plug-in, define a 
       
    32            plug-in based product, customize a product, export an RCP application 
       
    33            and define a feature based product
       
    34         </text>
       
    35       </link>
       
    36     </group>
       
    37   </extensionContent>
       
    38 </introContent>