diff --git a/datastore_server/build/build.xml b/datastore_server/build/build.xml
index 274b4deb056224e7f4d0f17a31ccbf88afdf8608..f491397ac10aff3a6447d586c3902f4e6eaa472a 100644
--- a/datastore_server/build/build.xml
+++ b/datastore_server/build/build.xml
@@ -104,6 +104,8 @@
         <include name="ch/systemsx/cisd/common/spring/HttpInvokerUtils.class" />
         <include name="ch/systemsx/cisd/common/api/**/*.class" />
         <exclude name="ch/systemsx/cisd/common/api/server/**/*.class" />
+        <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/generic/shared/api/**/*.class" />
         <include name="ch/systemsx/cisd/openbis/generic/shared/basic/**/*.class" />
         <include name="ch/systemsx/cisd/openbis/plugin/query/**/api/**/*.class" />