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

SSDM-6103 : Missing class file on V3 API Client

SVN: 39132
parent fcc61b79
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ task apiV3Jar(type: Jar) {
include "ch/systemsx/cisd/common/exceptions/**/*.class"
include "ch/systemsx/cisd/common/spring/HttpInvokerUtils.class"
include "ch/systemsx/cisd/common/spring/IRemoteSpringBeanProvider.class"
include "ch/systemsx/cisd/common/spring/JettyRemoteSpringBeanProvider.class"
include "ch/systemsx/cisd/common/spring/Jetty*.class"
include "ch/systemsx/cisd/common/http/*.class"
include "ch/systemsx/cisd/common/api/**/*.class"
exclude "ch/systemsx/cisd/common/api/server/**/*.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