summaryrefslogtreecommitdiffstats
path: root/docs/build.xml
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-10-07 14:41:14 +0000
committeracolyer <acolyer>2005-10-07 14:41:14 +0000
commitbba983e0afce48d09316b46a72dbe6d2ae4c14b4 (patch)
tree6abdf0077e77cc5dacb479848599592bec050611 /docs/build.xml
parent71aa3b1f58a3849579ef3a8d990b600e5595ac2c (diff)
downloadaspectj-bba983e0afce48d09316b46a72dbe6d2ae4c14b4.tar.gz
aspectj-bba983e0afce48d09316b46a72dbe6d2ae4c14b4.zip
ensure that the javadocs for the aspectj5rt module get built and packaged too.V1_5_0M4
Diffstat (limited to 'docs/build.xml')
-rw-r--r--docs/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/build.xml b/docs/build.xml
index 97a524cec..7fe6bafdd 100644
--- a/docs/build.xml
+++ b/docs/build.xml
@@ -241,6 +241,7 @@
<fileset dir="${docs.dist.dir}/doc" includes="*api/*" />
</delete>
<aspectj-javadoc module="runtime" />
+ <aspectj-javadoc module="aspectj5rt"/>
<aspectj-javadoc module="weaver" />
</target>