Removed deletion of PMDPlugin.jar from install dir

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2264 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Jiger Patel
2003-09-15 09:29:01 +00:00
parent 07b1bc2883
commit 6ff112010a

View File

@ -23,7 +23,6 @@
</path>
<target name="delete">
<delete file="${install.dir}/${ant.project.name}.jar"/>
<delete dir="${build}"/>
<mkdir dir="${build}"/>
</target>