blob: 01016d24950c26a0bcd5f0887b41b2e235b84814 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project name="update" default="update">
<target name="update">
<property name="updateSite"
value="file:///${user.home}/downloads/webtools/jpa/updates/" />
<echo message=" pulling update jars from ${updateSite}" />
<ant antfile="updateMirrorProject.xml">
<property name="featureId"
value="org.eclipse.dali" />
<property name="version"
value="0.5.0.v200606270000--87cMN7N7crMMMR" />
</ant>
<!--
<ant antfile="updateMirrorProject.xml">
<property name="featureId"
value="org.eclipse.dali.tests" />
<property name="version"
value="0.5.0.v200606200003" />
</ant>
-->
</target>
</project>