| <?xml version="1.0" encoding="UTF-8"?> | |
| <project name="update" default="update"> | |
| <target name="update"> | |
| <property name="updateSite" | |
| value="file://${user.home}/downloads/tools/cdt/releases/callisto/site.xml" /> | |
| <echo message=" pulling update jars from ${updateSite}" /> | |
| <ant antfile="updateMirrorProject.xml"> | |
| <property name="featureId" | |
| value="org.eclipse.cdt" /> | |
| <property name="version" | |
| value="3.1.2.200702150621" /> | |
| </ant> | |
| </target> | |
| </project> |