Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(876)

Unified Diff: build/android/ant/create-test-jar.js

Issue 11820065: Revert 176198 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/ant/chromium-apk.xml ('k') | build/android/envsetup.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/ant/create-test-jar.js
===================================================================
--- build/android/ant/create-test-jar.js (revision 176201)
+++ build/android/ant/create-test-jar.js (working copy)
@@ -14,7 +14,6 @@
importClass(org.apache.tools.ant.types.ZipFileSet);
importClass(org.apache.tools.ant.taskdefs.Zip);
-var echo = project.createTask("echo");
var jarTask = project.createTask("jar");
// Do not allow duplicates in the jar, the default behavior of Jar task
@@ -64,7 +63,4 @@
}
jarTask.setExcludes(exclusionString);
-echo.setMessage("Creating test jar: " +
- jarTask.getDestFile().getAbsolutePath());
-echo.perform();
jarTask.perform();
« no previous file with comments | « build/android/ant/chromium-apk.xml ('k') | build/android/envsetup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698