blob: 7e234579c891f93bfe9c75553260c0d72a4b1f27 [file] [log] [blame]
david_williams0c843412008-08-26 13:51:19 +00001<?xml version="1.0" encoding="UTF-8"?>
2<project
3 name="update.site"
4 default="all"
5 basedir=".">
6 <property environment="env"/>
7 <target name="all">
david_williams356386d2008-08-26 13:54:13 +00008 <ant antfile="features-ganymede-patches.xml" />
david_williams0c843412008-08-26 13:51:19 +00009
10 <!-- make sure all can "read" (important for quicker http access, esp. when Eclipse.org overloaded) -->
11 <chmod
12 verbose="true"
13 perm="o+rx"
14 type="both">
15 <fileset dir="${update.site}" />
16 </chmod>
17
18 </target>
19
20</project>
21