From b829c0f8f1f1bf781fe3e9c093721f20c1cb2881 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 21 Dec 2009 14:18:02 +0100 Subject: Fixed the changelog.html generation to be a full HTML file and not an HTML snippet. --- buildScripts/website.ant.xml | 14 +++++++++++++- website/changelog.html | 15 +++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 website/changelog.html diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 13a8ff18..3af84f45 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -263,7 +263,7 @@ such as converting the changelog into HTML, and creating javadoc. - + @@ -272,6 +272,18 @@ such as converting the changelog into HTML, and creating javadoc. + + + + + + + + + + + + diff --git a/website/changelog.html b/website/changelog.html new file mode 100644 index 00000000..df09e661 --- /dev/null +++ b/website/changelog.html @@ -0,0 +1,15 @@ + + + + + + + Project Lombok - Changelog + + + @CHANGELOG@ + -- cgit