From 0ee647cc2f4e229f103deebe92d45e35c3971483 Mon Sep 17 00:00:00 2001 From: jakubs <jakubs> Date: Mon, 18 Apr 2016 15:09:02 +0000 Subject: [PATCH] SSDM-3510 add explicite declaration of jython 2.7 SVN: 36216 --- rtd_cina/dist/etc/service.properties | 2 ++ rtd_cina/etc/service.properties | 2 ++ 2 files changed, 4 insertions(+) diff --git a/rtd_cina/dist/etc/service.properties b/rtd_cina/dist/etc/service.properties index 4c228b844b8..804f9b3a548 100644 --- a/rtd_cina/dist/etc/service.properties +++ b/rtd_cina/dist/etc/service.properties @@ -223,3 +223,5 @@ main-thread.storage-processor.sundry = ch.systemsx.cisd.cina.dss.CinaSundryStora # If this section is empty, then the first input thread will be used. # dss-rpc.put-default = main-thread + +jython-version=2.7 diff --git a/rtd_cina/etc/service.properties b/rtd_cina/etc/service.properties index 4e9413b8778..b48576bf915 100644 --- a/rtd_cina/etc/service.properties +++ b/rtd_cina/etc/service.properties @@ -253,3 +253,5 @@ main-thread.storage-processor.sundry = ch.systemsx.cisd.cina.dss.CinaSundryStora # dss-rpc.put-default = main-thread + +jython-version=2.7 -- GitLab