summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-09 12:37:51 +0200
committerSven Gothel <[email protected]>2010-05-09 12:37:51 +0200
commit6c7247cdca7f4c89433789be8170c3a9937e5050 (patch)
treecaa8f42bec898ba1adb11995ef9360c4f1db54c3 /make/build.xml
parente1fa237e8d8d678914444563b8432a058865d2c2 (diff)
Add javadoc.zip
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 270a636..c49c714 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -695,6 +695,9 @@
<link offline="true" href="${javadoc.link}" packagelistLoc="142-packages" />
<excludepackage name="com.jogamp.common.impl"/>
</javadoc>
+ <zip destfile="${build}/javadoc.zip"
+ basedir="${build}"
+ includes="javadoc/**" />
</target>
</project>