blob: 5c0ea8e70a3c0995c97a20a1d043a0d6b3cdaa1f [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/modeling/gmf/update-site/callisto/site.xml" />
<echo message=" pulling update jars from ${updateSite}" />
<ant antfile="updateMirrorProject.xml">
<property name="featureId"
value="org.eclipse.gmf.callisto" />
<property name="version"
value="1.0.3.v20070202-1200" />
</ant>
</target>
</project>