aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2012-03-22 17:16:31 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2012-03-22 17:16:31 +0100
commit389dbf5edadfb61e808e7d5273bb11990821ff9f (patch)
treed43e509aa0b8da47c98fd6afc444bb64c10479f6 /build.xml
parent88e95158f0958beb5804aab07ee0022b038d2847 (diff)
downloadlombok-389dbf5edadfb61e808e7d5273bb11990821ff9f.tar.gz
lombok-389dbf5edadfb61e808e7d5273bb11990821ff9f.tar.bz2
lombok-389dbf5edadfb61e808e7d5273bb11990821ff9f.zip
build script now contains an explicit javadoc target.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index e9497c2c..d6134f14 100644
--- a/build.xml
+++ b/build.xml
@@ -391,6 +391,12 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
</tar>
</target>
+ <target name="javadoc" depends="compile, version" description="Builds javadoc into doc/api.">
+ <ant antfile="buildScripts/website.ant.xml" target="javadoc" inheritAll="false">
+ <property name="lombok.version" value="${lombok.version}" />
+ </ant>
+ </target>
+
<target name="maven" depends="version, dist, test" description="Build a maven artifact bundle.">
<ant antfile="buildScripts/website.ant.xml" target="javadoc" inheritAll="false">
<property name="lombok.version" value="${lombok.version}" />