blob: 4d76f43c04f9da5ab54a23d65f308365e52cf7ae [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.4-200705021353/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.wst" />
19 <property
20 name="version"
21 value="1.5.4.v200704200440-X3TmzmK-W-vP-Fs" />
22 </ant>
23 <ant antfile="updateMirrorProject.xml">
24 <property
25 name="featureId"
26 value="org.eclipse.jst" />
27 <property
28 name="version"
29 value="1.5.4.v200704150219-kW-NuyxHh4-w7-n" />
30 </ant>
31
32 <ant antfile="updateMirrorProject.xml">
33 <property
34 name="featureId"
35 value="org.eclipse.wst.sdk" />
36 <property
37 name="version"
38 value="1.5.4.v200704200440-O2U9jyC-ZDAHEgs" />
39 </ant>
40 <ant antfile="updateMirrorProject.xml">
41 <property
42 name="featureId"
43 value="org.eclipse.jst.sdk" />
44 <property
45 name="version"
46 value="1.5.4.v200704150219-dnUU6nyMbgExb_A" />
47 </ant>
48
49 <!--
50 technically, seems Xerces should not have to be listed here,
51 since is mirrored by above ... but currently is required to get all other
52 files (e.g. site.xml files) to be correctly updated).
53
54 Doesn't hurt, either, to have the redundancy, since other projects
55 are dependent on it, so less likely to be forgotten and accidently
56 removed in the future.
57 -->
58 <ant antfile="updateMirrorProject.xml">
59 <property
60 name="featureId"
61 value="org.apache.commons_logging.feature" />
62 <property
63 name="version"
64 value="1.0.4.v200606152055--0842282_233879" />
65 </ant>
66 <ant antfile="updateMirrorProject.xml">
67 <property
68 name="featureId"
69 value="org.apache.jakarta_log4j.feature" />
70 <property
71 name="version"
72 value="1.2.8.v200605300321--0842282939426_" />
73 </ant>
74 <ant antfile="updateMirrorProject.xml">
75 <property
76 name="featureId"
77 value="org.apache.xerces.feature" />
78 <property
79 name="version"
80 value="2.8.0.v200605151647--08422828353873" />
81 </ant>
82
83
84
85 </target>
86</project>