Skip to content
Snippets Groups Projects
Commit 86e28ec0 authored by yvesn's avatar yvesn
Browse files

SSDM-5463: using master branch of obit_flow_core_technology and...

SSDM-5463: using master branch of obit_flow_core_technology and obit_microscopy_core_technology since the necessary changes were merged back

SVN: 38993
parent 51632959
No related branches found
No related tags found
No related merge requests found
......@@ -257,8 +257,8 @@ def downloadFile(url, filename) {
task zipCorePlugins(type: Zip) {
archiveName 'core-plugins.zip'
downloadFile('https://github.com/aarpon/obit_flow_core_technology/archive/openBIS_16.06.x.zip', 'flow.zip')
downloadFile('https://github.com/aarpon/obit_microscopy_core_technology/archive/openBIS_16.06.x.zip', 'microscopy.zip')
downloadFile('https://github.com/aarpon/obit_flow_core_technology/archive/master.zip', 'flow.zip')
downloadFile('https://github.com/aarpon/obit_microscopy_core_technology/archive/master.zip', 'microscopy.zip')
downloadFile('https://github.com/aarpon/obit_shared_core_technology/archive/master.zip', 'shared.zip')
from project(':rtd_phosphonetx').fileTree(dir: 'source/core-plugins', includes:['proteomics/**', 'proteomics-optional/**'], excludes:['**/dss/**', '**/package-to-dist'])
from project(':screening').fileTree(dir: 'source/core-plugins', includes:['screening/**', 'screening-optional/**'], excludes:['**/dss/**', '**/package-to-dist'])
......
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