blob: fb421dccdf1a3be68a88d7739b3ab2bef43e7eb6 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2008, 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">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../../../book.css" type="text/css">
<title>API Baselines Preferences</title>
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"> </script>
</head>
<body>
<h1> API Baselines Preferences </h1>
<p> The following preferences can be set using the <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.pde.api.tools.ui.apiprofiles.prefpage)")'> <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Opens the API Baselines preference page"> <b>Plug-in Development &gt; API Baselines</b></a> preference page. </p>
<p>An API baseline defines the state you want to compare your development workspace bundles against for the purposes of binary compatibility, bundle version numbers, and @since tags. For example, if you are developing bundles for Eclipse 3.4, you could use Eclipse 3.3 as your baseline.</p>
<p>
<img src="../images/baseline-pref-page.png" alt="API baseline preference page">
</p>
<br>
<table border="1" cellspacing="0" cellpadding= "5" width="100%">
<thead>
<tr>
<th rowspan="1" colspan="1" width="30%"> <p> Option </p></th>
<th rowspan="1" colspan="1"> <p> Description </p></th>
<th rowspan="1" colspan="1" width="5%"> <p> Default </p></th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="1" colspan="1" valign="top" align="left">Add Baseline...</td>
<td rowspan="1" colspan="1" valign="top" align="left">Allows you to add a new API baseline.</td>
<td rowspan="1" colspan="1" valign="top" align="left">&nbsp;</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Edit...</td>
<td colspan="1" valign="top" align="left">Allows you to edit a selected API baseline.</td>
<td colspan="1" valign="top" align="left">&nbsp;</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Remove</td>
<td colspan="1" valign="top" align="left">Allows you to remove the selected API baseline(s).</td>
<td colspan="1" valign="top" align="left">&nbsp;</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Missing API baseline</td>
<td colspan="1" valign="top" align="left">This preference is used to notify you when the API builder is going to run and you do not have a default API baseline set.</td>
<td colspan="1" valign="top" align="left">Warning</td>
</tr>
</tbody>
</table>
<br>
<p><img src="../../../images/ngrelt.png" alt="Related tasks"></p>
<p> <a href="../../../tasks/api_tooling_baseline.htm">Setting up an API baseline</a> </p>
<p><img src="../../../images/ngrelr.png" alt="Related reference" border="0"></p>
<p><a href="ref-errorswarnings.htm">API Errors and Warnings Preferences</a><br>
<a href="../quickfixes/ref-api-missing-baseline-qf.htm">Missing API Baseline Quickfix</a><br>
<a href="../wizards/ref-api-baseline-wizard.htm">API Baseline Wizard</a></p>
</body>
</html>