Skip to content
Snippets Groups Projects
Commit 1347955c authored by kaloyane's avatar kaloyane
Browse files

[LMS-2649] API distribution: replace OpenBISScreeningML.pdf with javadoc

SVN: 23680
parent 4ffe2089
No related branches found
No related tags found
No related merge requests found
......@@ -330,11 +330,15 @@
access="public"
author="false"
version="false"
useexternalfile="true"
classpath="${ecp}:${classes.screening}:${classes.common}:${classes.common-server}">
<packageset dir="${sources}">
<include name="ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/**" />
<include name="ch/systemsx/cisd/openbis/plugin/screening/shared/api/v1/dto/**" />
</packageset>
<fileset dir="${sources}">
<include name="OpenBISScreeningML.java"/>
<include name="ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/**/*.java" />
<include name="ch/systemsx/cisd/openbis/plugin/screening/shared/api/v1/dto/**/*.java" />
</fileset>
</javadoc>
<zip destfile="${dist.screening-api.javadoc.zip}">
<zipfileset dir="${dist.screening-api.javadoc}" includes="**" />
......@@ -491,7 +495,6 @@
<target name="screening-api" depends="screening-api-doc, screening-api-libs" >
<zip destfile="${dist}/screening-api-${version.number}-r${revision.number}.zip">
<zipfileset dir="${dist.screening-api}" includes="**" />
<zipfileset dir="${original.dist}/doc" />
</zip>
<delete dir="${dist.screening-api}" />
</target>
......
File deleted
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