blob: 07cb8b3af091bdc12e29e0a366337d41574d883c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta name="copyright"
content="Copyright (c) IBM Corporation and others 2006. 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">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1"
type="text/css">
<title>Building plug-ins / bundles</title>
</head>
<body style="background-color: rgb(255, 255, 255);">
<h1>Building plug-ins / bundles</h1>
<p>
In order to build plug-ins, bundles or fragments, PDE build requires that you create a feature listing all the elements to be built.
In this case the feature is only used to drive the build and will not be present in the final archive nor will it force you to use update sites.
</p>
<p>
A feature used to drive a plug-in build is a standard feature. What makes it different is that its build.properties file does not contain the property bin.includes.
</p>
<p>
Once you have created the feature to drive the build, follow the instructions on <a href="pde_feature_build.htm">building features</a>.
</p>
</body>
</html>