undo last change as there's problems with the reports target, specifically the clover target calling clean to make sure the classes are instrumented

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6568 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch
2008-10-06 18:09:27 +00:00
parent 3ae6746eff
commit c862010a1d

View File

@ -40,7 +40,6 @@
<delete file="${dir.lib}/pmd-src-${version}.jar" />
<delete file="${dir.lib}/pmd-test-${version}.jar" />
<delete dir="${dir.api}" />
<delete dir="${dir.reports}" />
<mkdir dir="${dir.build}" />
</target>