Skip to content
Snippets Groups Projects
Commit f05849f5 authored by cramakri's avatar cramakri
Browse files

BIS-617 SP-1107 : Added javadoc for cisd-base

SVN: 30447
parent cc1f49b2
No related branches found
No related tags found
No related merge requests found
...@@ -150,12 +150,18 @@ ...@@ -150,12 +150,18 @@
</target> </target>
<target name="javadoc"> <target name="javadoc">
<unzip dest="${result.dir}/javadoc-external">
<fileset dir="../libraries">
<include name="**/cisd-*-src.zip"/>
</fileset>
</unzip>
<javadoc <javadoc
destdir="${result.dir}/javadoc" destdir="${result.dir}/javadoc"
author="true" author="true"
useexternalfile="true" useexternalfile="true"
source="1.6" source="1.6"
maxmemory="128M" verbose="true"> maxmemory="384M" verbose="true">
<fileset dir="../"> <fileset dir="../">
<include name="*/source/java/ch/systemsx/cisd/**/api/**/*.java"/> <include name="*/source/java/ch/systemsx/cisd/**/api/**/*.java"/>
...@@ -168,6 +174,9 @@ ...@@ -168,6 +174,9 @@
<!-- include classes that allow sending emails from the dropboxes --> <!-- include classes that allow sending emails from the dropboxes -->
<include name="*/source/java/ch/systemsx/cisd/common/mail/*.java"/> <include name="*/source/java/ch/systemsx/cisd/common/mail/*.java"/>
</fileset> </fileset>
<fileset dir="${result.dir}/javadoc-external">
<include name="**/*.java"/>
</fileset>
<classpath> <classpath>
<fileset dir="../libraries"> <fileset dir="../libraries">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment