Chromium Code Reviews| 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: |