blob: 977e28dc137bbce865c472faf0e4eb14ed56e27e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project name="updatesite" default="all" basedir=".">
<target name="all">
<ant antfile="features-wtp-enabling.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>