eclipse plugin: Update the ant script to delete unused plugins/binaries

This commit is contained in:
Timotei Dolean 2011-05-18 14:39:55 +00:00
parent 41724fdeeb
commit 90dd28d46d

View file

@ -24,6 +24,14 @@
<move todir="${basedir}/update_site">
<fileset dir="${buildDirectory}/repository"/>
</move>
<delete>
<fileset dir="${basedir}/update_site/binary" />
</delete>
<delete>
<fileset dir="${basedir}/update_site/plugins">
<exclude name="org.wesnoth*"/>
</fileset>
</delete>
</target>
</project>