diff options
author | Sven Gothel <[email protected]> | 2010-05-09 12:37:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-09 12:37:51 +0200 |
commit | 6c7247cdca7f4c89433789be8170c3a9937e5050 (patch) | |
tree | caa8f42bec898ba1adb11995ef9360c4f1db54c3 /make/build.xml | |
parent | e1fa237e8d8d678914444563b8432a058865d2c2 (diff) |
Add javadoc.zip
Diffstat (limited to 'make/build.xml')
-rwxr-xr-x | make/build.xml | 3 |
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> |