blob: 6d4856638e0a26a3246c2bd145cecc595816b2ab [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project name="update" default="update">
<target name="update">
<echo message="-------- Project: WTP-Enabling Responsible: david_williams" />
<property name="updateSite"
value="file://${user.home}/downloads/webtools/downloads/drops/R2.0/S-2.0M4-200701050358/updateSite" />
<echo message=" pulling update jars from ${updateSite}" />
<ant antfile="updateMirrorProject.xml">
<property name="featureId"
value="org.apache.commons_logging.feature" />
<property name="version"
value="1.0.4.v200612131455--0842282_233879" />
</ant>
<ant antfile="updateMirrorProject.xml">
<property name="featureId"
value="org.apache.jakarta_log4j.feature" />
<property name="version"
value="1.2.8.v200605300321--0842282939426_" />
</ant>
<ant antfile="updateMirrorProject.xml">
<property name="featureId"
value="org.apache.xerces.feature" />
<property name="version"
value="2.8.0.v200605151647--08422834353637" />
</ant>
</target>
</project>