<?xml version='1.0' encoding='utf-8'?>
<!-- $RCSfile: manifest.xml,v $ $Revision: 1.1 $ $State: Exp $ $Date: 2021/10/29 13:06:25 $ Copyright Evidian -->
<application_module 
	name="mirror" 
	title="Mirror Module for SafeKit 7.2"
	description="Do not use with SafeMonitor"
	note="This module includes a configuration file and scripts templates for mirror architecture. You just have to parametrize the templates for your application to set up the operational SafeKit configuration."
	warning="The modules provided as ''Goodies'' are proprietary to Evidian and are protected by copyright. They are only provided as examples for demonstration and training purposes and may not be used for any other purposes. The ''Goodies'' are provided ''as is'' and Evidian does not provide any warranty whatsoever pertaining thereto, including but not limited to any warranty of merchantability or fitness for a particular purpose. Evidian does not guarantee any result nor provide any support pertaining to their use or implementation."
   > 
   <content>
        <file name="manifest.xml" visible="false" editable="true" 
                info="Application Module file description" />
	<dir name="bin"  visible="true" info="User Scripts directory">
	  <!-- Unix Files -->
		<file name="prestart" visible="true" editable="true"  
	              info="Executed at the SafeKit start before making any action." /> 
		<file name="start_prim" visible="true" editable="true"  
	              info="User scripts to start application on the primary server." /> 
		<file name="stop_prim" visible="true" editable="true"  
	              info="User scripts to stop application on the primary server." />
         <!-- Windows Files -->
		<file name="prestart.cmd" visible="true" editable="true"  
	              info="Executed at the SafeKit start before making any action." /> 
		<file name="start_prim.cmd" visible="true" editable="true"  
	              info="User scripts to start application on the primary server." /> 
		<file name="stop_prim.cmd" visible="true" editable="true"  
	              info="User scripts to stop application on the primary server." />
	</dir>
	<dir name="conf" visible="true" info="Config. directory">
                <file name="userconfig.xml" visible="true" editable="true"  info="Main config file" /> 
          	<file name="userconfig.xml.template" visible="true" editable="false"  info="Main config file" />  
        </dir>
	<dir name="web" visible="false"/>
    </content>	
</application_module>

