Merge change 20363 into donut

* changes:
  Make android.bat copy commons-compress to tmp with the other jar files.
This commit is contained in:
Android (Google) Code Review
2009-08-06 17:13:39 -07:00
2 changed files with 5 additions and 4 deletions

View File

@@ -308,7 +308,7 @@ class UpdaterData {
// Display anything unexpected in the monitor.
String msg = t.getMessage();
if (msg != null) {
monitor.setResult("Unexpected Error installing '%1%s: %2$s",
monitor.setResult("Unexpected Error installing '%1$s: %2$s",
archive.getParentPackage().getShortDescription(), msg);
} else {
// no error info? get the stack call to display it