fixed ant clean fails on windows because the linux ant script can't find

the classes dir to delete
This commit is contained in:
endolf 2003-08-05 08:14:46 +00:00
parent ef7559ab41
commit a35964c6ad

View file

@ -46,7 +46,7 @@
</target>
<target description="Clean all build products." name="clean">
<delete>
<delete failonerror="no">
<fileset dir="classes">
<include name="**/*.class"/>
</fileset>