| Index: compiler/scripts/generate_my_projects.py
|
| diff --git a/compiler/scripts/generate_my_projects.py b/compiler/scripts/generate_my_projects.py
|
| index 4811239d3f2b7e9e825351ec0cd121ee31dadcb1..3bf9af9a460a3d20bec384220c5e92855346a1c0 100755
|
| --- a/compiler/scripts/generate_my_projects.py
|
| +++ b/compiler/scripts/generate_my_projects.py
|
| @@ -43,7 +43,7 @@ def Main():
|
| return exit_code
|
|
|
| exit_code = os.system("python %(compiler)s/generate_systemlibrary_list.py "
|
| - "htmllib %(compiler)s/htmllib_sources ../client/html html.dart htmlimpl.dart"
|
| + "htmllib %(compiler)s/htmllib_sources ../client/html/release html.dart htmlimpl.dart"
|
| % locations)
|
| if exit_code:
|
| return exit_code
|
|
|