Skip to content

Commit

Permalink
Fixed Ant compile-clean target to properly remove empty directories
Browse files Browse the repository at this point in the history
  • Loading branch information
cederberg committed Apr 28, 2022
1 parent 47314e8 commit fda5b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

<!-- COMPILATION TARGETS -->
<target name="compile-clean">
<delete quiet="true">
<delete quiet="true" includeemptydirs="true">
<fileset dir="bin" />
<fileset dir="classes" />
<fileset dir="lib" includes="mibble*.jar" />
Expand Down

0 comments on commit fda5b76

Please sign in to comment.