blob: 86787f12db61c7aa8f65c2a752ba441b4175cb73 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project name="updatesite" default="all" basedir=".">
<target name="all">
<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>