Skip to content

Commit 8fcc868

Browse files
author
David Prévot
committed
dxf: Fix the clean target
1 parent f3befb7 commit 8fcc868

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/libraries/dxf/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 file="library/net.jar" />
6+
<delete file="library/dxf.jar" />
77
</target>
88

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

0 commit comments

Comments
 (0)