diff options
author | Roel Spilker <r.spilker@gmail.com> | 2011-08-15 22:37:25 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2011-08-15 22:37:25 +0200 |
commit | 41e58cde0f9760d9b687e6d24ac717210e3e20ac (patch) | |
tree | 3c736b9be4ca3572c13a8041ca1088f728c34c2a /website/setup/netbeans.html | |
parent | a284600987065aa78bc41b2099421f864cfcec20 (diff) | |
download | lombok-41e58cde0f9760d9b687e6d24ac717210e3e20ac.tar.gz lombok-41e58cde0f9760d9b687e6d24ac717210e3e20ac.tar.bz2 lombok-41e58cde0f9760d9b687e6d24ac717210e3e20ac.zip |
Added NetBeans installation instructions
Diffstat (limited to 'website/setup/netbeans.html')
-rw-r--r-- | website/setup/netbeans.html | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/website/setup/netbeans.html b/website/setup/netbeans.html new file mode 100644 index 00000000..a828fc9f --- /dev/null +++ b/website/setup/netbeans.html @@ -0,0 +1,65 @@ +<!DOCTYPE html> +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <script src="../logi/jQuery-all.js" type="text/javascript"></script> + <link rel="stylesheet" type="text/css" href="../logi/reset.css" /> + <link rel="stylesheet" type="text/css" href="../index.css" /> + <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> + <meta name="description" content="Spice up your java" /> + <title>Project Lombok</title> + <!--[if lt IE 7]><script type="text/javascript" src="../logi/iepngfix_tilebg.js"></script><![endif]--> +</head><body> + <a id="forkMe" href="http://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a> + <div class="meat"> + <h1><a href="/">Project Lombok</a> - NetBeans instructions</h1> + <div id="buttonBar" class="buttonBar"> + <a class="button" href="../features/index.html"> + <img src="../icon_overview.png" /> + <span>Feature Overview</span> + </a> + <a class="button" href="http://groups.google.com/group/project-lombok"> + <img src="../icon_discussion.png" /> + <span>Discuss / Help</span> + </a> + <a class="button" href="http://wiki.github.com/rzwitserloot/lombok/contributing"> + <img src="../icon_contribute.png" /> + <span>Contribute</span> + </a> + <a class="button" href="http://code.google.com/p/projectlombok/issues/list"> + <img src="../icon_bugs.png" /> + <span>Report an issue</span> + </a> + <div class="downloadContainer"> + <a class="downloadLink" id="downloadLink" href="../download.html"> + <img src="../icon_download.png" /> + <span>Download!</span> + </a> + <div class="versionInfo"> + Version: @VERSION@ | <a href="../changelog.html">changelog</a> + </div> + </div> + </div> + <div class="downloadHelp"> + <ol> + <li>Add <code>lombok.jar</code> to the Project Libraries.</li> + <li>In the Project Properties, in the section Build – Compiling, check the 'Enable Annotation Processing in Editor' checkbox.</li> + </ol> + <img src="netbeans-enable-annotation-processing-in-editor.png" /> + </div> + <div class="endBar"> + </div> + <div class="footer"> + <a href="../credits.html" class="creditsLink">credits</a> | Copyright © 2009-2011 Reinier Zwitserloot, Roel Spilker, and Robbert Jan Grootjans, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>. + </div> + </div> + <script type="text/javascript"> + var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); + document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); + </script> + <script type="text/javascript"> + try { + var pageTracker = _gat._getTracker("UA-9884254-1"); + pageTracker._trackPageview(); + } catch(err) {} + </script> +</body></html> |