Skip to content

Commit 060b15a

Browse files
author
David Prévot
committed
pdf: Fix the clean target
1 parent f4cd5a7 commit 060b15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/libraries/pdf/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<target name="clean" description="Clean the build directories">
55
<delete dir="bin" />
6-
<delete dir="library/pdf.jar" />
6+
<delete file="library/pdf.jar" />
77
</target>
88

99
<target name="compile" description="Compile sources">

0 commit comments

Comments
 (0)