| <?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> | |