Revision: 10484
Author:   [email protected]
Date:     Mon Aug  1 10:04:24 2011
Log:      Remove option to turn off GwtAstBuilder.

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=10484

Modified:
 /trunk/dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java

=======================================
--- /trunk/dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java Thu Jul 28 15:01:32 2011 +++ /trunk/dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java Mon Aug 1 10:04:24 2011
@@ -2758,7 +2758,7 @@
     }
   }

- public static boolean ENABLED = !System.getProperties().containsKey("x.gwt.noAstBuilder");
+  public static boolean ENABLED = true;

   /**
    * Manually tracked version count.

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to