blob: 92f967506107a1ef2428f7c5f2a7d50ea1adedb1 [file] [log] [blame]
david_williams8a62f0d2006-06-28 05:07:27 +00001<?xml version="1.0" encoding="UTF-8"?>
david_williamse0e6da82007-04-06 08:39:11 +00002<project
3 name="update"
4 default="update">
david_williams8a62f0d2006-06-28 05:07:27 +00005 <target name="update">
david_williamse0e6da82007-04-06 08:39:11 +00006 <echo
7 message="-------- Project: WTP Responsible: david_williams" />
david_williamsfb0bfba2007-02-10 19:05:07 +00008 <!-- intentionally no site.xml in this particular site -->
david_williamse0e6da82007-04-06 08:39:11 +00009 <property
david_williamse0a2e792007-05-27 05:58:30 +000010 name="from.update.site"
david_williams702399f2007-09-26 15:10:10 +000011 value="file://${user.home}/downloads/webtools/committers/drops/R2.0/R-2.0.1-20070926042742/updateSite" />
david_williamse0a2e792007-05-27 05:58:30 +000012 <echo message=" pulling update jars from ${from.update.site}" />
david_williams2197e922006-10-28 01:44:22 +000013
14
david_williams17f8e2d2007-09-14 20:47:35 +000015 <ant antfile="updateMirrorProject.xml">
david_williams1ab77812007-06-06 03:17:36 +000016 <property
17 name="featureId"
18 value="org.eclipse.jpt.feature" />
19 <property
20 name="version"
david_williams35bd4f32007-09-21 00:12:55 +000021 value="1.0.1.v200709130000-77-5CYQCCz-D7LQCCCD" />
david_williams1ab77812007-06-06 03:17:36 +000022 </ant>
23 <ant antfile="updateMirrorProject.xml">
24 <property
25 name="featureId"
26 value="org.eclipse.jpt_sdk.feature" />
27 <property
28 name="version"
david_williams35bd4f32007-09-21 00:12:55 +000029 value="1.0.1.v200709130000-2-184B28MbcGJ02G_NaMEKTZRDDz" />
david_williams1ab77812007-06-06 03:17:36 +000030 </ant>
31 <ant antfile="updateMirrorProject.xml">
32 <property
33 name="featureId"
34 value="org.eclipse.jst.sdk" />
35 <property
36 name="version"
david_williams35bd4f32007-09-21 00:12:55 +000037 value="2.0.1.v200709110510-7F-788fNWpoJCFladAFBfkeXa3lR" />
david_williams1ab77812007-06-06 03:17:36 +000038 </ant>
39 <ant antfile="updateMirrorProject.xml">
40 <property
41 name="featureId"
42 value="org.eclipse.jst" />
43 <property
44 name="version"
david_williams35bd4f32007-09-21 00:12:55 +000045 value="2.0.1.v200709110510-7B-68dDTNImaz0di_Tvks1JyDPVe" />
david_williams1ab77812007-06-06 03:17:36 +000046 </ant>
47 <ant antfile="updateMirrorProject.xml">
48 <property
49 name="featureId"
50 value="org.eclipse.wst.common_sdk.feature" />
51 <property
52 name="version"
david_williams17f8e2d2007-09-14 20:47:35 +000053 value="2.0.1.v200709110622-4-184H8HR5QCVycasku6-5r2Ho_L" />
david_williams1ab77812007-06-06 03:17:36 +000054 </ant>
55 <ant antfile="updateMirrorProject.xml">
56 <property
57 name="featureId"
58 value="org.eclipse.wst.common_ui.feature" />
59 <property
60 name="version"
david_williams35bd4f32007-09-21 00:12:55 +000061 value="2.0.1.v200709110622-7C5EH2E9RvTVnijrspVz0bgOmfz-" />
david_williams1ab77812007-06-06 03:17:36 +000062 </ant>
63 <ant antfile="updateMirrorProject.xml">
64 <property
65 name="featureId"
66 value="org.eclipse.wst.sdk" />
67 <property
68 name="version"
david_williams17f8e2d2007-09-14 20:47:35 +000069 value="2.0.1.v200709110510-7E-788aNUivSRfjWLEcbxlUXG72x" />
david_williams1ab77812007-06-06 03:17:36 +000070 </ant>
71 <ant antfile="updateMirrorProject.xml">
72 <property
73 name="featureId"
74 value="org.eclipse.wst.xml_sdk.feature" />
75 <property
76 name="version"
david_williams17f8e2d2007-09-14 20:47:35 +000077 value="2.0.1.v200709110650-4-184F4HMJOrffu53dy3_BT7O_0r" />
david_williams1ab77812007-06-06 03:17:36 +000078 </ant>
79 <ant antfile="updateMirrorProject.xml">
80 <property
81 name="featureId"
82 value="org.eclipse.wst.xml_ui.feature" />
83 <property
84 name="version"
david_williams35bd4f32007-09-21 00:12:55 +000085 value="2.0.1.v200709110650-7A1ECGCnbckz0bnr5wCp8KNAjipR" />
david_williams1ab77812007-06-06 03:17:36 +000086 </ant>
87 <ant antfile="updateMirrorProject.xml">
88 <property
89 name="featureId"
90 value="org.eclipse.wst" />
91 <property
92 name="version"
david_williams35bd4f32007-09-21 00:12:55 +000093 value="2.0.1.v200709110510-7C-778k0JWNr93WEIHvplSVojWel" />
david_williams1ab77812007-06-06 03:17:36 +000094 </ant>
david_williams8a62f0d2006-06-28 05:07:27 +000095 </target>
96</project>