blob: bd336916a6296378fea5bc504ad950314337153d [file] [log] [blame]
david_williamsfcaa81c2007-10-11 19:21:37 +00001<?xml version="1.0" encoding="UTF-8"?>
2<project name="update" default="update">
3 <target name="update">
4 <echo message="-------- Project: WTP Responsible: david_williams" />
5 <!-- intentionally no site.xml in this particular site -->
david_williamsf51e6ed2007-10-11 19:46:11 +00006 <property name="from.update.site"
7 value="file://${user.home}/downloads/webtools/downloads/drops/R3.0/S-3.0M2-20071003160832/updateSite" />
david_williamsfcaa81c2007-10-11 19:21:37 +00008
9 <echo message=" pulling update jars from ${from.update.site}" />
10
11
12 <ant antfile="updateMirrorProject.xml">
13 <property name="featureId" value="org.eclipse.jpt.feature" />
14 <property name="version" value="1.1.0.v200709170000-772AgCYQCCz-D_LoCCEH" />
15 </ant>
16 <ant antfile="updateMirrorProject.xml">
17 <property name="featureId" value="org.eclipse.jpt_sdk.feature" />
18 <property name="version" value="1.1.0.v200709170000-21-84B5DqFkUMG02GBVyHQyXZRDD" />
19 </ant>
20 <ant antfile="updateMirrorProject.xml">
21 <property name="featureId" value="org.eclipse.jst.sdk" />
22 <property name="version" value="2.1.0.v200709160540-7F778Y8fZSsBqj2xz-iQaekJaOA7" />
23 </ant>
24 <ant antfile="updateMirrorProject.xml">
25 <property name="featureId" value="org.eclipse.jst" />
26 <property name="version" value="2.1.0.v200709160540-7B58Y8dDXPE1E-eaggLT-aTGOVoD" />
27 </ant>
28 <ant antfile="updateMirrorProject.xml">
29 <property name="featureId" value="org.eclipse.wst.common_sdk.feature" />
30 <property name="version" value="2.1.0.v200709152030-41-84H9HSdQCdz0YYqky403taHj_" />
31 </ant>
32 <ant antfile="updateMirrorProject.xml">
33 <property name="featureId" value="org.eclipse.wst.common_ui.feature" />
34 <property name="version" value="2.1.0.v200709192200-7C6EIaE9RvTVninpsnWz0WgQZgle" />
35 </ant>
36 <ant antfile="updateMirrorProject.xml">
37 <property name="featureId" value="org.eclipse.wst.sdk" />
38 <property name="version" value="2.1.0.v200709160540-7E58Z8aVRkLSci3z0Z7-dLYcu3N6" />
39 </ant>
40 <ant antfile="updateMirrorProject.xml">
41 <property name="featureId" value="org.eclipse.wst.xml_sdk.feature" />
42 <property name="version" value="2.1.0.v200709152030-41-84F6HSSOrnhq03l23I8jCR_4N" />
43 </ant>
44 <ant antfile="updateMirrorProject.xml">
45 <property name="featureId" value="org.eclipse.wst.xml_ui.feature" />
46 <property name="version" value="2.1.0.v200709192200-7A3EIPCnbckz0itrBsMmAKQjdclf" />
47 </ant>
48 <ant antfile="updateMirrorProject.xml">
49 <property name="featureId" value="org.eclipse.wst" />
50 <property name="version" value="2.1.0.v200709160540-7C48Z8k0eckgZku40g28LZvh8q0R" />
51 </ant>
52 </target>
53</project>