From 97c323a5f01dcdc6501b8c3ddce025a4096dbbdc Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Tue, 18 Sep 2012 11:00:12 +0000
Subject: [PATCH] SP-182, Bis-109: adding core_plugins.properties as <parsable>

SVN: 26660
---
 installation/resource/installer/install.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/installation/resource/installer/install.xml b/installation/resource/installer/install.xml
index dd9d8d44fcc..c740bf7139d 100644
--- a/installation/resource/installer/install.xml
+++ b/installation/resource/installer/install.xml
@@ -140,6 +140,7 @@
       <description>The openBIS application server</description>
       <file src="@{installer.dist.dir}/openBIS-server" targetdir="$INSTALL_TMPEXTRACT"/>
       <parsable targetfile="$INSTALL_OPENBIS_TMPEXTRACT/service.properties" />
+      <parsable targetfile="$INSTALL_OPENBIS_TMPEXTRACT/core_plugins.properties" />
       <!-- run post installation script for the openBIS server -->
       <executable targetfile="$INSTALL_OPENBIS_TMPEXTRACT/install.sh" stage="postinstall">
         <args>
@@ -154,6 +155,7 @@
       <file src="@{installer.dist.dir}/datastore_server" targetdir="$INSTALL_PATH/servers"/>
       <file src="@{installer.dist.dir}/core-plugins" targetdir="$INSTALL_PATH/servers"/>
       <parsable targetfile="$INSTALL_DSS_PATH/etc/service.properties" />
+      <parsable targetfile="$INSTALL_DSS_PATH/etc/core_plugins.properties" />
       
       <!--  
          Since there is no way to copy all contents of the "data" folder directly to DSS_ROOT_DIR,
-- 
GitLab