diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-26 13:55:22 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-26 13:55:22 +0000 |
| commit | 9ffbf6d8b94e8ae40ebc291eab6bd96aff3477b0 (patch) | |
| tree | 4b0e3f59bee77c51663044ef331fc47413c78758 /build.xml | |
| parent | 71d9caff2cc21a39971b69670c481c28b0399b9c (diff) | |
all relevant variables now do have units.
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ </target> <target name="clean" description="clean up" > - <!-- Delete the ${classes} and ${dist} directory trees --> + <delete dir="${basedir}/javadoc/" /> <delete dir="${classes}" /> <delete dir="${dist}" /> <delete file="MANIFEST.MF" /> |
