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. --- build.xml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 7edc7c6e..9109bd4e 100644 --- a/build.xml +++ b/build.xml @@ -69,7 +69,7 @@ - + @@ -83,6 +83,17 @@ + + + + + + + + + + + @@ -194,7 +205,9 @@ - + + + - Lombok version: ${lombok.version} - + @@ -218,6 +230,7 @@ +
Lombok - ]]>v${lombok.version}
Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the MIT licence.]]> @@ -250,6 +263,7 @@ + -- cgit