blob: 79f11ddf0ea597446db06c26e2af8278229abde4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project name="updatesite" default="all" basedir=".">
<target name="init">
<ant antfile="init.xml"/>
</target>
<target name="all" depends="init">
<ant antfile="callisto-features-jem.xml" />
<ant antfile="callisto-features-wtp.xml" />
<ant antfile="callisto-features-jsf.xml" />
<ant antfile="callisto-features-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="${localUpdateSitePath}" />
</chmod>
<!-- needs work .. indexer doesn't work well from this ant script (needs paths fixed up)
<ant antfile="indexer.xml">
<property name="pluginJarPath"
location="${localUpdateSitePath}" />
</ant>
-->
</target>
</project>