From 8b7a7cbc813653a3248d6cf3a7779e220957bc85 Mon Sep 17 00:00:00 2001
From: Reinier Zwitserloot
Date: Mon, 8 May 2017 21:28:02 +0200
Subject: The great rename: the old ‘website’ is now ‘website-old’, and
‘website2’ is now ‘website’.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
website/templates/setup/eclipse.html | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 website/templates/setup/eclipse.html
(limited to 'website/templates/setup/eclipse.html')
diff --git a/website/templates/setup/eclipse.html b/website/templates/setup/eclipse.html
new file mode 100644
index 00000000..85304c83
--- /dev/null
+++ b/website/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>
+
+ The Eclipse editor is compatible with lombok. Eclipse offshoots are also compatible with lombok, specifically:
+
+
+ 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:
+
+
+
+ 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:
+
+
+
+ @s.introduction>
+@s.scaffold>
--
cgit