blob: f2d7790ed5f73584f7bd268c0bbfaafcc0c9df54 [file] [log] [blame]
david_williams8a62f0d2006-06-28 05:07:27 +00001<?xml version="1.0" encoding="UTF-8"?>
david_williamsed5201c2007-05-27 05:48:38 +00002<project
3 name="update.site"
4 default="all"
5 basedir=".">
david_williams8a62f0d2006-06-28 05:07:27 +00006
david_williams1e9098d2007-05-26 21:06:18 +00007 <target name="all">
david_williamsed5201c2007-05-27 05:48:38 +00008 <ant antfile="features-europa-wtp.xml" />
9
david_williams8a62f0d2006-06-28 05:07:27 +000010 <!-- make sure all can "read" (important for quicker http access, esp. when Eclipse.org overloaded) -->
david_williamsed5201c2007-05-27 05:48:38 +000011 <chmod
12 verbose="true"
13 perm="o+rx"
14 type="both">
15 <fileset dir="${update.site}" />
david_williams8a62f0d2006-06-28 05:07:27 +000016 </chmod>
17
david_williams8a62f0d2006-06-28 05:07:27 +000018 </target>
19
20</project>
21