| <!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>Version Numbering Quickfix</title> |
| </head> |
| <body> |
| <h1>Version Numbering Quickfix</h1> |
| <p>This quickfix is used to quickly and easily correct version numbering problems for your plug-in.</p> |
| <p>This quickfix is available in one of two places:</p> |
| |
| <ol> |
| <li><a href="#problems"><strong>The Problems view</strong></a>.</li> |
| <li><strong><a href="#manifest">The manifest editor</a></strong> for the corresponding manifest file. |
| </li> |
| </ol> |
| <h3><a name="problems" id="problems"></a>The Problems view</h3> |
| <ul> |
| <li>Open the <b>Problem</b> view.</li> |
| <li>Select a version numbering problem. |
| <p><img src="../images/version-qf.png" alt="Version numbering problem in the problems view"></p> |
| </li> |
| <li>Use <b>Ctrl + 1</b> to trigger the quickfix from the problem view (or use the context menu as shown above). |
| <p><img src="../images/version-dialog-qf.png" alt="Version numbering quickfix dialog"></p> |
| </li> |
| </ul> |
| |
| <h3><a name="manifest" id="manifest">The manifest editor</a></h3> |
| <ul> |
| <li>Open the <b>manifest editor</b> on the manifest with the version problems.</li> |
| <li>Navigate to the MANIFEST.MF tab.</li> |
| <li>Use <b>Ctrl + 1</b> on the corresponding version problem. |
| <p><img src="../images/version-editor-qf.png" alt="Version problem editor quickfix"></p> |
| </li> |
| </ul> |
| <br> |
| <p><img src="../../../images/ngrelr.png" alt="Related reference"></p> |
| <p> |
| <a href="ref-api-missing-baseline-qf.htm">Missing API Baseline Quickfix</a><br> |
| <a href="ref-api-api-filter-qf.htm">Add API Problem Filter Quickfix</a><br> |
| <a href="ref-api-sincetag-qf.htm">Since Tag Quickfix</a><br> |
| <a href="ref-api-remove-api-filter-qf.htm">Remove Unused Problem Filter Quickfix</a> |
| </p> |
| </body> |
| </html> |