diff options
author | Xavier Ducrohet <xav@android.com> | 2012-06-15 18:19:08 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-06-15 18:21:03 -0700 |
commit | a12a01f80d45941967b99a537a11fd4b98eed23c (patch) | |
tree | b52d59f51358181be2a34df025f2577811b339e4 /anttasks/src | |
parent | aaeb6a3d58ce5dccc91360bb429b5e37af650619 (diff) | |
download | sdk-a12a01f80d45941967b99a537a11fd4b98eed23c.zip sdk-a12a01f80d45941967b99a537a11fd4b98eed23c.tar.gz sdk-a12a01f80d45941967b99a537a11fd4b98eed23c.tar.bz2 |
Add lib source folders to the emma report.
This allows seeing the library source code in the HTML
report.
Change-Id: I30cd9fa99d2962bb4c12cba6f2ba044857836b93
Diffstat (limited to 'anttasks/src')
-rw-r--r-- | anttasks/src/com/android/ant/TaskHelper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anttasks/src/com/android/ant/TaskHelper.java b/anttasks/src/com/android/ant/TaskHelper.java index 7afa920..3a372a1 100644 --- a/anttasks/src/com/android/ant/TaskHelper.java +++ b/anttasks/src/com/android/ant/TaskHelper.java @@ -113,7 +113,7 @@ final class TaskHelper { /** * Returns the ProjectProperties for a given project path. - * This loads and merge all the .properties files in the same way that Ant does it. + * This loads and merges all the .properties files in the same way that Ant does it. * * Note that this does not return all the Ant properties but only the one customized by the * project's own build.xml file. |