<?xml version="1.0"?>
<!DOCTYPE configuration SYSTEM "dtd/Configuration.dtd">
<configuration name="KernelTasks" version="1.0" os="WIN">
  <package name="com.sap.sdt.tools" version="1.0"/>
  
  <task name="SET_EXEC_SDM" type="extProcess">
  </task>
  
  <task name="SET_EXEC_JSPM" type="extProcess">
  </task>
  
  <task name="SET_EXEC_CORETOOLS" type="extProcess">
  </task>
  
  <task name="SET_EXEC_JLOGVIEW" type="extProcess">
  </task>
  
  <task name="SET_EXEC_LMTOOLS" type="extProcess">
  </task>

  <task name="UNSET_AUTOSTART" type="modifyFile">
  <!-- profile -->
	<modifyFile file="$(/J2EE/StandardSystem/CentralInstance/StartProfilePath)" commentPattern="# *****  %  *****">
		<setProperty target="Autostart">
			<stringValue>0</stringValue>
		</setProperty>
	</modifyFile>

	  <!-- must repeat it ? -->
  <modifyFile file="$(/J2EE/StandardSystem/CentralInstance/StartProfilePath)"  commentPattern="# *****  %  *****">
	<setProperty target="Autostart">
	  <stringValue>0</stringValue>
	</setProperty>
  </modifyFile>
  </task>


</configuration>
