diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-06-12 23:38:25 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-06-13 00:15:32 +0200 |
commit | e0a91d25896b9d67f0cf3f1a5bb94c40e1ecfc94 (patch) | |
tree | 32070da0532b4be8efe5164792f2c148d8a3b4dc /buildScripts | |
parent | 1772fa9d86e66ab815186c125062ca74e5b35849 (diff) | |
download | lombok-e0a91d25896b9d67f0cf3f1a5bb94c40e1ecfc94.tar.gz lombok-e0a91d25896b9d67f0cf3f1a5bb94c40e1ecfc94.tar.bz2 lombok-e0a91d25896b9d67f0cf3f1a5bb94c40e1ecfc94.zip |
All references in javadoc to projectlombok.org URLs now use the canonical URL.
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/website.ant.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 4f1b8dde..2b9f2012 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -172,12 +172,11 @@ such as applying the templates to produce the website, converting the changelog write your own plugins, the other packages are what you're looking for.</body></html> ]]></echo> <javadoc sourcepath="src/core" defaultexcludes="yes" destdir="build/api" windowtitle="Lombok" Overview="${javadoc.overview.html}"> + <package name="lombok" /> + <package name="lombok.experimental" /> + <package name="lombok.extern.*" /> <classpath refid="build.path" /> <classpath location="build/lombok" /> - <link href="http://download.oracle.com/javase/6/docs/api/" /> - <link href="http://www.slf4j.org/api/" /> - <link href="http://commons.apache.org/logging/apidocs/" /> - <link href="http://logging.apache.org/log4j/1.2/apidocs/" /> <header><![CDATA[<a href='https://projectlombok.org/' target='_blank'>Lombok</a> - ]]>v${lombok.version}</header> <bottom><![CDATA[<i>Copyright © 2009-2015 The Project Lombok Authors, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php' target='_blank'>MIT licence</a>.]]></bottom> </javadoc> |