| <?xml version="1.0" encoding="UTF-8"?> |
| <project |
| name="update" |
| default="update"> |
| <target name="update"> |
| |
| <property |
| name="from.update.site" |
| value="file://${user.home}/downloads/webtools/downloads/drops/R1.5/R-1.5.4-200705021353/updateSite/" /> |
| <echo message=" pulling update jars from ${from.update.site}" /> |
| |
| |
| |
| |
| <ant antfile="updateMirrorProject.xml"> |
| <property |
| name="featureId" |
| value="org.eclipse.wst" /> |
| <property |
| name="version" |
| value="1.5.4.v200704200440-X3TmzmK-W-vP-Fs" /> |
| </ant> |
| <ant antfile="updateMirrorProject.xml"> |
| <property |
| name="featureId" |
| value="org.eclipse.jst" /> |
| <property |
| name="version" |
| value="1.5.4.v200704150219-kW-NuyxHh4-w7-n" /> |
| </ant> |
| |
| <ant antfile="updateMirrorProject.xml"> |
| <property |
| name="featureId" |
| value="org.eclipse.wst.sdk" /> |
| <property |
| name="version" |
| value="1.5.4.v200704200440-O2U9jyC-ZDAHEgs" /> |
| </ant> |
| <ant antfile="updateMirrorProject.xml"> |
| <property |
| name="featureId" |
| value="org.eclipse.jst.sdk" /> |
| <property |
| name="version" |
| value="1.5.4.v200704150219-dnUU6nyMbgExb_A" /> |
| </ant> |
| |
| <!-- |
| technically, seems Xerces should not have to be listed here, |
| since is mirrored by above ... but currently is required to get all other |
| files (e.g. site.xml files) to be correctly updated). |
| |
| Doesn't hurt, either, to have the redundancy, since other projects |
| are dependent on it, so less likely to be forgotten and accidently |
| removed in the future. |
| --> |
| <ant antfile="updateMirrorProject.xml"> |
| <property |
| name="featureId" |
| value="org.apache.commons_logging.feature" /> |
| <property |
| name="version" |
| value="1.0.4.v200606152055--0842282_233879" /> |
| </ant> |
| <ant antfile="updateMirrorProject.xml"> |
| <property |
| name="featureId" |
| value="org.apache.jakarta_log4j.feature" /> |
| <property |
| name="version" |
| value="1.2.8.v200605300321--0842282939426_" /> |
| </ant> |
| <ant antfile="updateMirrorProject.xml"> |
| <property |
| name="featureId" |
| value="org.apache.xerces.feature" /> |
| <property |
| name="version" |
| value="2.8.0.v200605151647--08422828353873" /> |
| </ant> |
| |
| |
| |
| </target> |
| </project> |