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

LMS-1527 adapt build screening api dist

SVN: 16006
parent ffe16f17
No related branches found
No related tags found
No related merge requests found
...@@ -106,6 +106,8 @@ ...@@ -106,6 +106,8 @@
<echo file="${build.info.file}">${version.number}:${revision.number}:${clean.flag}</echo> <echo file="${build.info.file}">${version.number}:${revision.number}:${clean.flag}</echo>
<recursive-jar destfile="${dist.screening-api.jar}"> <recursive-jar destfile="${dist.screening-api.jar}">
<fileset dir="${classes.screening}"> <fileset dir="${classes.screening}">
<include name="ch/systemsx/cisd/openbis/common/api/**/*.class" />
<exclude name="ch/systemsx/cisd/openbis/common/api/server/**/*.class" />
<include name="ch/systemsx/cisd/openbis/dss/screening/shared/api/v1/**/*.class" /> <include name="ch/systemsx/cisd/openbis/dss/screening/shared/api/v1/**/*.class" />
<include name="ch/systemsx/cisd/openbis/plugin/screening/shared/api/v1/**/*.class" /> <include name="ch/systemsx/cisd/openbis/plugin/screening/shared/api/v1/**/*.class" />
<include name="ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/**/*.class" /> <include name="ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/**/*.class" />
......
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