<?xml version="1.0"?>
<!DOCTYPE configuration SYSTEM "dtd/Configuration.dtd">
<configuration name="KernelTasks" version="1.0" os="UNX">
  <package name="com.sap.sdt.tools" version="1.0"/>
  
  <task name="SET_EXEC_SDM" type="extProcess">
  	<process executable="chmod +x $(/J2EE/StandardSystem/J2EEEngineSDM/HomeDirectory)/program/RemoteGui.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_SDM_REMOTE_GUI.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_SDM_REMOTE_GUI.ERR" id="ChmodSDMRemoteGui">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/J2EEEngineSDM/HomeDirectory)/program/RemoteGui.sh</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/J2EEEngineSDM/HomeDirectory)/program/StartServer.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_SDM_START_SERVER.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_SDM_START_SERVER.ERR" id="ChmodSDMStart">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/J2EEEngineSDM/HomeDirectory)/program/StartServer.sh</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/J2EEEngineSDM/HomeDirectory)/program/StopServer.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_SDM_STOP_SERVER.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_SDM_STOP_SERVER.ERR" id="ChmodSDMStop">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/J2EEEngineSDM/HomeDirectory)/program/StopServer.sh</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/J2EEEngineSDM/HomeDirectory)/program/sdm.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_SDM.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_SDM.ERR" id="ChmodSDM">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/J2EEEngineSDM/HomeDirectory)/program/sdm.sh</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/J2EEEngineSDM/HomeDirectory)/program/sdm_jdk.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_SDM_JDK.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_SDM_JDK.ERR" id="ChmodSDMJdk">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/J2EEEngineSDM/HomeDirectory)/program/sdm_jdk.sh</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/J2EEEngineSDM/HomeDirectory)/program/sdm_prep_com.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_SDM_PREP_COM.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_SDM_PREP_COM.ERR" id="ChmodSDMPrepCom">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/J2EEEngineSDM/HomeDirectory)/program/sdm_prep_com.sh</message>
      </checkRC>
    </process>
  </task>
  
  <task name="SET_EXEC_JSPM" type="extProcess">
    <process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/JSPM/go" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_JSPM_GO.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_JSPM_GO.ERR" id="ChmodGo">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/JSPM/go</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/JSPM/StartGui" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_JSPM_GUI.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_JSPM_GUI.ERR" id="ChmodStartGui">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/JSPM/StartGui</message>
      </checkRC>
    </process>
	
<!-- solve the problem with engine bootstrap and missing executable bits after deployment -->	
    <process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/JSPM/deploy/exe/jspm" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_JSPM_JSPM.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_JSPM_JSPM.ERR" id="ChmodJSPM">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/JSPM/deploy/exe/jspm</message>
      </checkRC>
    </process>
	
    <process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/JSPM/exe/bootstrap" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_JSPM_JSPMBOOTSTRAP.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_JSPM_JSPMBOOTSTRAP.ERR" id="ChmodJSPMBootstrap">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/JSPM/exe/bootstrap</message>
      </checkRC>
    </process>
  </task>
  
  <task name="SET_EXEC_CORETOOLS" type="extProcess">
  	<process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/go" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_ADMIN.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_ADMIN.ERR" id="ChmodAdmin">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/go</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/configtool/configtool.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_CONFIGTOOL.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_CONFIGTOOL.ERR" id="ChmodCfgTool">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/configtool/configtool.sh</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/configtool/consoleconfig.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_CONSOLECONFIG.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_CONSOLECONFIG.ERR" id="ChmodConsoleCfg">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/configtool/consoleconfig.sh</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/configtool/offlinecfgeditor.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_OFFLINECFG.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_OFFLINECFG.ERR" id="ChmodOfflineCfg">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/configtool/offlinecfgeditor.sh</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/deploying/DeployTool" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_DELOYTOOL.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_DELOYTOOL.ERR" id="ChmodDeployTool">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/deploying/DeployTool</message>
      </checkRC>
    </process>
  </task>
  
  <task name="SET_EXEC_JLOGVIEW" type="extProcess">
  	<process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/logviewer-standalone/logviewer.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_LOGVIEWER.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_LOGVIEWER.ERR" id="ChmodLogviewer">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/logviewer-standalone/logviewer.sh</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/logviewer-standalone/lv.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_LV.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_LV.ERR" id="ChmodLv">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/logviewer-standalone/lv.sh</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/logviewer-standalone/register_log.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_REGISTER_LOG.OUT" stderr="$(JSPM/DIR/LOG)CHMOD_REGISTER_LOG.ERR" id="ChmodLvRegisterLog">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/logviewer-standalone/register_log.sh</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/logviewer-standalone/remoteserver.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_REMOTESERVER.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_REMOTESERVER.ERR" id="ChmodLvRemoteServer">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/logviewer-standalone/remoteserver.sh</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/logviewer-standalone/stopserver.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_STOPSERVER.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_STOPSERVER.ERR" id="ChmodLvStopServer">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/logviewer-standalone/stopserver.sh</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/logviewer-standalone/daemon/LV_daemon.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_LVDAEMON.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_LVDAEMON.ERR" id="ChmodLvDaemon">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/logviewer-standalone/daemon/LV_daemon.sh</message>
      </checkRC>
    </process>
    <process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/logviewer-standalone/daemon/server_nohup.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_SERVER_NOHUP.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_SERVER_NOHUP.ERR" id="ChmodServerNohup">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/admin/logviewer-standalone/daemon/server_nohup.sh</message>
      </checkRC>
    </process>
  </task>
  
  <task name="SET_EXEC_LMTOOLS" type="extProcess">
  	<process executable="chmod +x $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/ctc/LaunchOfflinectc.sh" dir="$(JSPM/DIR/TMP)" stdout="$(JSPM/DIR/LOG)/CHMOD_CTC.OUT" stderr="$(JSPM/DIR/LOG)/CHMOD_CTC.ERR" id="ChmodCTC">
      <checkRC result="WARNING">
        <values invert="true">
          <single value="0"/>
        </values>
        <message>Could not turn execute mode on for $(/J2EE/StandardSystem/CentralInstance/J2EEDirectory)/ctc/LaunchOfflinectc.sh</message>
      </checkRC>
    </process>
  </task>
  
</configuration>