Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: adae03ef22e9e7f8297ae2b29add3f0b91969347 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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
 -->

<compositeCheatsheet name="Building and Publishing Plugins">
    <taskGroup kind="sequence" name= "Introduction to the PDE" ref="docs/introduction.html">
         <task kind="cheatsheet" name= "Create a java project" ref="org.eclipse.jdt.helloworld" />
         <task kind="cheatsheet" name= "Deploy a java project" ref="org.eclipse.pde.updates" />
         <taskGroup kind="sequence" name= "Additional Resources" ref="docs/additionalresources.html">
             <task  kind="ua.junit" name= "Creating a help plugin" ref="docs/helpplugin.html" />
             <task  kind="ua.junit" name= "The Eclipse Update Manager" ref="docs/updatemanager.html" />
             <task  kind="ua.junit" name= "Eclipse home page" ref="http://www.eclipse.org" />
         </task>
    </taskGroup>
</compositeCheatsheet>

Back to the top