blob: 1053d853521837220cf223e35f01a9dab54d8fb5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project name="update" default="update">
<target name="update">
<property name="updateSite"
value="file://${user.home}/downloads/webtools/stagedUpdates/site.xml" />
<echo message=" pulling update jars from ${updateSite}" />
<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>
<!--
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>