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

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

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

SVN: 30062
parent eee15099
No related merge requests found
......@@ -12,6 +12,8 @@ evaluationDependsOn(':deep_sequencing_unit')
apply from: 'http://svncisd.ethz.ch/repos/cisd/gradle/trunk/javaproject.gradle'
apply from: 'query-api.gradle'
apply from: 'proteomics-api.gradle'
apply plugin: 'war'
archivesBaseName = 'openBIS-server-standard-technologies'
......@@ -471,7 +473,7 @@ task clientsAndApis(type: Zip) {
from (project(':datastore_server').dssClientZip.archivePath)
from (project(':datastore_server').dssGuiZip.archivePath)
from (queryApiZip.archivePath)
from (project(':rtd_phosphonetx').apiZip.archivePath)
from (proteomicsApiZip.archivePath)
from (project(':screening').screeningApiZip.archivePath)
......@@ -489,7 +491,7 @@ task clientsAndApis(type: Zip) {
clientsAndApis.dependsOn project(':datastore_server').dssClientZip
clientsAndApis.dependsOn project(':datastore_server').dssGuiZip
clientsAndApis.dependsOn queryApiZip
clientsAndApis.dependsOn project(':rtd_phosphonetx').apiZip
clientsAndApis.dependsOn proteomicsApiZip
clientsAndApis.dependsOn project(':screening').screeningApiZip
build.dependsOn zip
......
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