<?xml version="1.0"?>
<!-- <!DOCTYPE configuration SYSTEM "dtd/Configuration.dtd">  -->
<configuration name="SAPJVMTasks" version="1.0">
  <package name="com.sap.sdt.tools" version="1.0"/>

  <task name="ADAPT_PROFILES" type="modifyFile">
		<if test="'$(/J2EE/DBSystem/NewJDBCDriverClasspath)' != '$(/J2EE/DBSystem/JDBCDriverClasspath)'">
     <for-each variable="/J2EE/StandardSystem/Instances" into="Instance">
		    <modifyFile file="$(Instance@InstanceProfilePath)" commentPattern="# *****  %  *****" id="UpdateProfile">
		      <setProperty target="j2ee/dbdriver">
		        <stringValue>$$(DIR_EXECUTABLE)$$(DIR_SEP)mssjdbc$$(DIR_SEP)jdbc4$$(DIR_SEP)sqljdbc4.jar</stringValue>
		      </setProperty>
		    </modifyFile>
     </for-each>
    </if>
	</task>
	    
</configuration>
