From b4a4da1f9741ea6afb147dd4289989ec705a3fbd Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 28 Jul 2009 18:17:15 +0200 Subject: Version is now 'standalone' - it is separately compiled. The version is now reflected in all javadoc pages, and on the website itself. The website design has been updated to have a link to the changelog and to mention the current version. Addresses issue #9. --- website/download.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'website/download.html') diff --git a/website/download.html b/website/download.html index 5fd1f816..5b546b72 100644 --- a/website/download.html +++ b/website/download.html @@ -25,12 +25,20 @@ width: 100%; text-align: right; } + + h1 { + padding-bottom: 0; + margin-bottom: 4px; + }

Download Lombok

+
+ version: @VERSION@ | changelog +

- Just double-click the lombok.jar file you've downloaded to install lombok into + Just double-click the lombok.jar file you'll download to install lombok into your IDE. lombok.jar is also the jar you use as a project dependency (include it in your classpath when compiling with javac or add it to your project library list in your java IDE). It's the only jar you need!

-- cgit