blob: 38187e0ee5de1e029e132a91e760ed4ccef6a003 [file] [log] [blame]
david_williams0c843412008-08-26 13:51:19 +00001<?xml version="1.0" encoding="UTF-8"?>
2<project
3 name="update"
4 default="update">
5 <property
6 environment="env"/>
7 <target
8 name="update">
9 <echo
10 message="-------- Project: WTP Responsible: david_williams"/>
11 <!-- intentionally no site.xml in this particular site -->
12 <!--
13 don't forget, for now have to first manually copy xsl
14 bundles to 3.0 site
15 -->
16
17
18 <property
19 name="from.update.site"
20 value="file:///shared/webtools/committers/wtp-R3.0-R/20080616152118/R-3.0-20080616152118/updateSite"/>
21 <echo
22 message=" pulling update jars from ${from.update.site}"/>
23 <ant
24 antfile="updateMirrorProject.xml">
25 <property
26 name="featureId"
27 value="org.eclipse.jst.enterprise_ui.feature.patch"/>
28 <property
29 name="version"
30 value="3.0.0.v200806092130-7C78ELSE8VrRVor6q2hez07sOLYD"/>
31 </ant>
32 <ant
33 antfile="updateMirrorProject.xml">
34 <property
35 name="featureId"
36 value="org.eclipse.jst.web_core.feature.patch"/>
37 <property
38 name="version"
39 value="2.0.0.v200805230650-4--8072Bz-DC9e9TCO0430_pB66T"/>
40 </ant>
41 <ant
42 antfile="updateMirrorProject.xml">
43 <property
44 name="featureId"
45 value="org.eclipse.jst.web_ui.feature.patch"/>
46 <property
47 name="version"
48 value="1.0.0.v200806092130-6--BcMAAwAbQRLQLo"/>
49 </ant>
50 <ant
51 antfile="updateMirrorProject.xml">
52 <property
53 name="featureId"
54 value="org.eclipse.wst.common_core.feature.patch"/>
55 <property
56 name="version"
57 value="2.0.0.v200806090000-7938aCYQCD4CmHbCCCC"/>
58 </ant>
59 <ant
60 antfile="updateMirrorProject.xml">
61 <property
62 name="featureId"
63 value="org.eclipse.wst.jsdt.feature.patch"/>
64 <property
65 name="version"
66 value="1.0.0.v200805191452-77-E_5CYQCD4ClWDK1Wj"/>
67 </ant>
68 <ant
69 antfile="updateMirrorProject.xml">
70 <property
71 name="featureId"
72 value="org.eclipse.wst.web_core.feature.patch"/>
73 <property
74 name="version"
75 value="3.0.0.v200806110645-7A-8Y8Pj5N752THM_Pk62dwkDiRH"/>
76 </ant>
77 <ant
78 antfile="updateMirrorProject.xml">
79 <property
80 name="featureId"
81 value="org.eclipse.wst.xml_core.feature.patch"/>
82 <property
83 name="version"
84 value="1.0.0.v200806040130-2--8342EnPJE6FfWUNZNqCdNBBxB"/>
85 </ant>
86 </target>
87</project>