blob: 1ac7a5a36c4ec004e006094371fff5b055efb859 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project
name="update"
default="update">
<target name="update">
<echo message="-------- Project: Eclipse Monkey Responsible: pcolton" />
<property name="updateSite" value="file://${user.home}/downloads/technology/dash/update/site.xml" />
<echo message=" pulling update jars from ${updateSite}" />
<ant antfile="updateMirrorProject.xml">
<property
name="featureId"
value="org.eclipse.eclipsemonkey"/>
<property
name="version"
value="1.0.0.200706060947"/>
</ant>
</target>
</project>