blob: 43fa034840baaeea2cc6da0bd58664e174407c8f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project
name="updateCallisto"
default="all"
basedir=".">
<target name="all">
<ant antfile="features-callisto-jem.xml" />
<ant antfile="features-callisto-wtp.xml" />
<ant antfile="features-callisto-jsf.xml" />
<ant antfile="features-callisto-jpa.xml" />
<!-- make sure all can "read" (important for quicker http access, esp. when Eclipse.org overloaded) -->
<chmod
verbose="true"
perm="o+rx"
type="both">
<fileset dir="${update.site}" />
</chmod>
</target>
</project>