aboutsummaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
Diffstat (limited to 'website')
-rw-r--r--website/download.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/website/download.html b/website/download.html
index bb354c8f..dea43799 100644
--- a/website/download.html
+++ b/website/download.html
@@ -44,7 +44,7 @@
<div class="edgeLink">Feeling adventurous? Download the latest <a href="download-edge.html">snapshot</a> release.</div>
<table cellspacing="0" cellpadding="0">
- <tr><td class="platform">Maven or Ivy</td>
+ <tr><td class="platform">Maven&nbsp;or&nbsp;Ivy</td>
<td class="instruction">Lombok is in maven central. <a href="mavenrepo/index.html">More&hellip;</a></td></tr>
<tr><td class="platform">Javac</td>
@@ -53,10 +53,10 @@
<tr><td class="platform">NetBeans</td>
<td class="instruction">Just put <code>lombok.jar</code> on the classpath and enable annotation processing. <a href="setup/netbeans.html">More&hellip;</a></td></tr>
- <tr><td class="platform">Eclipse and STS</td>
- <td class="instruction">Run <code>lombok.jar</code> as a java app (i.e. doubleclick it, usually) to install. Also add lombok.jar to your project.</td></tr>
+ <tr><td class="platform">Eclipse&nbsp;and&nbsp;variants</td>
+ <td class="instruction">Run <code>lombok.jar</code> as a java app (i.e. doubleclick it, usually) to install. Also add lombok.jar to your project. <span style="font-size: 0.8em;"><em>Supported variants: Springsource Tool Suite, JBoss Developer Studio</em></span></td></tr>
- <tr><td class="platform">IDEA IntelliJ</td>
+ <tr><td class="platform">IDEA&nbsp;IntelliJ</td>
<td class="instruction">lombok doesn't (yet) work under IntelliJ. We're working on it though!</td></tr>
<tr><td class="platform">Javadoc</td>
@@ -68,7 +68,7 @@
<tr><td class="platform">GWT</td>
<td class="instruction">Lombok works with GWT. <a href="setup/gwt.html">More&hellip;</a></td></tr>
- <tr><td class="platform">Play! Framework</td>
+ <tr><td class="platform">Play!&nbsp;Framework</td>
<td class="instruction">Use Aaron Freeman's <a href="https://github.com/aaronfreeman/play-lombok#readme">lombok play plugin</a>.</td></tr>
<tr><td class="platform">ecj</td>