blob: 94d35af7097ca55d740a92aa5d375aaf68096f6e [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_williams638d8dd2007-06-22 02:06:43 +000011 value="file://${user.home}/downloads/webtools/downloads/drops/R2.0/S-2.0RC4-200706212235/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_williams4ea304b2007-06-26 06:19:17 +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_williams4ea304b2007-06-26 06:19:17 +000021 value="1.0.0.v200706250000-77--CYQCCz-CoRPCCCH" />
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_williams4ea304b2007-06-26 06:19:17 +000029 value="1.0.0.v200706040001-2--84B22MbZHL02FrTZMEEXZRDDz" />
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_williams638d8dd2007-06-22 02:06:43 +000037 value="2.0.0.v200706182155-7F-19TGyLUvmmsTUGNsmx6ckArUQ" />
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_williams638d8dd2007-06-22 02:06:43 +000045 value="2.0.0.v200706110805-7B-18dDQISlz0z0cc-oasolrW8jP" />
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_williams925e5b02007-06-13 07:53:35 +000053 value="2.0.0.v200706041905-4--84H8HR0NBYz-fYvkd633z04ls" />
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_williams925e5b02007-06-13 07:53:35 +000061 value="2.0.0.v200706041905-7C5EGzE9RvTVniSrwnf4TgOPe3e9" />
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_williams638d8dd2007-06-22 02:06:43 +000069 value="2.0.0.v200706041905-7E-18aNKbx2jys2HTkz0_f_9fLWx" />
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_williams638d8dd2007-06-22 02:06:43 +000077 value="2.0.0.v200706041905-4--84F4HMELrmhp48dk6DBY3R_0j" />
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_williams638d8dd2007-06-22 02:06:43 +000085 value="2.0.0.v200706182145-7A1ECBCnbckz0bZu9wHqAKN3mYpZ" />
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_williams638d8dd2007-06-22 02:06:43 +000093 value="2.0.0.v200706041905-7C-18k0IWJZ93WDDJlQ60nUjTdJp" />
david_williams1ab77812007-06-06 03:17:36 +000094 </ant>
david_williams8a62f0d2006-06-28 05:07:27 +000095 </target>
96</project>