Skip to content
Snippets Groups Projects
Commit f8255baf authored by juanf's avatar juanf
Browse files

SSDM-13479: Adding missing API class

parent 7c90a142
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -114,6 +114,7 @@ task apiV3Jar(type: Jar) { ...@@ -114,6 +114,7 @@ task apiV3Jar(type: Jar) {
include "ch/systemsx/cisd/common/shared/basic/**/*.class" include "ch/systemsx/cisd/common/shared/basic/**/*.class"
include "ch/systemsx/cisd/openbis/common/api/**/*.class" include "ch/systemsx/cisd/openbis/common/api/**/*.class"
exclude "ch/systemsx/cisd/openbis/common/api/server/**/*.class" exclude "ch/systemsx/cisd/openbis/common/api/server/**/*.class"
include "ch/ethz/sis/openbis/generic/*.class"
include "ch/ethz/sis/openbis/generic/asapi/v3/**/*.class" include "ch/ethz/sis/openbis/generic/asapi/v3/**/*.class"
include "ch/ethz/sis/openbis/generic/dssapi/v3/**/*.class" include "ch/ethz/sis/openbis/generic/dssapi/v3/**/*.class"
include "ch/systemsx/cisd/openbis/BuildAndEnvironmentInfo.class" include "ch/systemsx/cisd/openbis/BuildAndEnvironmentInfo.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