blob: 38187e0ee5de1e029e132a91e760ed4ccef6a003 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project
name="update"
default="update">
<property
environment="env"/>
<target
name="update">
<echo
message="-------- Project: WTP Responsible: david_williams"/>
<!-- intentionally no site.xml in this particular site -->
<!--
don't forget, for now have to first manually copy xsl
bundles to 3.0 site
-->
<property
name="from.update.site"
value="file:///shared/webtools/committers/wtp-R3.0-R/20080616152118/R-3.0-20080616152118/updateSite"/>
<echo
message=" pulling update jars from ${from.update.site}"/>
<ant
antfile="updateMirrorProject.xml">
<property
name="featureId"
value="org.eclipse.jst.enterprise_ui.feature.patch"/>
<property
name="version"
value="3.0.0.v200806092130-7C78ELSE8VrRVor6q2hez07sOLYD"/>
</ant>
<ant
antfile="updateMirrorProject.xml">
<property
name="featureId"
value="org.eclipse.jst.web_core.feature.patch"/>
<property
name="version"
value="2.0.0.v200805230650-4--8072Bz-DC9e9TCO0430_pB66T"/>
</ant>
<ant
antfile="updateMirrorProject.xml">
<property
name="featureId"
value="org.eclipse.jst.web_ui.feature.patch"/>
<property
name="version"
value="1.0.0.v200806092130-6--BcMAAwAbQRLQLo"/>
</ant>
<ant
antfile="updateMirrorProject.xml">
<property
name="featureId"
value="org.eclipse.wst.common_core.feature.patch"/>
<property
name="version"
value="2.0.0.v200806090000-7938aCYQCD4CmHbCCCC"/>
</ant>
<ant
antfile="updateMirrorProject.xml">
<property
name="featureId"
value="org.eclipse.wst.jsdt.feature.patch"/>
<property
name="version"
value="1.0.0.v200805191452-77-E_5CYQCD4ClWDK1Wj"/>
</ant>
<ant
antfile="updateMirrorProject.xml">
<property
name="featureId"
value="org.eclipse.wst.web_core.feature.patch"/>
<property
name="version"
value="3.0.0.v200806110645-7A-8Y8Pj5N752THM_Pk62dwkDiRH"/>
</ant>
<ant
antfile="updateMirrorProject.xml">
<property
name="featureId"
value="org.eclipse.wst.xml_core.feature.patch"/>
<property
name="version"
value="1.0.0.v200806040130-2--8342EnPJE6FfWUNZNqCdNBBxB"/>
</ant>
</target>
</project>