| <?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> |