blob: 43fa034840baaeea2cc6da0bd58664e174407c8f [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="updateCallisto"
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-callisto-jem.xml" />
9 <ant antfile="features-callisto-wtp.xml" />
10 <ant antfile="features-callisto-jsf.xml" />
11 <ant antfile="features-callisto-jpa.xml" />
12
david_williams8a62f0d2006-06-28 05:07:27 +000013 <!-- make sure all can "read" (important for quicker http access, esp. when Eclipse.org overloaded) -->
david_williamsed5201c2007-05-27 05:48:38 +000014 <chmod
15 verbose="true"
16 perm="o+rx"
17 type="both">
18 <fileset dir="${update.site}" />
david_williams8a62f0d2006-06-28 05:07:27 +000019 </chmod>
20
david_williams8a62f0d2006-06-28 05:07:27 +000021 </target>
22
23</project>
24