diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-12-19 23:16:40 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-12-19 23:16:40 +0100 |
commit | 102752a87b3fba82bbc67d997af619ef028af68c (patch) | |
tree | 227787c8a9d0c94208c458f2c790a22d49383f98 /buildScripts/website.ant.xml | |
parent | ab3d3ea0a444d39542605ee5f9c6e2cd8399ddb1 (diff) | |
download | lombok-102752a87b3fba82bbc67d997af619ef028af68c.tar.gz lombok-102752a87b3fba82bbc67d997af619ef028af68c.tar.bz2 lombok-102752a87b3fba82bbc67d997af619ef028af68c.zip |
Added building lombok-utils to build file.
Diffstat (limited to 'buildScripts/website.ant.xml')
-rw-r--r-- | buildScripts/website.ant.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 55ba3973..d9e2e8a1 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -308,7 +308,7 @@ such as converting the changelog into HTML, and creating javadoc. <link href="http://commons.apache.org/logging/apidocs/" /> <link href="http://logging.apache.org/log4j/1.2/apidocs/" /> <header><![CDATA[<a href='http://projectlombok.org/' target='_blank'>Lombok</a> - ]]>v${lombok.version}</header> - <bottom><![CDATA[<i>Copyright © 2009-2010 The Project Lombok Authors, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php'>MIT licence</a>.]]></bottom> + <bottom><![CDATA[<i>Copyright © 2009-2011 The Project Lombok Authors, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php'>MIT licence</a>.]]></bottom> </javadoc> <!-- bugfix for boneheaded javadoc bug where ?is-external=true is inserted before an anchor ref, breaking the anchor ref. is-external=true doesn't actually do anything, so, we'll just get rid of it. --> |