blob: ca9a139b79c598ceec879cf3d5d7b80ee391e564 [file] [log] [blame]
david_williamsed5201c2007-05-27 05:48:38 +00001<?xml version="1.0" encoding="UTF-8"?>
2<project
3 name="update"
4 default="update">
5 <target name="update">
6
7 <property
david_williamse0a2e792007-05-27 05:58:30 +00008 name="from.update.site"
9 value="file://${user.home}/downloads/webtools/jpa/updates" />
10 <echo message=" pulling update jars from ${from.update.site}" />
david_williamsed5201c2007-05-27 05:48:38 +000011
12
13 <ant antfile="updateMirrorProject.xml">
14 <property
15 name="featureId"
16 value="org.eclipse.dali" />
17 <property
18 name="version"
19 value="0.5.0.v200606270000--87cMN7N7crMMMR" />
20
21 </ant>
22
david_williamsed5201c2007-05-27 05:48:38 +000023 </target>
24</project>