commit | 3a21a668a888aa0bbbcc49a902dc242cdb191280 | [log] [tgz] |
---|---|---|
author | scottb@google.com <scottb@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon Aug 01 13:52:19 2011 +0000 |
committer | scottb@google.com <scottb@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon Aug 01 13:52:19 2011 +0000 |
tree | 6e0d36a0a1374713dc7ac5b44a3a4e993aa347f1 | |
parent | 5f6cab96beb05375a1aedec2460ff15570e85086 [diff] |
Remove option to turn off GwtAstBuilder. Review by: zundel@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10484 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java b/dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java index 831aa25..80fb3a3 100644 --- a/dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java +++ b/dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java
@@ -2758,7 +2758,7 @@ } } - public static boolean ENABLED = !System.getProperties().containsKey("x.gwt.noAstBuilder"); + public static boolean ENABLED = true; /** * Manually tracked version count.