alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?xml version="1.0" encoding="UTF-8" ?> 

<!-- Composite Cheat Sheet -->

<compositeCheatsheet name="Creating an Eclipse plug-in">

   <!-- Task Group -->

   <taskGroup kind="set" name="Create an Eclipse plug-in">
      <intro>
         This cheat sheet will guide you through the individual steps to 
         create a plug-in, a plug-in extension, a feature and an update site
         using the Plug-in Development Environment (PDE).  It will also
         demonstrate how to install and uninstall a feature using
         Install/Update.
         <br/>
         <br/>
         To assist you along the way, wizards and commands
         will be available for you to launch automatically.
      </intro>

      <!-- Task -->

      <task kind="cheatsheet" name="Create a plug-in">
         <intro>
            This cheat sheet will demonstrate how to  
            create, modify and test a plug-in. 
         </intro>
         <param name="path" value="helloworld/helloworld-create.xml" />
         <onCompletion>
         	Congratulations!  You just created a plug-in!
         </onCompletion>
      </task>

      <!-- Task -->

      <task kind="cheatsheet" name="Create a plug-in extension">
         <intro>
            This cheat sheet will demonstrate how to create and test a plug-in extension. 
         </intro>
         <param name="path" value="helloworld/helloworld-extension.xml" />
         <onCompletion>
         	Congratulations!  You just created a plug-in extension!
         </onCompletion>         
      </task>

      <!-- Task -->

      <task kind="cheatsheet" name="Create a feature">
         <intro>
            This cheat sheet will demonstrate how to create a feature for a plug-in using
            PDE.
         </intro>
         <param name="path" value="helloworld/helloworld-feature.xml" />
         <onCompletion>
         	Congratulations!  You just created a feature!
         </onCompletion>  
      </task>

      <!-- Task -->

      <task kind="cheatsheet" name="Create an update site">
         <intro>
            This cheat sheet will demonstrate how to create an update site for a plug-in.
         </intro>
         <param name="path" value="helloworld/helloworld-update.xml" />
         <onCompletion>
         	Congratulations!  You just created an update site!
         </onCompletion>  
      </task>

      <!-- Task -->

      <task kind="cheatsheet" name="Install and uninstall a feature">
         <intro>
            This cheat sheet will demonstrate how to install and uninstall a feature
            using Install/Update.
         </intro>
         <param name="path" value="helloworld/helloworld-install.xml" />
         <onCompletion>
         	Congratulations!  You just installed and uninstalled a feature!
         </onCompletion>  
      </task>

      <onCompletion>
         Congratulations!  You just created a plug-in, a plug-in extension, a 
         feature and an update site using PDE.  You also installed and 
         uninstalled a feature using Install/Update
      </onCompletion>

   </taskGroup>


</compositeCheatsheet>
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.