blob: 8dd06ce8270e5dd13252e8fba72a49cd30373df9 [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/downloads/drops/R1.5/R-1.5.3-200702082048/updateSite/" />
<echo message=" pulling update jars from ${from.update.site}" />
<ant antfile="updateMirrorProject.xml">
<property
name="featureId"
value="org.eclipse.jst.jsf.feature" />
<property
name="version"
value="0.5.1.v20060829-OJnpNuKYI7O7SAU" />
</ant>
<ant antfile="updateMirrorProject.xml">
<property
name="featureId"
value="org.eclipse.jst.jsf_sdk.feature" />
<property
name="version"
value="0.5.1.v20060829-fX45f_dlc_3ccM8" />
</ant>
</target>
</project>