blob: 7ce02380e16ebc7d9c6a98ca1182cbe3cd9a5fc6 [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="features-wtp.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>