Skip to content

Commit

Permalink
release/build.xml: fixed clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Jan 3, 2009
1 parent 311c026 commit 6bbff31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/build.xml
Expand Up @@ -217,7 +217,7 @@
</target> </target>


<target depends="load.properties" name="clean"> <target depends="load.properties" name="clean">
<delete dir="${dist.dir}" /> <delete dir="dist" />
</target> </target>


</project> </project>

0 comments on commit 6bbff31

Please sign in to comment.