Skip to content
Snippets Groups Projects
Commit 97c323a5 authored by felmer's avatar felmer
Browse files

SP-182, Bis-109: adding core_plugins.properties as <parsable>

SVN: 26660
parent 4f426d31
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
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