blob: 42952cf28d2b6a845270bdcef51220b45a7e3177 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Feature Overview</title>
<script language="JavaScript" type="text/javascript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
<link href="../../../book.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
font-size: 18px;
font-weight: bold;
}
.style2 {
font-size: 12pt;
font-weight: bold;
}
-->
</style>
</head>
<body>
<p class="style1">Feature Overview</p>
<p>The <strong>Overview</strong> page serves a dual purpose:</p>
<ol>
<li>It contains two main sections that define important properties of the feature: <strong>General Information</strong> and <strong>Supported Environments</strong>.</li>
<li>It functions as a quick reference on how to define, export and publish a feature by providing the <strong>Feature Content</strong>, <strong>Exporting</strong> and <strong>Publishing</strong> sections. These sections provide hyperlinks that, when clicked, navigate to other pages or invoke commands. </li>
</ol>
<p>&nbsp;</p>
<p class="style2">General Information </p>
<p><img src="../../../images/feature_editor/overview_general.png" alt="Feature Overview" hspace="30"> </p>
<p>An<strong> ID</strong> is mandatory and must comply with the <a href="../../../../../org.eclipse.platform.doc.isv/reference/misc/plugin_manifest.html">specifications</a>.</p>
<p>A <strong>Version</strong> is mandatory and must be of the form <em>major.minor.</em><em>micro.qualifier</em> (e.g. 1.3.0). </p>
<p>A <strong>Name</strong> is the translatable presentation name of the feature. This field is required. </p>
<p>A <strong>Provider</strong> is the translatable name of the feature provider. This field is optional. </p>
<p align="left">A <strong>Branding Plug-in</strong> stores branding information for primary features. If not explicitly set, Eclipse will assume that the branding plug-in has the same identifier as the feature.</p>
<p align="left">The <strong>Update Site URL</strong> denotes a URL that is used by <em>Update Manager</em> when searching for feature updates.</p>
<p align="left">The <strong>Update Site Name</strong> is the human-readable label of the referenced update site. </p>
<p align="left">&nbsp;</p>
<p align="left" class="style2">Supported Environments</p>
<p align="left">By default, your feature is treated as universally portable. You can add constraints by providing supported <strong>Operating Systems</strong>, <strong>Window Systems</strong>, <strong>Languages</strong> and/or <strong>System Architectures</strong>. This information will be used to ensure that your feature is not installed or shown in the context that does not match these constraints.</p>
<p><img src="../../../images/feature_editor/overview_environments.png" alt="Feature Environments" hspace="30"></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</body>
</html>