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

Unified Diff: editor/build/build.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
Index: editor/build/build.py
===================================================================
--- editor/build/build.py (revision 17153)
+++ editor/build/build.py (working copy)
@@ -213,7 +213,7 @@
toolspath = os.path.abspath(os.path.join(scriptdir, '..', '..',
'tools'))
dartpath = os.path.abspath(os.path.join(scriptdir, '..', '..'))
- antpath = os.path.join(thirdpartypath, 'apache_ant', 'v1_7_1')
+ antpath = os.path.join(thirdpartypath, 'apache_ant', '1.8.4')
bzip2libpath = os.path.join(thirdpartypath, 'bzip2')
buildpath = os.path.join(editorpath, 'tools', 'features',
'com.google.dart.tools.deploy.feature_releng')

Powered by Google App Engine
This is Rietveld 408576698