<?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)'">
			    <modifyFile file="$(/J2EE/StandardSystem/CentralInstance/InstanceProfilePath)" commentPattern="# *****  %  *****" id="UpdateProfile">
			      <setProperty target="j2ee/dbdriver">
			        <stringValue>$(/J2EE/DBSystem/NewJDBCDriverClasspath)</stringValue>
			      </setProperty>
			    </modifyFile>
    </if>
	</task>
	    
</configuration>
