From c7becee780088a477aa674f1fa14a64791a2a290 Mon Sep 17 00:00:00 2001
From: jakubs <jakubs>
Date: Mon, 18 Apr 2016 15:08:35 +0000
Subject: [PATCH] SSDM-3510 add explicite declaration of jython 2.7

SVN: 36211
---
 installation/resource/installer/bis-service.properties | 3 ++-
 installation/resource/installer/dss-service.properties | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/installation/resource/installer/bis-service.properties b/installation/resource/installer/bis-service.properties
index a6b05a8735e..1a89e00ffe0 100644
--- a/installation/resource/installer/bis-service.properties
+++ b/installation/resource/installer/bis-service.properties
@@ -2,4 +2,5 @@
 # This contents of this property file will be merged
 # in the installer distribution at build time.
 #
-database.kind=productive
\ No newline at end of file
+database.kind=productive
+jython-version=2.7
diff --git a/installation/resource/installer/dss-service.properties b/installation/resource/installer/dss-service.properties
index 3200f47fe51..454da681358 100644
--- a/installation/resource/installer/dss-service.properties
+++ b/installation/resource/installer/dss-service.properties
@@ -24,3 +24,5 @@ simple-dropbox.incoming-data-completeness-condition = auto-detection
 simple-dropbox.top-level-data-set-handler = ch.systemsx.cisd.etlserver.registrator.JythonTopLevelDataSetHandler
 simple-dropbox.script-path = ${root-dir}/dropboxes/simple-dropbox.py
 simple-dropbox.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
+
+jython-version=2.7
-- 
GitLab