diff options
author | Roel Spilker <r.spilker@gmail.com> | 2010-11-06 23:29:43 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2010-11-06 23:29:43 +0100 |
commit | 8e7334a50535ef33189c3e71fcab0d9e625c6534 (patch) | |
tree | fa2a00e38abe9a5d8ea4d608aa91f528fb68beb7 /buildScripts/website.ant.xml | |
parent | d1addc14d5c2430c2b9fbea3081884d4f9d62a4c (diff) | |
download | lombok-8e7334a50535ef33189c3e71fcab0d9e625c6534.tar.gz lombok-8e7334a50535ef33189c3e71fcab0d9e625c6534.tar.bz2 lombok-8e7334a50535ef33189c3e71fcab0d9e625c6534.zip |
Updated documentation on @Log and moved them all to lombok.extern.*
Diffstat (limited to 'buildScripts/website.ant.xml')
-rw-r--r-- | buildScripts/website.ant.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 6ab8d509..08fc8a55 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -1,5 +1,5 @@ <!-- - Copyright © 2010 Reinier Zwitserloot and Roel Spilker. + Copyright © 2010 Reinier Zwitserloot, Roel Spilker and Robbert Jan Grootjans. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -292,7 +292,7 @@ such as converting the changelog into HTML, and creating javadoc. <classpath refid="build.path" /> <link href="http://java.sun.com/javase/6/docs/api/" offline="true" packagelistLoc="./deps/javadoc/java6"/> <header><![CDATA[<a href='http://projectlombok.org/'>Lombok</a> - ]]>v${lombok.version}</header> - <bottom><![CDATA[<i>Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php'>MIT licence</a>.]]></bottom> + <bottom><![CDATA[<i>Copyright © 2009-2010 Reinier Zwitserloot, Roel Spilker and Robbert Jan Grootjans, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php'>MIT licence</a>.]]></bottom> </javadoc> <mkdir dir="doc/api" /> <copy todir="doc/api"> |