blob: 13bb06c057db5500408fe56ee42aefd262bbd5d8 [file] [log] [blame]
<?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/committers/drops/R1.5/R-1.5.5-200708201331/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.5.v200708010400-X7zzDJPbqKHocRq" />
</ant>
<ant antfile="updateMirrorProject.xml">
<property
name="featureId"
value="org.eclipse.wst.sdk" />
<property
name="version"
value="1.5.5.v200708010400-O75KtRAskgrrj_t" />
</ant>
<ant antfile="updateMirrorProject.xml">
<property
name="featureId"
value="org.eclipse.jst" />
<property
name="version"
value="1.5.5.v200708010505-kW-NuzKF-rhzo7p" />
</ant>
<ant antfile="updateMirrorProject.xml">
<property
name="featureId"
value="org.eclipse.jst.sdk" />
<property
name="version"
value="1.5.5.v200708010505-dnUU6pHGgdx1fTE" />
</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>