Skip to content
Snippets Groups Projects
Commit 4eff108c authored by felmer's avatar felmer
Browse files

SSDM-4098: remove again obit plugins because couldn't be downloaded in jenkins (reason timeout).

SVN: 37208
parent ce20314f
No related branches found
No related tags found
No related merge requests found
...@@ -262,10 +262,10 @@ task zipCorePlugins(type: Zip) { ...@@ -262,10 +262,10 @@ task zipCorePlugins(type: Zip) {
from project(':rtd_phosphonetx').fileTree(dir: 'source/core-plugins', includes:['proteomics/**', 'proteomics-optional/**'], excludes:['**/dss/**', '**/package-to-dist']) 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']) from project(':screening').fileTree(dir: 'source/core-plugins', includes:['screening/**', 'screening-optional/**'], excludes:['**/dss/**', '**/package-to-dist'])
from project(':deep_sequencing_unit').fileTree(dir: 'source/core-plugins', includes:['illumina-ngs/**'], excludes:['**/dss/**', '**/package-to-dist']) from project(':deep_sequencing_unit').fileTree(dir: 'source/core-plugins', includes:['illumina-ngs/**'], excludes:['**/dss/**', '**/package-to-dist'])
// from 'dist/core-plugins' from 'dist/core-plugins'
from zipTree('targets/downloads/flow.zip') // from zipTree('targets/downloads/flow.zip')
from zipTree('targets/downloads/microscopy.zip') // from zipTree('targets/downloads/microscopy.zip')
from zipTree('targets/downloads/shared.zip') // from zipTree('targets/downloads/shared.zip')
from 'dist/server/core-plugins.properties' from 'dist/server/core-plugins.properties'
into 'core-plugins' into 'core-plugins'
eachFile { FileCopyDetails fcd -> eachFile { FileCopyDetails fcd ->
......
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