| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
| "http://www.w3.org/TR/html4/loose.dtd"> |
| <html lang="en"> |
| <head> |
| <meta name="copyright" content="Copyright (c) IBM Corporation and others 2009. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| <title>Feature</title> |
| <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css"> |
| <script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"> </script> |
| </head> |
| |
| <body> |
| <h1>Feature</h1> |
| |
| <p>A <strong>Feature</strong> is used to package a group of plug-ins together into a single installable and updatable unit.</p> |
| |
| <p>Features have a manifest that provides basic information |
| about the feature and its content. Content may include plug-ins, fragments and |
| any other files that are important for the feature. A feature can also include other features. |
| The delivery format for a feature is a JAR, but each included plug-in will be provided as a separate JAR.</p> |
| |
| <p>Once you have created your plug-ins and fragments you can create a new feature |
| by creating a <a href="../guide/tools/project_wizards/new_feature_project.htm">New Feature Project</a>.</p> |
| |
| <p>You can also create <a href="../guide/tools/project_wizards/new_feature_patch.htm">Feature Patches</a> in PDE. A feature patch is developed in the same fashion as a normal feature, but is used to edit an existing feature rather than create a new one.</p> |
| |
| <h3 class="related">Related references</h3> |
| <a href="../guide/tools/editors/feature_editor/feature_editor.htm">Feature Editor</a><br> |
| <a href="../guide/tools/project_wizards/new_feature_project.htm">New Feature Project</a><br> |
| <a href="../guide/tools/project_wizards/new_feature_patch.htm">New Feature Patch Project</a> |
| |
| <h3 class="related">Related concepts</h3> |
| <a href="plugin.htm">Plug-in</a><br> |
| <a href="fragment.htm">Fragment</a><br> |
| <a href="product.htm">Product</a><br> |
| <a href="update_site.htm">Update Site</a> |
| |
| </body> |
| </html> |