blob: 7cca04dddadbd264e53914db66eabd55a84b7446 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project default="tar">
<target name="tar" description="Creates the DA payload">
<delete file="lml-driver.tar" />
<tar destfile="lml-driver.tar" basedir="../org.eclipse.ptp.rm.lml.da" />
</target>
</project>