Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1330e72cda2fbfc9d213a80459b45bfd0565246d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8" ?>
<!--
     Copyright (c) 2005, 2006 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
 -->

<introContent>
  <!-- Extension to the SDK Tutorial Page. -->
  <extensionContent id="org.eclipse.pde.2" name="PDE (test)" alt-style="css/swt.properties" style="css/tutorials.css" path="tutorials/@">
     <enablement>
        <systemTest property="org.eclipse.ua.tests.property.isTesting" value="true"/>
     </enablement>
    <group label="Eclipse Plug-in Development (test)" id="pde" style-id="content-group">
      <link url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&amp;input=org.eclipse.pde.helloworld" 
            label="Create an Eclipse plug-in (test)" 
            id="pde-hello-world" 
            style-id="content-link">
        <text>
           End-to-end tutorial demonstrating how to create a plug-in, 
           a plug-in extension, a feature, and an update site as well as 
           how to install and uninstall a feature (test)
        </text>
      </link>
      <link url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&amp;input=org.eclipse.pde.rcpapp" 
            label="Create a Rich Client Platform (RCP) application (test)" 
            id="rcp" 
            style-id="content-link">
        <text>
           End-to-end tutorial demonstrating how to create a plug-in, define a 
           plug-in based product, customize a product, export an RCP application 
           and define a feature based product (test)
        </text>
      </link>
    </group>
  </extensionContent>
</introContent>

Back to the top