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

OBP-33 adapt build script for making raw-data-api distribution

SVN: 16871
parent 52a43a07
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@
<include name="ch/systemsx/cisd/common/api/**/*.class" />
<exclude name="ch/systemsx/cisd/common/api/server/**/*.class" />
<include name="ch/systemsx/cisd/openbis/plugin/phosphonetx/**/api/**/*.class" />
<exclude name="ch/systemsx/cisd/openbis/generic/server/api/**/*.class" />
<exclude name="ch/systemsx/cisd/openbis/generic/shared/api/**/*.class" />
<exclude name="ch/systemsx/cisd/openbis/**/server/api/**/*.class" />
<include name="ch/systemsx/cisd/openbis/generic/shared/api/**/*.class" />
<include name="ch/systemsx/cisd/openbis/plugin/phosphonetx/*BuildAndEnvironmentInfo.class" />
<include name="*.INFO" />
</zipfileset>
......@@ -47,7 +47,10 @@
<javadoc destdir="${api.doc}" access="public" author="false" version="false" classpath="${ecp}">
<packageset dir="${sources}">
<include name="ch/systemsx/cisd/openbis/plugin/phosphonetx/client/api/v1/**" />
<include name="ch/systemsx/cisd/openbis/plugin/phosphonetx/shared/api/v1/dto/**" />
<include name="ch/systemsx/cisd/openbis/plugin/phosphonetx/shared/api/v1/**" />
</packageset>
<packageset dir="../openbis/${sources}">
<include name="ch/systemsx/cisd/openbis/generic/shared/api/v1/**" />
</packageset>
</javadoc>
<zip destfile="${api.doc.zip}">
......@@ -55,8 +58,9 @@
</zip>
<delete dir="${dist}/${api.prefix}" />
<zip destfile="${api.src.zip}">
<zipfileset dir="${sources}" includes="ch/systemsx/cisd/openbis/plugin/phosphonetx/shared/api/v1/dto/**" />
<zipfileset dir="${sources}" includes="ch/systemsx/cisd/openbis/plugin/phosphonetx/client/api/v1/*.java" />
<zipfileset dir="${sources}" includes="ch/systemsx/cisd/openbis/plugin/phosphonetx/shared/api/v1/**" />
<zipfileset dir="${sources}" includes="ch/systemsx/cisd/openbis/plugin/phosphonetx/client/api/v1/**" />
<zipfileset dir="../openbis/${sources}" includes="ch/systemsx/cisd/openbis/generic/shared/api/v1/**" />
</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