blob: 639b1ca699d7bb9b1a1e39cc031b667b7c9b4306 [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">
<script language="JavaScript" type="text/javascript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
<title>Fragment Content</title>
<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">Fragment Content</p>
<p>The <strong>Fragment Content</strong> wizard page allows you to customize the fragment properties and specify the fragment host. </p>
<p><img src="../../images/new_wizards/fragment2.png" alt="Fragment Content" hspace="30"></p>
<p>&nbsp;</p>
<p class="style2">Plug-in Properties </p>
<p>A <strong>Fragment ID</strong> is mandatory and must comply with the <a href="../../../../org.eclipse.platform.doc.isv/reference/misc/plugin_manifest.html">plugin.dtd</a>. It is recommended - but not mandatory - for the fragment ID to match the project name.</p>
<p>A <strong>Fragment Version</strong> is mandatory and must be of the form <em>major.minor.micro.qualifier</em> (e.g. 1.3.0).</p>
<p>A <strong>Fragment Name</strong> is the translatable presentation name of the fragment. This field is required. </p>
<p>A <strong>Fragment Provider</strong> is the translatable name of the fragment provider. This field is optional. </p>
<p><strong>Classpath</strong> refers to the location of the code once the fragment is packaged. As of Eclipse 3.1, it is recommended to ship fragments as JARs with code at the root of the JAR and leave the classpath field empty. </p>
<p>&nbsp;</p>
<p class="style2">Host Plug-in</p>
<p>A fragment must specify a host plug-in that it will add functionality to and the host version range that it requires. </p>
<p>The host <strong>Plug-in ID</strong> must refer to the ID of a plug-in that already exists in the workspace or the target. </p>
<p>The host <strong>Minimum Version</strong> and <strong>Maximum Version</strong> are of the form <em>major.minor.micro.qualifier</em>.</p>
<br>
<br>
<br>
</body>
</html>