From 4eff108c5a9c72f5f34afe4a09cd18f320d8b3bf Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 27 Oct 2016 12:25:38 +0000
Subject: [PATCH] SSDM-4098: remove again obit plugins because couldn't be
 downloaded in jenkins (reason timeout).

SVN: 37208
---
 openbis_standard_technologies/build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/openbis_standard_technologies/build.gradle b/openbis_standard_technologies/build.gradle
index c13cc39e86c..28be21fa2f2 100644
--- a/openbis_standard_technologies/build.gradle
+++ b/openbis_standard_technologies/build.gradle
@@ -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(':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 'dist/core-plugins'
-  from zipTree('targets/downloads/flow.zip')
-  from zipTree('targets/downloads/microscopy.zip')
-  from zipTree('targets/downloads/shared.zip')
+  from 'dist/core-plugins'
+//  from zipTree('targets/downloads/flow.zip')
+//  from zipTree('targets/downloads/microscopy.zip')
+//  from zipTree('targets/downloads/shared.zip')
   from 'dist/server/core-plugins.properties'
   into 'core-plugins'
   eachFile { FileCopyDetails fcd -> 
-- 
GitLab