From 102752a87b3fba82bbc67d997af619ef028af68c Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 19 Dec 2011 23:16:40 +0100 Subject: Added building lombok-utils to build file. --- build.xml | 125 ++++++++++++++++++++++++++++++++++--------- buildScripts/website.ant.xml | 2 +- doc/utils-maven-pom.xml | 48 +++++++++++++++++ 3 files changed, 149 insertions(+), 26 deletions(-) create mode 100644 doc/utils-maven-pom.xml diff --git a/build.xml b/build.xml index 3af7fd9a..3a5cf61c 100644 --- a/build.xml +++ b/build.xml @@ -30,6 +30,27 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + + + + + + + + + + + + + + + + + + + + + @@ -89,24 +110,6 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - - - - - - - - - - - - - - - - - @@ -139,21 +142,25 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + - + - + + + + + @@ -203,6 +210,19 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + + + + + + + + + + + + + @@ -309,6 +329,46 @@ the common tasks and can be called on to run the main aspects of all the sub-scr All tests successful. + + + + + +
Lombok - ]]>v${lombok.version}
+ Copyright © 2011 The Project Lombok Authors, licensed under the MIT licence.]]> +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -343,9 +403,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - - + You don't have the escudo-upload.key; you'll need it to get write access to the server. + - + + + You don't have the escudo-upload.key; you'll need it to get write access to the server. + +
Lombok - ]]>v${lombok.version}
- Copyright © 2009-2010 The Project Lombok Authors, licensed under the MIT licence.]]> + Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.]]> diff --git a/doc/utils-maven-pom.xml b/doc/utils-maven-pom.xml new file mode 100644 index 00000000..60df78f0 --- /dev/null +++ b/doc/utils-maven-pom.xml @@ -0,0 +1,48 @@ + + 4.0.0 + org.projectlombok + lombok-utils + jar + @VERSION@ + Project Lombok + http://projectlombok.org + Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more! + + + + The MIT License + http://projectlombok.org/LICENSE + repo + + + + scm:git:git://github.com/rzwitserloot/lombok.git + http://github.com/rzwitserloot/lombok + + + Google Code + http://code.google.com/p/projectlombok/issues + + + + rzwitserloot + Reinier Zwitserloot + reinier@projectlombok.org + http://zwitserloot.com + +1 + + + rspilker + Roel Spilker + roel@projectlombok.org + +1 + + + rgrootjans + Robbert Jan Grootjans + +1 + + + + -- cgit