aboutsummaryrefslogtreecommitdiff
path: root/website2/templates/setup/eclipse.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-01-06 01:20:48 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-05-29 21:01:53 +0200
commitbb85d799b3ba549c8a29afab0b246cb13b10507a (patch)
tree50481e47684d59f2cbb7fc9611b46ba82346f1bb /website2/templates/setup/eclipse.html
parent6d0264e1970dbf205346d3655f21c39ac889a730 (diff)
downloadlombok-bb85d799b3ba549c8a29afab0b246cb13b10507a.tar.gz
lombok-bb85d799b3ba549c8a29afab0b246cb13b10507a.tar.bz2
lombok-bb85d799b3ba549c8a29afab0b246cb13b10507a.zip
setup pages added.
Diffstat (limited to 'website2/templates/setup/eclipse.html')
-rw-r--r--website2/templates/setup/eclipse.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/website2/templates/setup/eclipse.html b/website2/templates/setup/eclipse.html
new file mode 100644
index 00000000..85304c83
--- /dev/null
+++ b/website2/templates/setup/eclipse.html
@@ -0,0 +1,26 @@
+<#import "_setup.html" as s>
+
+<@s.scaffold title="Eclipse, Spring Tool Suite, (Red Hat) JBoss Developer Studio, MyEclipse">
+ <@s.introduction>
+ <p>
+ The <a href="https://eclipse.org/">Eclipse</a> editor is compatible with lombok. Eclipse offshoots are also compatible with lombok, specifically:
+ <ul><li>
+ <a href="https://www.genuitec.com/products/myeclipse/">MyEclipse</a>
+ </li><li>
+ <a href="https://developers.redhat.com/products/devstudio/overview/">Red Hat JBoss Developer Studio</a>
+ </li><li>
+ <a href="https://tools.jboss.org/downloads/devstudio/">JBoss Developer Studio (JBDS)</a>
+ </li><li>
+ <a href="https://spring.io/tools">Spring Tools Suite (STS)</a>
+ </li></ul>
+ </p><p>
+ Double-click lombok.jar (downloadable from this site, or from your maven repository; it's the same jar). This starts the eclipse installer which will find eclipse (and eclipse variants as listed above), and offers to install lombok into these eclipse installations. The same tool can also uninstall lombok: <br />
+
+ <img src="/img/lombok-installer.png" />
+ </p><p>
+ You can check if your eclipse installation is lombok-enabled in eclipse's about dialog. The lombok version will be listed at the end of the copyright text:<br /><br />
+
+ <img src="/img/eclipse-about.png" />
+ </p>
+ </@s.introduction>
+</@s.scaffold>