Merge pull request #2310 from DavidPrevot/fix-cleanup

Fix typos in the 'clean' targets of dxf and pdf.
This commit is contained in:
Ben Fry
2014-01-21 15:48:40 -08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<target name="clean" description="Clean the build directories">
<delete dir="bin" />
<delete file="library/net.jar" />
<delete file="library/dxf.jar" />
</target>
<target name="compile" description="Compile sources">
+1 -1
View File
@@ -3,7 +3,7 @@
<target name="clean" description="Clean the build directories">
<delete dir="bin" />
<delete dir="library/pdf.jar" />
<delete file="library/pdf.jar" />
</target>
<target name="compile" description="Compile sources">