Skip to content
Snippets Groups Projects
Commit 4c2caaee authored by felmer's avatar felmer
Browse files

SP-37, BIS-27: bug fix in order to have screening API sources in the distribution

SVN: 25424
parent 397173ed
No related branches found
No related tags found
No related merge requests found
......@@ -384,9 +384,9 @@
</zip>
<delete dir="${dist.screening-api.javadoc}" />
<zip destfile="${dist.screening-api.src}">
<zipfileset dir="${sources}" includes="OpenBISScreeningML.java" />
<zipfileset dir="${sources}" includes="ch/systemsx/cisd/openbis/plugin/screening/shared/api/v1/dto/**" />
<zipfileset dir="${sources}" includes="ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/*Facade.java" />
<zipfileset dir="../screening/${sources}" includes="OpenBISScreeningML.java" />
<zipfileset dir="../screening/${sources}" includes="ch/systemsx/cisd/openbis/plugin/screening/shared/api/v1/dto/**" />
<zipfileset dir="../screening/${sources}" includes="ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/*Facade.java" />
</zip>
</target>
......
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