summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/build.xml1
-rw-r--r--docs/docs.build.properties6
2 files changed, 7 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>
diff --git a/docs/docs.build.properties b/docs/docs.build.properties
index 2c756edd7..7fa4dcd9e 100644
--- a/docs/docs.build.properties
+++ b/docs/docs.build.properties
@@ -28,3 +28,9 @@ ${aspectj.modules.dir}/aj-build/jars/bridge.jar;\
${aspectj.modules.dir}/aj-build/jars/runtime.jar;\
${aspectj.modules.dir}/aj-build/jars/util.jar;\
${aspectj.modules.dir}/aj-build/jars/testing-util.jar;\
+
+aspectj5rt.sourcepath=\
+${aspectj.modules.dir}/aspectj5rt/java5-src
+
+aspectj5rt.packagenames=\
+org.aspectj.lang.reflect,org.aspectj.lang.annotation