| <?xml version="1.0" encoding="UTF-8"?> |
| <project |
| name="update" |
| default="update"> |
| <target name="update"> |
| <echo |
| message="-------- Project: WTP Responsible: david_williams" /> |
| <!-- intentionally no site.xml in this particular site --> |
| <property |
| name="updateSite" |
| value="file://${user.home}/downloads/webtools/committers/drops/R2.0/S-2.0RC1-200705250432/updateSite" /> |
| <echo message=" pulling update jars from ${updateSite}" /> |
| |
| |
| <ant antfile="updateMirrorProject.xml"> |
| <property |
| name="featureId" |
| value="org.eclipse.wst" /> |
| <property |
| name="version" |
| value="2.0.0.v20070509-7C-08k0IUkP34Ydr_rac-SpCuKyi" /> |
| </ant> |
| |
| <ant antfile="updateMirrorProject.xml"> |
| <property |
| name="featureId" |
| value="org.eclipse.jst" /> |
| <property |
| name="version" |
| value="2.0.0.v200703280045-7A-08Y8O7UyUt8QAI3sxWda3dTYJ" /> |
| </ant> |
| |
| |
| <ant antfile="updateMirrorProject.xml"> |
| <property |
| name="featureId" |
| value="org.eclipse.jst.jsf.feature" /> |
| <property |
| name="version" |
| value="1.0.0.v20070523-7A--E8QdJUFS9i34D8_" /> |
| </ant> |
| |
| <ant antfile="updateMirrorProject.xml"> |
| <property |
| name="featureId" |
| value="org.eclipse.jpt.feature" /> |
| <property |
| name="version" |
| value="1.0.0.v200705070000-77--CYQCCz-CjPaCCCC" /> |
| </ant> |
| |
| |
| |
| <ant antfile="updateMirrorProject.xml"> |
| <property |
| name="featureId" |
| value="org.eclipse.wst.sdk" /> |
| <property |
| name="version" |
| value="2.0.0.v200704060050-7E-08aNKaw3dyGH9Vgc1ZHRkD3L-" /> |
| </ant> |
| <ant antfile="updateMirrorProject.xml"> |
| <property |
| name="featureId" |
| value="org.eclipse.jst.sdk" /> |
| <property |
| name="version" |
| value="2.0.0.v200703280045-7E-08aLKXq-usTt9vKwGqjBWedP6" /> |
| </ant> |
| <ant antfile="updateMirrorProject.xml"> |
| <property |
| name="featureId" |
| value="org.eclipse.jst.jsf_sdk.feature" /> |
| <property |
| name="version" |
| value="1.0.0.v20070516-2--84F22OAYiPWPgAkKEhoWVGT_j" /> |
| </ant> |
| |
| <ant antfile="updateMirrorProject.xml"> |
| <property |
| name="featureId" |
| value="org.eclipse.jpt_sdk.feature" /> |
| <property |
| name="version" |
| value="1.0.0.v200704250000-2--84B22MbYFN02FmRkMEESZRDDz" /> |
| </ant> |
| |
| |
| </target> |
| </project> |