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

Unified Diff: tools/create_editor.py

Issue 11973012: Rev the version of apache ant in third_party to 1.8.4. This will fix an issue with (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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
« compiler/dartium.gyp ('K') | « third_party/apache_ant/README ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/create_editor.py
===================================================================
--- tools/create_editor.py (revision 17153)
+++ tools/create_editor.py (working copy)
@@ -36,7 +36,7 @@
}
def AntPath():
- parent = join('third_party', 'apache_ant', 'v1_7_1', 'bin')
+ parent = join('third_party', 'apache_ant', '1.8.4', 'bin')
if utils.IsWindows():
return join(parent, 'ant.bat')
else:
« compiler/dartium.gyp ('K') | « third_party/apache_ant/README ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698