From 09dcd79529db676b533ad28e9b657da9171c0675 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 14 Oct 2009 16:32:30 +0200 Subject: More serious work on the build system. --- buildScripts/website.ant.xml | 186 +++++++++++++++++++++++++------------------ 1 file changed, 107 insertions(+), 79 deletions(-) (limited to 'buildScripts/website.ant.xml') diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 3ce45032..a0818681 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -24,6 +24,25 @@ This buildfile is part of projectlombok.org. It is responsible for building the website and all website-related aspects, such as converting the changelog into HTML, and creating javadoc. + + + + + + + + + + + + + + + + + + + @@ -31,7 +50,6 @@ such as converting the changelog into HTML, and creating javadoc. - @@ -43,7 +61,32 @@ such as converting the changelog into HTML, and creating javadoc. - + + + + + + + + + + + + + + + + + + + + + + + + + + Your videos are newer than those on the website. They will be included too. @@ -106,7 +149,23 @@ such as converting the changelog into HTML, and creating javadoc. - Now upload dist/website.tar.bz2 to the webserver. + + + + + + + You don't have the libertad-upload.key; you'll need it to get write access to the server. + + @@ -146,80 +205,49 @@ such as converting the changelog into HTML, and creating javadoc. - - - - - - - - - - - - - - - - - - - - - - - - Welcome to the lombok javadoc. If you're just looking to learn more about using lombok - You probably want to look at the feature documentation. Otherwise, - check the lombok package. If you're trying to extend lombok or - write your own plugins, the other packages are what you're looking for. - ]]> - - - - -
Lombok - ]]>v${lombok.version}
- Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the MIT licence.]]> -
- - - - - - - - - - - - -
+ + + + + + + + + + + + + + + + + + + + + Welcome to the lombok javadoc. If you're just looking to learn more about using lombok + You probably want to look at the feature documentation. Otherwise, + check the lombok package. If you're trying to extend lombok or + write your own plugins, the other packages are what you're looking for. + ]]> + + + + +
Lombok - ]]>v${lombok.version}
+ Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the MIT licence.]]> +
+ + + + + + + + + + + + +
-- cgit