| <!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, 2011. 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 Quick Fix</title> |
| </head> |
| <body> |
| <h1>Version Numbering Quick Fix</h1> |
| <p>This quick fix is used to quickly and easily correct version numbering problems for your plug-in.</p> |
| <p>This quick fix 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>Problems</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 quick fix from the Problems view (or use the context menu as shown above). |
| <p><img src="../images/version-dialog-qf.png" alt="Version numbering quick fix 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 quick fix"></p> |
| </li> |
| </ul> |
| <br> |
| <h3 class="related">Related references</h3> |
| <a href="ref-api-missing-baseline-qf.htm">Missing API Baseline Quick Fix</a><br> |
| <a href="ref-api-api-filter-qf.htm">Add API Problem Filter Quick Fix</a><br> |
| <a href="ref-api-sincetag-qf.htm">Since Tag Quick Fix</a><br> |
| <a href="ref-api-remove-api-filter-qf.htm">Remove Unused Problem Filter Quick Fix</a> |
| </body> |
| </html> |