david_williams | ed5201c | 2007-05-27 05:48:38 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project |
| 3 | name="update" |
| 4 | default="update"> |
| 5 | <target name="update"> |
| 6 | |
| 7 | <property |
david_williams | e0a2e79 | 2007-05-27 05:58:30 +0000 | [diff] [blame] | 8 | name="from.update.site" |
david_williams | 5b8c84c | 2007-08-29 03:55:56 +0000 | [diff] [blame] | 9 | value="file://${user.home}/downloads/webtools/committers/drops/R1.5/R-1.5.5-200708201331/updateSite/" /> |
david_williams | e0a2e79 | 2007-05-27 05:58:30 +0000 | [diff] [blame] | 10 | <echo message=" pulling update jars from ${from.update.site}" /> |
david_williams | ed5201c | 2007-05-27 05:48:38 +0000 | [diff] [blame] | 11 | |
david_williams | 5b8c84c | 2007-08-29 03:55:56 +0000 | [diff] [blame] | 12 | <ant antfile="updateMirrorProject.xml"> |
| 13 | <property |
| 14 | name="featureId" |
| 15 | value="org.eclipse.wst" /> |
| 16 | <property |
| 17 | name="version" |
| 18 | value="1.5.5.v200708010400-X7zzDJPbqKHocRq" /> |
| 19 | </ant> |
| 20 | <ant antfile="updateMirrorProject.xml"> |
| 21 | <property |
| 22 | name="featureId" |
| 23 | value="org.eclipse.wst.sdk" /> |
| 24 | <property |
| 25 | name="version" |
| 26 | value="1.5.5.v200708010400-O75KtRAskgrrj_t" /> |
| 27 | </ant> |
| 28 | <ant antfile="updateMirrorProject.xml"> |
| 29 | <property |
| 30 | name="featureId" |
| 31 | value="org.eclipse.jst" /> |
| 32 | <property |
| 33 | name="version" |
| 34 | value="1.5.5.v200708010505-kW-NuzKF-rhzo7p" /> |
| 35 | </ant> |
| 36 | <ant antfile="updateMirrorProject.xml"> |
| 37 | <property |
| 38 | name="featureId" |
| 39 | value="org.eclipse.jst.sdk" /> |
| 40 | <property |
| 41 | name="version" |
| 42 | value="1.5.5.v200708010505-dnUU6pHGgdx1fTE" /> |
| 43 | </ant> |
david_williams | ed5201c | 2007-05-27 05:48:38 +0000 | [diff] [blame] | 44 | |
| 45 | <!-- |
| 46 | technically, seems Xerces should not have to be listed here, |
| 47 | since is mirrored by above ... but currently is required to get all other |
| 48 | files (e.g. site.xml files) to be correctly updated). |
| 49 | |
| 50 | Doesn't hurt, either, to have the redundancy, since other projects |
| 51 | are dependent on it, so less likely to be forgotten and accidently |
| 52 | removed in the future. |
| 53 | --> |
| 54 | <ant antfile="updateMirrorProject.xml"> |
| 55 | <property |
| 56 | name="featureId" |
| 57 | value="org.apache.commons_logging.feature" /> |
| 58 | <property |
| 59 | name="version" |
| 60 | value="1.0.4.v200606152055--0842282_233879" /> |
| 61 | </ant> |
| 62 | <ant antfile="updateMirrorProject.xml"> |
| 63 | <property |
| 64 | name="featureId" |
| 65 | value="org.apache.jakarta_log4j.feature" /> |
| 66 | <property |
| 67 | name="version" |
| 68 | value="1.2.8.v200605300321--0842282939426_" /> |
| 69 | </ant> |
| 70 | <ant antfile="updateMirrorProject.xml"> |
| 71 | <property |
| 72 | name="featureId" |
| 73 | value="org.apache.xerces.feature" /> |
| 74 | <property |
| 75 | name="version" |
| 76 | value="2.8.0.v200605151647--08422828353873" /> |
| 77 | </ant> |
| 78 | |
| 79 | |
| 80 | |
| 81 | </target> |
| 82 | </project> |