blob: 1dff4fe034d8a8a1ffb22b5d4034f729b4959882 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
IMPORTANT: Run it in the same JRE as the workspace.
Run AS -> ANT Build.. -> JRE -> Run in the same JRE as the workspace.
-->
<project default="cleanup" name="clean" basedir=".">
<property name="home" location=""/>
<property name="builddirectory" location="build"/>
<!-- Cleanup: -->
<target name="cleanup">
<delete includeEmptyDirs="true" quiet="true">
<fileset dir="${builddirectory}/updatesite/"/>
<fileset dir="${builddirectory}/source/"/>
<fileset dir="${builddirectory}/web-eclipse/"/>
</delete>
</target>
</project>