blob: 8dd06ce8270e5dd13252e8fba72a49cd30373df9 [file] [log] [blame]
david_williamsed5201c2007-05-27 05:48:38 +00001<?xml version="1.0" encoding="UTF-8"?>
2<project
3 name="update"
4 default="update">
5 <target name="update">
6
7 <property
david_williamse0a2e792007-05-27 05:58:30 +00008 name="from.update.site"
9 value="file://${user.home}/downloads/webtools/downloads/drops/R1.5/R-1.5.3-200702082048/updateSite/" />
10 <echo message=" pulling update jars from ${from.update.site}" />
david_williamsed5201c2007-05-27 05:48:38 +000011
12
13
14
15 <ant antfile="updateMirrorProject.xml">
16 <property
17 name="featureId"
18 value="org.eclipse.jst.jsf.feature" />
19 <property
20 name="version"
21 value="0.5.1.v20060829-OJnpNuKYI7O7SAU" />
22
23 </ant>
24 <ant antfile="updateMirrorProject.xml">
25 <property
26 name="featureId"
27 value="org.eclipse.jst.jsf_sdk.feature" />
28 <property
29 name="version"
30 value="0.5.1.v20060829-fX45f_dlc_3ccM8" />
31 </ant>
32
33
34
35 </target>
36</project>