Skip to content
Snippets Groups Projects
Commit a7a28c4b authored by anttil's avatar anttil
Browse files

SWE-22 / SP-970: Create openBIS-query-API.zip in openbis_standard_technologies...

SWE-22 / SP-970: Create openBIS-query-API.zip in openbis_standard_technologies instead of datastore_server

SVN: 30045
parent 3a49102c
No related branches found
No related tags found
No related merge requests found
task queryApiJar(type: Jar) { task queryApiJar(type: Jar) {
baseName 'openBIS-query-API' baseName 'openBIS-query-API'
includeEmptyDirs false includeEmptyDirs false
from zipTree(project(':common').jar.archivePath).plus( from zipTree(project(':common').classes).plus(
zipTree(project(':openbis-common').jar.archivePath).plus( zipTree(project(':openbis-common').classes).plus(
zipTree(project(':openbis').jar.archivePath).plus( zipTree(project(':openbis').classes).plus(
zipTree(project(':openbis_api').jar.archivePath).plus( zipTree(project(':openbis_api').classes).plus(
zipTree(project(':datastore_server').jar.archivePath))))).matching { zipTree(project(':datastore_server').classes))))).matching {
include "ch/systemsx/cisd/common/exceptions/**/*.class" include "ch/systemsx/cisd/common/exceptions/**/*.class"
include "ch/systemsx/cisd/common/spring/HttpInvokerUtils.class" include "ch/systemsx/cisd/common/spring/HttpInvokerUtils.class"
include "ch/systemsx/cisd/common/api/**/*.class" include "ch/systemsx/cisd/common/api/**/*.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