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