Allow rm to act on multiple paths (issue #50)

This commit is contained in:
Ciaran Gultnieks 2013-03-23 13:01:03 +00:00
parent 81d20c7637
commit 538d6d45fc
2 changed files with 6 additions and 3 deletions

View file

@ -704,6 +704,8 @@ the root of the directory structure checked out from the source
respository - not necessarily the directory that contains
AndroidManifest.xml.
Multiple files can be specified by separating they with ';'.
@item antcommand=xxx
Specify an alternate ant command (target) instead of the default
'release'.