diff options
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ ant All </subant>
</target>
- <target name="distclean" description="Remove everything not in the distribution.">
+ <target name="cleanall" description="Remove everything not in the distribution.">
<subant target="cleanall" inheritall="false">
<filelist refid="Pkg.Dirs"/>
</subant>
|